[<prev] [next>] [day] [month] [year] [list]
Message-ID: <169816795612.3135.14520921782886876664.tip-bot2@tip-bot2>
Date: Tue, 24 Oct 2023 17:19:16 -0000
From: "tip-bot2 for Ingo Molnar" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Ingo Molnar <mingo@...nel.org>, linux-kernel@...r.kernel.org,
x86@...nel.org
Subject: [tip: x86/build] x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y
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@...nel.org>
AuthorDate: Tue, 24 Oct 2023 19:09:17 +02:00
Committer: Ingo Molnar <mingo@...nel.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@...nel.org>
Cc: linux-kernel@...r.kernel.org
---
arch/x86/configs/i386_defconfig | 1 +
arch/x86/configs/x86_64_defconfig | 1 +
2 files changed, 2 insertions(+)
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
Powered by blists - more mailing lists