-
- Downloads
Merge tag 'efi-fixes-for-v5.7-rc6' of...
Merge tag 'efi-fixes-for-v5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgent Pull EFI fixes from Ard Biesheuvel: "- fix EFI framebuffer earlycon for wide fonts - avoid filling screen_info with garbage if the EFI framebuffer is not available - fix a potential host tool build error due to a symbol clash on x86 - work around a EFI firmware bug regarding the binary format of the TPM final events table - fix a missing memory free by reworking the E820 table sizing routine to not do the allocation in the first place - add CPER parsing for firmware errors"
Showing
- arch/x86/boot/tools/build.c 8 additions, 8 deletionsarch/x86/boot/tools/build.c
- drivers/firmware/efi/cper.c 62 additions, 0 deletionsdrivers/firmware/efi/cper.c
- drivers/firmware/efi/earlycon.c 8 additions, 6 deletionsdrivers/firmware/efi/earlycon.c
- drivers/firmware/efi/efi.c 1 addition, 4 deletionsdrivers/firmware/efi/efi.c
- drivers/firmware/efi/libstub/arm-stub.c 5 additions, 1 deletiondrivers/firmware/efi/libstub/arm-stub.c
- drivers/firmware/efi/libstub/efistub.h 13 additions, 0 deletionsdrivers/firmware/efi/libstub/efistub.h
- drivers/firmware/efi/libstub/mem.c 0 additions, 2 deletionsdrivers/firmware/efi/libstub/mem.c
- drivers/firmware/efi/libstub/tpm.c 3 additions, 2 deletionsdrivers/firmware/efi/libstub/tpm.c
- drivers/firmware/efi/libstub/x86-stub.c 9 additions, 15 deletionsdrivers/firmware/efi/libstub/x86-stub.c
- drivers/firmware/efi/tpm.c 4 additions, 1 deletiondrivers/firmware/efi/tpm.c
- include/linux/cper.h 9 additions, 0 deletionsinclude/linux/cper.h
- include/linux/efi.h 2 additions, 0 deletionsinclude/linux/efi.h
Loading
Please register or sign in to comment