Merge tag 'x86-boot-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 01:19:59 +0000 (17:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jan 2024 01:19:59 +0000 (17:19 -0800)
commitf73857ece4d85d2ee36571df9c13a733f3ba2732
treec1cf6264a4415b4a4a9b6b18efe78040609990f5
parent106b88d7a91e2b4d40369a20b8ef07bb827dafd5
parent257ca14f4d780e27a0605fd68053d2cc3178a232
Merge tag 'x86-boot-2024-01-08' of git://git./linux/kernel/git/tip/tip

Pull x86 boot updates from Ingo Molnar:

 - Ignore NMIs during very early boot, to address kexec crashes

 - Remove redundant initialization in boot/string.c's strcmp()

* tag 'x86-boot-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()
  x86/boot: Ignore NMIs during very early boot