* [GIT PULL] EFI fixes for v6.14 #3
@ 2025-03-20 6:37 Ard Biesheuvel
2025-03-20 17:02 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Ard Biesheuvel @ 2025-03-20 6:37 UTC (permalink / raw)
To: torvalds; +Cc: linux-efi, Ard Biesheuvel
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(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-20 17:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-20 6:37 [GIT PULL] EFI fixes for v6.14 #3 Ard Biesheuvel
2025-03-20 17:02 ` pr-tracker-bot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.