[GIT,PULL] x86/build change for v6.7

Message ID ZT0MiAYT40md4uIS@gmail.com
State New
Headers
Series [GIT,PULL] x86/build change for v6.7 |

Commit Message

Ingo Molnar Oct. 28, 2023, 1:28 p.m. UTC
  Linus,

Please pull the latest x86/build git tree from:

   git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-2023-10-28

   # HEAD: 70c8dc9104275037a39ab0b2a4ed6eaacac39e32 x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y

Enable CONFIG_DEBUG_ENTRY=y in the x86 defconfigs.

 Thanks,

	Ingo

------------------>
Ingo Molnar (1):
      x86/defconfig: Enable CONFIG_DEBUG_ENTRY=y


 arch/x86/configs/i386_defconfig   | 1 +
 arch/x86/configs/x86_64_defconfig | 1 +
 2 files changed, 2 insertions(+)
  

Comments

pr-tracker-bot@kernel.org Oct. 31, 2023, 2:12 a.m. UTC | #1
The pull request you sent on Sat, 28 Oct 2023 15:28:40 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-build-2023-10-28

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ecb8cd2a9f7af7f99a6d4fa0a5a31822f6cfe255

Thank you!
  

Patch

diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index 1b411bbf3cb0..73abbbdd26f8 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 409e9182bd29..61e25f6209ed 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