Merge tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Apr 2025 16:45:54 +0000 (09:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Apr 2025 16:45:54 +0000 (09:45 -0700)
commit06b31bdbf84990c60adba7185fe4a340473120cb
tree590f80d5ab5b0f33133c5802bc354562c44ad7ca
parent3d23ef05c32464dfb1b010301e332c0dfc62e282
parent85fd85bc025a525354acb2241beb3c5387c551ec
Merge tag 'x86-urgent-2025-04-26' of git://git./linux/kernel/git/tip/tip

Pull misc x86 fixes from Ingo Molnar:

 - Fix 32-bit kernel boot crash if passed physical memory with more than
   32 address bits

 - Fix Xen PV crash

 - Work around build bug in certain limited build environments

 - Fix CTEST instruction decoding in insn_decoder_test

* tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/insn: Fix CTEST instruction decoding
  x86/boot: Work around broken busybox 'truncate' tool
  x86/mm: Fix _pgd_alloc() for Xen PV mode
  x86/e820: Discard high memory that can't be addressed by 32-bit systems