Merge tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull EFI fixes from Ingo Molnar: "Misc EFI fixes, including the boot failure regression caused by the BSS section not being cleared by the loaders" * tag 'efi-urgent-2020-04-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: efi/x86: Revert struct layout change to fix kexec boot regression efi/x86: Don't remap text<->rodata gap read-only for mixed mode efi/x86: Fix the deletion of variables in mixed mode efi/libstub/file: Merge file name buffers to reduce stack usage Documentation/x86, efi/x86: Clarify EFI handover protocol and its requirements efi/arm: Deal with ADR going out of range in efi_enter_kernel() efi/x86: Always relocate the kernel for EFI handover entry efi/x86: Move efi stub globals from .bss to .data efi/libstub/x86: Remove redundant assignment to pointer hdr efi/cper: Use scnprintf() for avoiding potential buffer overflow
No related branches found
No related tags found
Showing
- Documentation/x86/boot.rst 18 additions, 3 deletionsDocumentation/x86/boot.rst
- arch/arm/boot/compressed/head.S 2 additions, 1 deletionarch/arm/boot/compressed/head.S
- arch/x86/include/asm/efi.h 2 additions, 0 deletionsarch/x86/include/asm/efi.h
- arch/x86/platform/efi/efi_64.c 12 additions, 4 deletionsarch/x86/platform/efi/efi_64.c
- drivers/firmware/efi/cper.c 1 addition, 1 deletiondrivers/firmware/efi/cper.c
- drivers/firmware/efi/libstub/efistub.h 1 addition, 1 deletiondrivers/firmware/efi/libstub/efistub.h
- drivers/firmware/efi/libstub/file.c 14 additions, 13 deletionsdrivers/firmware/efi/libstub/file.c
- drivers/firmware/efi/libstub/x86-stub.c 11 additions, 7 deletionsdrivers/firmware/efi/libstub/x86-stub.c
Loading
Please register or sign in to comment