[tip:,x86/build] x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y

Message ID 169816795612.3135.14520921782886876664.tip-bot2@tip-bot2
State New
Headers
Series [tip:,x86/build] x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y |

Commit Message

tip-bot2 for Thomas Gleixner Oct. 24, 2023, 5:19 p.m. UTC
  The following commit has been merged into the x86/build branch of tip:

Commit-ID:     70c8dc9104275037a39ab0b2a4ed6eaacac39e32
Gitweb:        https://git.kernel.org/tip/70c8dc9104275037a39ab0b2a4ed6eaacac39e32
Author:        Ingo Molnar <mingo@kernel.org>
AuthorDate:    Tue, 24 Oct 2023 19:09:17 +02:00
Committer:     Ingo Molnar <mingo@kernel.org>
CommitterDate: Tue, 24 Oct 2023 19:12:37 +02:00

x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y

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   | 1 +
 arch/x86/configs/x86_64_defconfig | 1 +
 2 files changed, 2 insertions(+)
  

Patch

diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 1b411bb..73abbbd 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -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
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 409e918..61e25f6 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -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