From: Ard Biesheuvel <ardb@google.com>
To: torvalds@linux-foundation.org
Cc: linux-efi@vger.kernel.org, Ard Biesheuvel <ardb@kernel.org>
Subject: [GIT PULL] EFI fixes for v6.6 (#1)
Date: Thu, 14 Sep 2023 20:01:27 +0000 [thread overview]
Message-ID: <20230914200126.266849-2-ardb@google.com> (raw)
From: Ard Biesheuvel <ardb@kernel.org>
Hello Linus,
Just a couple of EFI fixes before I disappear on vacation for a couple of
weeks. Another fix is pending but the reporter has not bothered to test it
yet, so I'll leave that for another -rc.
The first patch was intended to be part of the merge window batch but due to a
conflict with -tip, I decided to defer it until after -rc1.
Please pull.
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.6-1
for you to fetch changes up to 79b83606abc778aa3cbee535b362ce905d0b9448:
efivarfs: fix statfs() on efivarfs (2023-09-11 09:10:02 +0000)
----------------------------------------------------------------
First set of EFI fixes for v6.6:
- Missing x86 patch for the runtime cleanup that was merged in -rc1
- Kconfig tweak for kexec on x86 so EFI support does not get disabled
inadvertently
- Use the right EFI memory type for the unaccepted memory table so
kexec/kdump exposes it to the crash kernel as well
- Work around EFI implementations which do not implement
QueryVariableInfo, which is now called by statfs() on efivarfs
----------------------------------------------------------------
Ard Biesheuvel (3):
efi/x86: Move EFI runtime call setup/teardown helpers out of line
efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec
efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table
Heinrich Schuchardt (1):
efivarfs: fix statfs() on efivarfs
arch/x86/Kconfig | 2 +-
arch/x86/include/asm/efi.h | 32 ++----------------------
arch/x86/platform/efi/efi_32.c | 12 +++++++++
arch/x86/platform/efi/efi_64.c | 19 ++++++++++++--
drivers/firmware/efi/libstub/unaccepted_memory.c | 2 +-
fs/efivarfs/super.c | 14 ++++++++---
6 files changed, 43 insertions(+), 38 deletions(-)
next reply other threads:[~2023-09-14 20:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 20:01 Ard Biesheuvel [this message]
2023-09-15 19:47 ` [GIT PULL] EFI fixes for v6.6 (#1) 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=20230914200126.266849-2-ardb@google.com \
--to=ardb@google.com \
--cc=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