]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'efi-urgent-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorThomas Gleixner <tglx@linutronix.de>
Wed, 22 Jul 2020 22:46:44 +0000 (00:46 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 22 Jul 2020 22:46:44 +0000 (00:46 +0200)
commitb953c2ff523934c235d57217f30a4ccadc6a6caa
treeaae026c719e7d81d25b8bc0623db740ff92e88e5
parent7c994678d0392e79f9cc599017ba1dc310002d36
parent772c4d83f21a2f3db7e82ac40272e024ce45741e
Merge tag 'efi-urgent-for-v5.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/urgent

Pull EFI fixes from Ard Biesheuvel:

 - 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
 - Some fixes for build issues found by Atish while working on RISC-V support
 - Avoid --whole-archive when linking the stub on arm64
 - Some x86 EFI stub cleanups from Arvind