Merge tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull EFI fixes from Thomas Gleixner: "A set of EFI fixes: - Don't return a garbage screen info when EFI framebuffer is not available - Make the early EFI console work properly with wider fonts instead of drawing garbage - Prevent a memory buffer leak in allocate_e820() - Print the firmware error record properly so it can be decoded by users - Fix a symbol clash in the host tool build which only happens with newer compilers. - Add a missing check for the event log version of TPM which caused boot failures on several Dell systems due to an attempt to decode SHA-1 format with the crypto agile algorithm" * tag 'efi-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: tpm: check event log version before reading final events efi: Pull up arch-specific prototype efi_systab_show_arch() x86/boot: Mark global variables as static efi: cper: Add support for printing Firmware Error Record Reference efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820() efi/earlycon: Fix early printk for wider fonts efi/libstub: Avoid returning uninitialized data from setup_graphics()
No related branches found
No related tags found
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
Please register or sign in to comment