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 updates for v7.3
Date: Sun, 23 Aug 2026 15:43:49 +0200 [thread overview]
Message-ID: <20260823134348.2868-2-ardb@kernel.org> (raw)
Hello Linus,
Please pull these EFI updates for v7.3, details are in the tag.
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v7.3
for you to fetch changes up to b2326338dc683e8c1067c0cbf7a47986c4190902:
efivarfs: Rate limit statfs() handler (2026-08-20 14:49:39 +0300)
----------------------------------------------------------------
EFI updates for v7.3
- Set a timeout for EFI runtime service completions, and declare the
firmware wedged if it is exceeded. Note that this requires special
handling in case the firmware does return after all.
- Rate limit the efivarfs statfs() handler as the QueryVariableInfo()
runtime service can be costly
- Sanity check the size of struct properties_header on Mac/x86
- Tweak the prototype of efi_guid_to_str()
----------------------------------------------------------------
Ard Biesheuvel (1):
efivarfs: Rate limit statfs() handler
Breno Leitao (7):
efi: fix stale reference to efi_recover_from_page_fault()
efi/runtime-wrappers: factor out efi_rts_park_worker()
efi/runtime-wrappers: handle queue_work() failure with goto exit
efi/runtime-wrappers: check EFI_RUNTIME_SERVICES before using efi_rts_work
efi/runtime-wrappers: bound the wait for EFI runtime service calls
efi/runtime-wrappers: honour EFI_RUNTIME_SERVICES in the non-blocking paths
efi/runtime-wrappers: retire the worker if a wedged call ever returns
Pengpeng Hou (1):
efi: apple-properties: validate setup data header length
Vincent Mailhol (1):
efi: make efi_guid_to_str() take a const GUID pointer
arch/x86/platform/efi/quirks.c | 9 +----
drivers/firmware/efi/apple-properties.c | 5 ++-
drivers/firmware/efi/runtime-wrappers.c | 70 ++++++++++++++++++++++++++++-----
fs/efivarfs/super.c | 30 +++++++++++---
include/linux/efi.h | 8 ++--
tools/objtool/noreturns.h | 1 +
6 files changed, 95 insertions(+), 28 deletions(-)
next reply other threads:[~2026-08-23 13:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-23 13:43 Ard Biesheuvel [this message]
2026-08-23 16:31 ` [GIT PULL] EFI updates for v7.3 pr-tracker-bot
2026-08-23 16:31 ` 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=20260823134348.2868-2-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox