From: Ard Biesheuvel <ardb@xxxxxxxxxx> 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(-)