mbox series

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

Message ID 20230203175537.2694499-1-ardb@kernel.org
State New
Headers show
Series [GIT,PULL] EFI fixes for v6.2 batch #3 | expand

Pull-request

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

Message

Ard Biesheuvel Feb. 3, 2023, 5:55 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 3, 2023, 6:45 p.m. UTC | #1
The pull request you sent on Fri,  3 Feb 2023 18:55:37 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a0880c33794ba417687822482ffb0d3b797f0a04

Thank you!