Merge tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2024 02:31:59 +0000 (19:31 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 16 Jul 2024 02:31:59 +0000 (19:31 -0700)
commit4578d072fa8f840d2492e1bba30871dbe1e9609a
tree4e97557a757c933e627b63f2485b00a30f9430a3
parent208c6772d3839203fa34a8c77dd1fb7750c4f34a
parent0c40b1c7a897bd9733e72aca2396fd3a62f1db17
Merge tag 'x86_boot_for_v6.11_rc1' of git://git./linux/kernel/git/tip/tip

Pull x86 boot updates from Borislav Petkov:

 - Add a check to warn when cmdline parsing happens before the final
   cmdline string has been built and thus arguments can get lost

 - Code cleanups and simplifications

* tag 'x86_boot_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/setup: Warn when option parsing is done too early
  x86/boot: Clean up the arch/x86/boot/main.c code a bit
  x86/boot: Use current_stack_pointer to avoid asm() in init_heap()