mbox series

[GIT,PULL] EFI updates for v6.10

Message ID 20240514072039.3346871-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] EFI updates for v6.10 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.10

Message

Ard Biesheuvel May 14, 2024, 7:20 a.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hello Linus,

Only a handful of changes this cycle, consisting of cleanup work and a low-prio
bugfix.

Please pull.

 
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.10

for you to fetch changes up to 4b2543f7e1e6b91cfc8dd1696e3cdf01c3ac8974:

  efi: libstub: only free priv.runtime_map when allocated (2024-04-29 17:47:32 +0200)

----------------------------------------------------------------
EFI updates for v6.10:

- Additional cleanup by Tim for the efivarfs variable name length
  confusion

- Avoid freeing a bogus pointer when virtual remapping is omitted in the
  EFI boot stub

----------------------------------------------------------------
Hagar Hemdan (1):
      efi: libstub: only free priv.runtime_map when allocated

Tim Schumacher (4):
      efi: pstore: Request at most 512 bytes for variable names
      Documentation: Mark the 'efivars' sysfs interface as removed
      efivarfs: Remove unused internal struct members
      efi: Clear up misconceptions about a maximum variable name size

 Documentation/ABI/removed/sysfs-firmware-efi-vars | 12 ++++
 Documentation/ABI/stable/sysfs-firmware-efi-vars  | 79 -----------------------
 Documentation/filesystems/efivarfs.rst            |  2 +-
 drivers/firmware/efi/efi-pstore.c                 | 10 ++-
 drivers/firmware/efi/libstub/fdt.c                |  4 +-
 drivers/firmware/efi/vars.c                       |  2 +-
 fs/efivarfs/internal.h                            |  5 +-
 fs/efivarfs/vars.c                                |  5 +-
 include/linux/efi.h                               |  9 ++-
 9 files changed, 33 insertions(+), 95 deletions(-)
 create mode 100644 Documentation/ABI/removed/sysfs-firmware-efi-vars
 delete mode 100644 Documentation/ABI/stable/sysfs-firmware-efi-vars

Comments

pr-tracker-bot@kernel.org May 14, 2024, 10:22 p.m. UTC | #1
The pull request you sent on Tue, 14 May 2024 09:20:40 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v6.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1b10b390d945a19747d75b34a6e01035ac7b9155

Thank you!