mbox series

[GIT,PULL] EFI fixes for v6.14 #3

Message ID 20250320063746.4177561-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.14 #3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.14-3

Message

Ard Biesheuvel March 20, 2025, 6:37 a.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hi Linus,

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.

Please pull.

The following changes since commit e3cf2d91d0583cae70aeb512da87e3ade25ea912:

  efi/mokvar-table: Avoid repeated map/unmap of the same page (2025-02-27 18:25:44 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.14-3

for you to fetch changes up to 11092db5b57377ac99e6339cfd16ca35ef011f3c:

  efivarfs: fix NULL dereference on resume (2025-03-18 08:46:08 +0100)

----------------------------------------------------------------
EFI fixes for v6.14 #3

- 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

----------------------------------------------------------------
Ard Biesheuvel (2):
      efi/libstub: Avoid physical address 0x0 when doing random allocation
      efivarfs: use I_MUTEX_CHILD nested lock to traverse variables on resume

James Bottomley (1):
      efivarfs: fix NULL dereference on resume

 drivers/firmware/efi/libstub/randomalloc.c |  4 +++
 fs/efivarfs/super.c                        | 52 ++++++++++++++++++++++++++++--
 2 files changed, 53 insertions(+), 3 deletions(-)