Hello Linus, Just a pair of tiny fixes, both cc'ed to stable@. Please pull. The following changes since commit e1fabbc83cb1dd4ba63932faa86c9cacb8bf791e: efi: Remove Matthew Garrett as efivarfs maintainer (2023-01-18 09:24:48 +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.2-3 for you to fetch changes up to 966d47e1f27c45507c5df82b2a2157e5a4fd3909: efi: fix potential NULL deref in efi_mem_reserve_persistent (2023-02-03 14:52:10 +0100) ---------------------------------------------------------------- Batch #3 of EFI fixes for v6.2 - handle potential mremap() failure gracefully - don't reject EFI memory attributes table version 2 ---------------------------------------------------------------- Anton Gusev (1): efi: fix potential NULL deref in efi_mem_reserve_persistent Ard Biesheuvel (1): efi: Accept version 2 of memory attributes table drivers/firmware/efi/efi.c | 2 ++ drivers/firmware/efi/memattr.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-)