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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jan 2022 10:04:56 +0000 (11:04 +0100)
[ Upstream commit b6aa86cff44cf099299d3a5e66348cb709cd7964 ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig

index e81885384f60436d88f3dc8697bb2c0a77e6908d..99398cbdae434a7427e477c62f7efcdaaa298075 100644 (file)
@@ -262,3 +262,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 e8a7a0af2bdaaf3cf146d51fa725c5b5ab5acfca..d7298b104a456c8cad84248529d2eac0e4c64c7b 100644 (file)
@@ -258,3 +258,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