All of lore.kernel.org
 help / color / mirror / Atom feed
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 v7.1 #1
Date: Wed,  6 May 2026 15:04:28 +0200	[thread overview]
Message-ID: <20260506130427.1761-2-ardb@kernel.org> (raw)

Hi Linus,

This is the first batch of EFI fixes, most of which are -stable candidates.

Please pull.



The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

  Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v7.1-1

for you to fetch changes up to 2c340aab5485ebe9e33c01437dd4815ef33c8df5:

  x86/efi: Restore IRQ state in EFI page fault handler (2026-05-05 09:31:28 +0200)

----------------------------------------------------------------
EFI fixes for v7.1 #1

- Fix issues in EFI graceful recovery on x86 introduced by changes to
  the kernel mode FPU APIs

- I-cache coherency fixes for the LoongArch EFI stub

- Locking fix for EFI pstore

- Code tweak for efivarfs

----------------------------------------------------------------
Ard Biesheuvel (2):
      efi/libstub: Move efi_relocate_kernel() into its only remaining user
      x86/efi: Restore IRQ state in EFI page fault handler

Ivan Hu (1):
      x86/efi: Fix graceful fault handling after FPU softirq changes

Thomas Huth (1):
      efi: pstore: Drop efivar lock when efi_pstore_open() returns with an error

Thorsten Blum (1):
      efivarfs: use QSTR() in efivarfs_alloc_dentry

WANG Rui (2):
      efi/loongarch: Implement efi_cache_sync_image()
      efi/libstub: Synchronize instruction cache after kernel relocation

 arch/x86/include/asm/efi.h                    |   3 +-
 arch/x86/mm/fault.c                           |   2 +-
 arch/x86/platform/efi/quirks.c                |  13 +-
 drivers/firmware/efi/efi-pstore.c             |   4 +-
 drivers/firmware/efi/libstub/Makefile         |   2 +-
 drivers/firmware/efi/libstub/efistub.h        |   7 --
 drivers/firmware/efi/libstub/loongarch-stub.c |  80 +++++++++++++
 drivers/firmware/efi/libstub/loongarch.c      |   5 +
 drivers/firmware/efi/libstub/mem.c            |  82 +++++++++++++
 drivers/firmware/efi/libstub/relocate.c       | 166 --------------------------
 fs/efivarfs/super.c                           |   5 +-
 11 files changed, 186 insertions(+), 183 deletions(-)
 delete mode 100644 drivers/firmware/efi/libstub/relocate.c

             reply	other threads:[~2026-05-06 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-06 13:04 Ard Biesheuvel [this message]
2026-05-06 14:44 ` [GIT PULL] EFI fixes for v7.1 #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=20260506130427.1761-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 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.