mbox series

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

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

Pull-request

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

Message

Ard Biesheuvel Feb. 12, 2023, 12:19 p.m. UTC
Hello Linus,

A final fix for Ampere Altra systems which is cc'ed to v6.1 stable. This is
getting a bit kludgy but we are collaborating with the Ampere firmware
engineers now to come up with a proper workaround.

Please pull.


The following changes since commit 966d47e1f27c45507c5df82b2a2157e5a4fd3909:

  efi: fix potential NULL deref in efi_mem_reserve_persistent (2023-02-03 14:52:10 +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-4

for you to fetch changes up to 190233164cd77115f8dea718cbac561f557092c6:

  arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines (2023-02-09 12:38:35 +0100)

----------------------------------------------------------------
Final EFI fix for v6.2

A fix from Darren to widen the SMBIOS match for detecting Ampere Altra
machines with problematic firmware. In the mean time, we are working on
a more precise check, but this is still work in progress.

----------------------------------------------------------------
Darren Hart (1):
      arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines

 drivers/firmware/efi/libstub/arm64.c | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 12, 2023, 7:34 p.m. UTC | #1
The pull request you sent on Sun, 12 Feb 2023 13:19:33 +0100:

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

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

Thank you!