mbox series

[GIT,PULL] EFI fixes for v5.17

Message ID 20220128143049.3630222-1-ardb@kernel.org
State New
Headers show
Series [GIT,PULL] EFI fixes for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.17-1

Message

Ard Biesheuvel Jan. 28, 2022, 2:30 p.m. UTC
Hello Linus,

Please pull the EFI fixes below.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.17-1

for you to fetch changes up to f5390cd0b43c2e54c7cf5506c7da4a37c5cef746:

  efi: runtime: avoid EFIv2 runtime services on Apple x86 machines (2022-01-23 10:31:27 +0100)

----------------------------------------------------------------
First set of EFI fixes for v5.17

- avoid UEFI v2.00+ runtime services on Apple Mac systems, as they have
  been reported to cause crashes, and most Macs claim to be EFI v1.10
  anyway
- avoid a spurious boot time warning on arm64 systems with 64k pages

----------------------------------------------------------------
Ard Biesheuvel (1):
      efi: runtime: avoid EFIv2 runtime services on Apple x86 machines

Mihai Carabas (1):
      efi/libstub: arm64: Fix image check alignment at entry

 drivers/firmware/efi/efi.c                | 7 +++++++
 drivers/firmware/efi/libstub/arm64-stub.c | 6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 28, 2022, 7:14 p.m. UTC | #1
The pull request you sent on Fri, 28 Jan 2022 15:30:49 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.17-1

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

Thank you!