[GIT PULL] x86/boot changes for v6.8
From: Ingo Molnar
Date: Mon Jan 08 2024 - 06:09:57 EST
Linus,
Please pull the latest x86/boot git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86-boot-2024-01-08
# HEAD: 257ca14f4d780e27a0605fd68053d2cc3178a232 x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()
x86/boot changes for v6.8:
- Ignore NMIs during very early boot, to address kexec crashes
- Remove redundant initialization in boot/string.c's strcmp()
Thanks,
Ingo
------------------>
Colin Ian King (1):
x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()
Jun'ichi Nomura (1):
x86/boot: Ignore NMIs during very early boot
arch/x86/boot/compressed/ident_map_64.c | 5 +++++
arch/x86/boot/compressed/idt_64.c | 1 +
arch/x86/boot/compressed/idt_handlers_64.S | 1 +
arch/x86/boot/compressed/misc.h | 1 +
arch/x86/boot/string.c | 2 +-
5 files changed, 9 insertions(+), 1 deletion(-)