Merge tag 'efi-urgent-2020-07-25' of...
Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master Pull EFI fixes from Ingo Molnar: "Various EFI fixes: - Fix the layering violation in the use of the EFI runtime services availability mask in users of the 'efivars' abstraction - Revert build fix for GCC v4.8 which is no longer supported - Clean up some x86 EFI stub details, some of which are borderline bugs that copy around garbage into padding fields - let's fix these out of caution. - Fix build issues while working on RISC-V support - Avoid --whole-archive when linking the stub on arm64" * tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: efi: Revert "efi/x86: Fix build with gcc 4" efi/efivars: Expose RT service availability via efivars abstraction efi/libstub: Move the function prototypes to header file efi/libstub: Fix gcc error around __umoddi3 for 32 bit builds efi/libstub/arm64: link stub lib.a conditionally efi/x86: Only copy upto the end of setup_header efi/x86: Remove unused variables
No related branches found
No related tags found
Showing
- arch/arm64/Makefile 1 addition, 1 deletionarch/arm64/Makefile
- drivers/firmware/efi/efi-pstore.c 1 addition, 4 deletionsdrivers/firmware/efi/efi-pstore.c
- drivers/firmware/efi/efi.c 8 additions, 4 deletionsdrivers/firmware/efi/efi.c
- drivers/firmware/efi/efivars.c 1 addition, 4 deletionsdrivers/firmware/efi/efivars.c
- drivers/firmware/efi/libstub/Makefile 1 addition, 2 deletionsdrivers/firmware/efi/libstub/Makefile
- drivers/firmware/efi/libstub/alignedmem.c 1 addition, 1 deletiondrivers/firmware/efi/libstub/alignedmem.c
- drivers/firmware/efi/libstub/efi-stub.c 0 additions, 17 deletionsdrivers/firmware/efi/libstub/efi-stub.c
- drivers/firmware/efi/libstub/efistub.h 16 additions, 0 deletionsdrivers/firmware/efi/libstub/efistub.h
- drivers/firmware/efi/libstub/x86-stub.c 4 additions, 4 deletionsdrivers/firmware/efi/libstub/x86-stub.c
- drivers/firmware/efi/vars.c 6 additions, 0 deletionsdrivers/firmware/efi/vars.c
- fs/efivarfs/super.c 3 additions, 3 deletionsfs/efivarfs/super.c
- include/linux/efi.h 1 addition, 0 deletionsinclude/linux/efi.h
Loading
Please register or sign in to comment