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