]> 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)
commit09e359b51accdfc87a9e15ee68e412e8ebbea7b5
treeaae026c719e7d81d25b8bc0623db740ff92e88e5
parent56d4640a80cb0fc8c9672bbea9eb8968b889384e
parent49b82271ab66e4fef0ad1bf93be4e0203efc1d82
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