Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Pull EFI fixes from Ard Biesheuvel: - Missing x86 patch for the runtime cleanup that was merged in -rc1 - Kconfig tweak for kexec on x86 so EFI support does not get disabled inadvertently - Use the right EFI memory type for the unaccepted memory table so kexec/kdump exposes it to the crash kernel as well - Work around EFI implementations which do not implement QueryVariableInfo, which is now called by statfs() on efivarfs * tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi: efivarfs: fix statfs() on efivarfs efi/unaccepted: Use ACPI reclaim memory for unaccepted memory table efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexec efi/x86: Move EFI runtime call setup/teardown helpers out of line
No related branches found
No related tags found
Showing
- arch/x86/Kconfig 1 addition, 1 deletionarch/x86/Kconfig
- arch/x86/include/asm/efi.h 2 additions, 30 deletionsarch/x86/include/asm/efi.h
- arch/x86/platform/efi/efi_32.c 12 additions, 0 deletionsarch/x86/platform/efi/efi_32.c
- arch/x86/platform/efi/efi_64.c 17 additions, 2 deletionsarch/x86/platform/efi/efi_64.c
- drivers/firmware/efi/libstub/unaccepted_memory.c 1 addition, 1 deletiondrivers/firmware/efi/libstub/unaccepted_memory.c
- fs/efivarfs/super.c 10 additions, 4 deletionsfs/efivarfs/super.c
Loading
Please register or sign in to comment