x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs
authorIngo Molnar <mingo@kernel.org>
Wed, 5 Jan 2022 00:35:58 +0000 (01:35 +0100)
committerIngo Molnar <mingo@kernel.org>
Sat, 8 Jan 2022 21:55:29 +0000 (22:55 +0100)
Most distro kernels have this option enabled, to improve debug output.

Lockdep also selects it.

Enable this in the defconfig kernel as well, to make it more
representative of what people are using on x86.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/YdTn7gssoMVDMgMw@gmail.com
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig

index 5d97a2dfbaa74cd238e470298e11877c8c729abb..71124cf8630c75a027261153389d738f027d7f0e 100644 (file)
@@ -261,3 +261,4 @@ CONFIG_BLK_DEV_IO_TRACE=y
 CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
 CONFIG_EARLY_PRINTK_DBGP=y
 CONFIG_DEBUG_BOOT_PARAMS=y
+CONFIG_KALLSYMS_ALL=y
index 30ab3e582d53822096637f20988d1a486b4812d4..92b1169ec90b20a9326ef6ed45f4dd8f60b0600a 100644 (file)
@@ -257,3 +257,4 @@ CONFIG_BLK_DEV_IO_TRACE=y
 CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
 CONFIG_EARLY_PRINTK_DBGP=y
 CONFIG_DEBUG_BOOT_PARAMS=y
+CONFIG_KALLSYMS_ALL=y