]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y
authorIngo Molnar <mingo@kernel.org>
Tue, 24 Oct 2023 17:09:17 +0000 (19:09 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 24 Oct 2023 17:12:37 +0000 (19:12 +0200)
A bug was recently found via CONFIG_DEBUG_ENTRY=y, and the x86
tree kinda is the main source of changes to the x86 entry code,
so enable this debug option by default in our defconfigs.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: linux-kernel@vger.kernel.org
arch/x86/configs/i386_defconfig
arch/x86/configs/x86_64_defconfig

index 1b411bbf3cb0b808e81c9d55c929813654bad3ba..73abbbdd26f87d73ea85b962f686ef178f06bad3 100644 (file)
@@ -281,4 +281,5 @@ CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
 CONFIG_EARLY_PRINTK_DBGP=y
 CONFIG_DEBUG_BOOT_PARAMS=y
 CONFIG_UNWINDER_FRAME_POINTER=y
+CONFIG_DEBUG_ENTRY=y
 # CONFIG_64BIT is not set
index 409e9182bd29b441d261fa8e1f9de1d1d2e3379d..61e25f6209ed48cb71d08c71ee156361daf62bca 100644 (file)
@@ -276,3 +276,4 @@ CONFIG_BLK_DEV_IO_TRACE=y
 CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
 CONFIG_EARLY_PRINTK_DBGP=y
 CONFIG_DEBUG_BOOT_PARAMS=y
+CONFIG_DEBUG_ENTRY=y