Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into...
authorThomas Gleixner <tglx@linutronix.de>
Thu, 27 Sep 2018 14:58:49 +0000 (16:58 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 27 Sep 2018 14:58:49 +0000 (16:58 +0200)
commitfa70f0d2ce96a892b38fbbaa60584af536f21f97
tree344f4f3fa1e38ad7cde6e9ebbf825e40bb55f756
parent6bf4ca7fbc85d80446ac01c0d1d77db4d91a6d84
parent9c1442a9d039a1a3302fa93e9a11001c5f23b624
Merge tag 'efi-next' of git://git./linux/kernel/git/efi/efi into efi/core

Pull EFI updates for v4.20 from Ard Biesheuvel:

- Add support for enlisting the help of the EFI firmware to create memory
  reservations that persist across kexec.
- Add page fault handling to the runtime services support code on x86 so
  we can gracefully recover from buggy EFI firmware.
- Fix command line handling on x86 for the boot path that omits the stub's
  PE/COFF entry point.
- Other assorted fixes.