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(-)