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 updates for v5.19 #2
Date: Fri,  3 Jun 2022 10:49:10 +0200	[thread overview]
Message-ID: <20220603084910.130410-1-ardb@kernel.org> (raw)

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(-)

             reply	other threads:[~2022-06-03  8:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  8:49 Ard Biesheuvel [this message]
2022-06-03 21:49 ` [GIT PULL] EFI updates for v5.19 #2 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=20220603084910.130410-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.