]> www.infradead.org Git - users/dwmw2/linux.git/commit
Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Mar 2025 16:18:38 +0000 (09:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Mar 2025 16:18:38 +0000 (09:18 -0700)
commita4f586a9fc9b295ad1eb5c914ef48ff3c43bb8e5
tree07f5a38662cb3aae3a1d47ed66640dcd11d1cf21
parenta7f2e10ecd8f18b83951b0bab47ddaf48f93bf47
parent11092db5b57377ac99e6339cfd16ca35ef011f3c
Merge tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi

Pull EFI fixes from Ard Biesheuvel:
 "Here's a final batch of EFI fixes for v6.14.

  The efivarfs ones are fixes for changes that were made this cycle.
  James's fix is somewhat of a band-aid, but it was blessed by the VFS
  folks, who are working with James to come up with something better for
  the next cycle.

   - Avoid physical address 0x0 for random page allocations

   - Add correct lockdep annotation when traversing efivarfs on resume

   - Avoid NULL mount in kernel_file_open() when traversing efivarfs on
     resume"

* tag 'efi-fixes-for-v6.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
  efivarfs: fix NULL dereference on resume
  efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resume
  efi/libstub: Avoid physical address 0x0 when doing random allocation