linux-stable/arch/x86/configs
Masahiro Yamada b0f269728c x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig'
Kconfig emits a warning for the following command:

  $ make ARCH=x86_64 tinyconfig
  ...
  .config:1380:warning: override: UNWINDER_GUESS changes choice state

When X86_64=y, the unwinder is exclusively selected from the following
three options:

 - UNWINDER_ORC
 - UNWINDER_FRAME_POINTER
 - UNWINDER_GUESS

However, arch/x86/configs/tiny.config only specifies the values of the
last two. UNWINDER_ORC must be explicitly disabled.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20240320154313.612342-1-masahiroy@kernel.org
2024-03-21 10:09:41 +01:00
..
hardening.config hardening: x86: drop reference to removed config AMD_IOMMU_V2 2023-10-12 09:08:57 -07:00
i386_defconfig x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK 2024-01-10 10:52:29 +01:00
tiny.config x86/config: Fix warning for 'make ARCH=x86_64 tinyconfig' 2024-03-21 10:09:41 +01:00
x86_64_defconfig x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y 2023-10-24 19:12:37 +02:00
xen.config xen: x86: remove setting the obsolete config XEN_MAX_DOMAIN_MEMORY 2022-08-25 13:38:03 +02:00