This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 614da38e2f7a Merge tag 'hid-for-linus-2024051401' of git://git.kernel.o [...] new 24427cda90cb efi: pstore: Request at most 512 bytes for variable names new 5b625181fbde Documentation: Mark the 'efivars' sysfs interface as removed new 89ea21d70d9c efivarfs: Remove unused internal struct members new cda30c6542c8 efi: Clear up misconceptions about a maximum variable name size new 4b2543f7e1e6 efi: libstub: only free priv.runtime_map when allocated new 1b10b390d945 Merge tag 'efi-next-for-v6.10' of git://git.kernel.org/pub [...]
The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: 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