mbox series

[GIT,PULL] EFI updates for v5.19 #2

Message ID 20220603084910.130410-1-ardb@kernel.org
State New
Headers show
Series [GIT,PULL] EFI updates for v5.19 #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.19-2

Message

Ard Biesheuvel June 3, 2022, 8:49 a.m. UTC
Hi Linus,

Please pull the changes below - they mostly address issues introduced this
merge window, except for Heinrich's patch.

The following changes since commit 3f68e69520d3d52d66a6ad872a75b7d8f2ea7665:

  riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL (2022-05-19 10:22:17 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.19-2

for you to fetch changes up to 75ed63d919400b803691a0c757ee23c6f767a625:

  efi: clean up Kconfig dependencies on CONFIG_EFI (2022-06-01 14:08:13 +0200)

----------------------------------------------------------------
Follow-up tweaks for the EFI changes in v5.19

- fix new DXE service invocations for mixed mode
- use correct Kconfig symbol when setting PE header flag
- clean up the drivers/firmware/efi Kconfig dependencies so that
  features that depend on CONFIG_EFI are hidden from the UI when the
  symbol is not enabled.

Also included is a RISC-V bugfix from Heinrich to avoid read-write
mappings of read-only firmware regions in the EFI page tables.

----------------------------------------------------------------
Ard Biesheuvel (2):
      efi/x86: libstub: Make DXE calls mixed mode safe
      efi: clean up Kconfig dependencies on CONFIG_EFI

Heinrich Schuchardt (1):
      riscv: read-only pages should not be writable

Lukas Bulwahn (1):
      efi: x86: Fix config name for setting the NX-compatibility flag in the PE header

 arch/riscv/kernel/efi.c                 |  2 +-
 arch/x86/boot/header.S                  |  2 +-
 arch/x86/include/asm/efi.h              |  9 ++++++
 drivers/firmware/Makefile               |  3 +-
 drivers/firmware/efi/Kconfig            | 52 +++++++++++++++------------------
 drivers/firmware/efi/libstub/x86-stub.c |  4 +--
 6 files changed, 38 insertions(+), 34 deletions(-)

Comments

pr-tracker-bot@kernel.org June 3, 2022, 9:49 p.m. UTC | #1
The pull request you sent on Fri,  3 Jun 2022 10:49:10 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.19-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/93ce7948e38ffe6f9b4fd403c94c098bd892a5ff

Thank you!