Merge tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Pull EFI updates from Ard Biesheuvel: - Decouple mixed mode startup code from the traditional x86 decompressor - Revert zero-length file hack in efivarfs - Prevent EFI zboot from using the CopyMem/SetMem boot services after ExitBootServices() - Update EFI zboot to use the ZLIB/ZSTD library interfaces directly * tag 'efi-next-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi: efi/libstub: Avoid legacy decompressor zlib/zstd wrappers efi/libstub: Avoid CopyMem/SetMem EFI services after ExitBootServices efi: efibc: change kmalloc(size * count, ...) to kmalloc_array() efivarfs: Revert "allow creation of zero length files" x86/efi/mixed: Move mixed mode startup code into libstub x86/efi/mixed: Simplify and document thunking logic x86/efi/mixed: Remove dependency on legacy startup_32 code x86/efi/mixed: Set up 1:1 mapping of lower 4GiB in the stub x86/efi/mixed: Factor out and clean up long mode entry x86/efi/mixed: Check CPU compatibility without relying on verify_cpu() x86/efistub: Merge PE and handover entrypoints
No related branches found
No related tags found
Showing
- arch/x86/boot/compressed/Makefile 0 additions, 1 deletionarch/x86/boot/compressed/Makefile
- arch/x86/boot/compressed/head_64.S 0 additions, 7 deletionsarch/x86/boot/compressed/head_64.S
- drivers/firmware/efi/efibc.c 1 addition, 1 deletiondrivers/firmware/efi/efibc.c
- drivers/firmware/efi/libstub/Makefile 9 additions, 1 deletiondrivers/firmware/efi/libstub/Makefile
- drivers/firmware/efi/libstub/efistub.h 3 additions, 0 deletionsdrivers/firmware/efi/libstub/efistub.h
- drivers/firmware/efi/libstub/intrinsics.c 26 additions, 0 deletionsdrivers/firmware/efi/libstub/intrinsics.c
- drivers/firmware/efi/libstub/x86-mixed.S 253 additions, 0 deletionsdrivers/firmware/efi/libstub/x86-mixed.S
- drivers/firmware/efi/libstub/x86-stub.c 29 additions, 23 deletionsdrivers/firmware/efi/libstub/x86-stub.c
- drivers/firmware/efi/libstub/zboot-decompress-gzip.c 68 additions, 0 deletionsdrivers/firmware/efi/libstub/zboot-decompress-gzip.c
- drivers/firmware/efi/libstub/zboot-decompress-zstd.c 49 additions, 0 deletionsdrivers/firmware/efi/libstub/zboot-decompress-zstd.c
- drivers/firmware/efi/libstub/zboot.c 9 additions, 56 deletionsdrivers/firmware/efi/libstub/zboot.c
- drivers/firmware/efi/libstub/zboot.lds 1 addition, 0 deletionsdrivers/firmware/efi/libstub/zboot.lds
- fs/efivarfs/file.c 4 additions, 6 deletionsfs/efivarfs/file.c
Loading
Please register or sign in to comment