mbox series

[GIT,PULL] First batch of EFI fixes for v6.13

Message ID 20241215135047.8749-2-ardb+git@google.com
State New
Headers show
Series [GIT,PULL] First batch of EFI fixes for v6.13 | expand

Pull-request

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

Message

Ard Biesheuvel Dec. 15, 2024, 1:50 p.m. UTC
From: Ard Biesheuvel <ardb@kernel.org>

Hi Linus,

A handful of EFI fixes. There are some more efivarfs fixes from James in the
pipeline, but some or all of that work may end up getting deferred to the next
cycle.

Please pull,

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 145ac100b63732291c0612528444d7f5ab593fb2:

  efi/esrt: remove esre_attribute::store() (2024-12-13 08:43:58 +0100)

----------------------------------------------------------------
First batch of EFI fixes for v6.13

- Limit EFI zboot to GZIP and ZSTD before it comes in wider use

- Fix inconsistent error when looking up a non-existent file in efivarfs
  with a name that does not adhere to the NAME-GUID format

- Drop some unused code

----------------------------------------------------------------
Ard Biesheuvel (1):
      efi/zboot: Limit compression options to GZIP and ZSTD

James Bottomley (1):
      efivarfs: Fix error on non-existent file

Jiri Slaby (SUSE) (1):
      efi/esrt: remove esre_attribute::store()

 drivers/firmware/efi/Kconfig                |  4 ----
 drivers/firmware/efi/esrt.c                 |  2 --
 drivers/firmware/efi/libstub/Makefile.zboot | 18 ++++++------------
 fs/efivarfs/inode.c                         |  2 +-
 fs/efivarfs/internal.h                      |  1 -
 fs/efivarfs/super.c                         |  3 ---
 6 files changed, 7 insertions(+), 23 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 16, 2024, 12:13 a.m. UTC | #1
The pull request you sent on Sun, 15 Dec 2024 14:50:48 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-fixes-for-v6.13-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7031a38ab74cfe997d2a767d18e3af7445547d07

Thank you!