From: Ard Biesheuvel <ardb@kernel.org>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI fixes for v5.17
Date: Fri, 28 Jan 2022 15:30:49 +0100 [thread overview]
Message-ID: <20220128143049.3630222-1-ardb@kernel.org> (raw)
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(-)
next reply other threads:[~2022-01-28 14:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-28 14:30 Ard Biesheuvel [this message]
2022-01-28 19:14 ` [GIT PULL] EFI fixes for v5.17 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220128143049.3630222-1-ardb@kernel.org \
--to=ardb@kernel.org \
--cc=linux-efi@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.