This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f345fc7a0706 Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pu [...] new ec4696925da6 efi/libstub: Bump up EFI_MMAP_NR_SLACK_SLOTS to 32 new 144d52dd8fc8 x86/efistub: Drop long obsolete UGA support new c14bca3f7aa9 efi/libstub: Use C99-style for loop to traverse handle buffer new 60a34085c36d efi/libstub: Simplify GOP handling code new b52587c5e897 efi/libstub: Refactor and clean up GOP resolution picker code new 90534e689d2e efi/libstub: Simplify PCI I/O handle buffer traversal new ad69b0b6f995 efi/libstub: Use cleanup helpers for freeing copies of the [...] new 4e23c96b1fe1 efi/libstub: Use __free() helper for pool deallocations new 19fdc68aa7b9 efi: sysfb_efi: fix W=1 warnings when EFI is not set new 8b4bc207f981 efivarfs: prevent setting of zero size on the inodes in the cache new 8a32d46b2043 selftests/efivarfs: add check for disallowing file truncation new c57b6e1d8a5c efivarfs: remove unused efi_variable.Attributes and efivar [...] new 1aba87f92d47 efivarfs: add helper to convert from UC16 name and GUID to [...] new 7e365c7e2cc5 efivarfs: make variable_is_present use dcache lookup new fddca52766e2 efivarfs: move variable lifetime management into the inodes new a58e954464db efivarfs: remove unused efivarfs_list new 908af31f4896 efivarfs: fix error on write to new variable leaving remnants new e7b4b1f61db7 Merge branch 'efivarfs' into next new fd3aa3d5e5db selftests/efivarfs: fix tests for failed write removal new 87e6cd7cdbe8 selftests/efivarfs: add concurrent update tests new 8ba14d9f490a efi: libstub: Use '-std=gnu11' to fix build with GCC 15 new 0e2f98da2071 efivarfs: abstract initial variable creation routine new b5d1e6ee761a efivarfs: add variable resync after hibernation new 64b45dd46e15 x86/efi: skip memattr table on kexec boot new ae8b53aac327 Merge tag 'efi-next-for-v6.14' of git://git.kernel.org/pub [...]
The 25 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: arch/x86/include/asm/efi.h | 3 + arch/x86/platform/efi/efi.c | 10 - arch/x86/platform/efi/quirks.c | 5 + drivers/firmware/efi/efi.c | 3 - drivers/firmware/efi/libstub/Makefile | 2 +- drivers/firmware/efi/libstub/efi-stub-helper.c | 9 +- drivers/firmware/efi/libstub/efi-stub.c | 49 ++-- drivers/firmware/efi/libstub/efistub.h | 20 +- drivers/firmware/efi/libstub/gop.c | 323 ++++++++++--------------- drivers/firmware/efi/libstub/kaslr.c | 4 +- drivers/firmware/efi/libstub/mem.c | 20 +- drivers/firmware/efi/libstub/pci.c | 34 +-- drivers/firmware/efi/libstub/randomalloc.c | 4 +- drivers/firmware/efi/libstub/relocate.c | 10 +- drivers/firmware/efi/libstub/x86-stub.c | 164 ++----------- drivers/firmware/efi/sysfb_efi.c | 2 +- fs/efivarfs/file.c | 59 ++++- fs/efivarfs/inode.c | 58 ++--- fs/efivarfs/internal.h | 27 ++- fs/efivarfs/super.c | 275 +++++++++++++++++---- fs/efivarfs/vars.c | 181 ++++---------- include/linux/efi.h | 4 - tools/testing/selftests/efivarfs/efivarfs.sh | 168 ++++++++++++- 23 files changed, 734 insertions(+), 700 deletions(-)