]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'efi-next-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Apr 2026 15:06:25 +0000 (08:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Apr 2026 15:06:25 +0000 (08:06 -0700)
commit948ef73f7ec39622ebd27bba4e94d78a983109f6
tree34368005a8917828f003b6dc6e816ae483dc8c69
parentf0bf3eac92b2be5f34b944cb82f1c23db642c7f5
parent48a428215782321b56956974f23593e40ce84b7a
Merge tag 'efi-next-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi

Pull EFI updates from Ard Biesheuvel:
 "Again not a busy cycle for EFI, just some minor tweaks and bug fixes:

   - Enable boot graphics resource table (BGRT) on Xen/x86

   - Correct a misguided assumption in the memory attributes table
     sanity check

   - Start tagging efi_mem_reserve()'d regions as MEMBLOCK_RSRV_KERN

   - Some other minor fixes and cleanups"

* tag 'efi-next-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
  efi/capsule-loader: fix incorrect sizeof in phys array reallocation
  efi: Tag memblock reservations of boot services regions as RSRV_KERN
  memblock: Permit existing reserved regions to be marked RSRV_KERN
  efi/memattr: Fix thinko in table size sanity check
  efi: libstub: fix type of fdt 32 and 64bit variables
  efi: Drop unused efi_range_is_wc() function
  efi: Enable BGRT loading under Xen
  efi: make efi_mem_type() and efi_mem_attributes() work on Xen PV
drivers/firmware/efi/efi.c