public inbox for linux-efi@vger.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 v7.0
Date: Thu, 16 Apr 2026 09:10:02 +0200	[thread overview]
Message-ID: <20260416071005.421896-1-ardb@kernel.org> (raw)

Hi Linus,

Again not a busy cycle for EFI, just some minor tweaks and bug fixes.

Please pull.


The following changes since commit 1f318b96cc84d7c2ab792fcc0bfd42a7ca890681:

  Linux 7.0-rc3 (2026-03-08 16:56:54 -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.1

for you to fetch changes up to 48a428215782321b56956974f23593e40ce84b7a:

  efi/capsule-loader: fix incorrect sizeof in phys array reallocation (2026-04-10 18:14:21 +0200)

----------------------------------------------------------------
EFI updates for v7.0

- Enable boot graphics resource table (BGRT) on Xen/x86

- Correct a misguided assumption in the memory attributes table sanity
  check

- Start tagging efi_mem_reserve()'d regions as MEMBLOCK_RSRV_KERN

- Some other minor fixes and cleanups

----------------------------------------------------------------
Ard Biesheuvel (4):
      efi: Drop unused efi_range_is_wc() function
      efi/memattr: Fix thinko in table size sanity check
      memblock: Permit existing reserved regions to be marked RSRV_KERN
      efi: Tag memblock reservations of boot services regions as RSRV_KERN

Ben Dooks (1):
      efi: libstub: fix type of fdt 32 and 64bit variables

Marek Marczykowski-Górecki (2):
      efi: make efi_mem_type() and efi_mem_attributes() work on Xen PV
      efi: Enable BGRT loading under Xen

Thomas Huth (1):
      efi/capsule-loader: fix incorrect sizeof in phys array reallocation

 drivers/firmware/efi/capsule-loader.c |  2 +-
 drivers/firmware/efi/efi-bgrt.c       |  7 +++++--
 drivers/firmware/efi/efi.c            | 31 ++++++++++++-----------------
 drivers/firmware/efi/libstub/fdt.c    | 12 ++++++------
 drivers/firmware/efi/memattr.c        | 37 ++++++++++++++++++++++++++---------
 include/linux/efi.h                   | 21 --------------------
 include/linux/memblock.h              |  1 +
 mm/memblock.c                         | 15 ++++++++++++++
 8 files changed, 68 insertions(+), 58 deletions(-)

             reply	other threads:[~2026-04-16  7:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-16  7:10 Ard Biesheuvel [this message]
2026-04-16 15:20 ` [GIT PULL] EFI updates for v7.0 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2026-02-09 18:48 Ard Biesheuvel
2026-02-10  5:08 ` 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=20260416071005.421896-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox