[GIT PULL 0/2] EFI urgent fixes

From: Matt Fleming
Date: Thu Aug 11 2016 - 06:42:11 EST


Please pull the following two patches that fix EFI issues in v4.7.
They're both tagged for stable.

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent

for you to fetch changes up to be6743b7f66c7d8bf7f8a48de9d86a66a177c3a2:

efi/capsule: Allocate whole capsule into virtual memory (2016-08-09 11:32:55 +0100)

----------------------------------------------------------------
* Fix a boot crash on SGI/UV when kexec'ing a kernel with the "noefi"
kernel parameter - Alex Thorlton

* Wholly map EFI capsules with vmap() instead of just the first page
with kmap(), so that the capsule driver works on Qualcomm QDF2432,
and because the UEFI specification requires the capsule to be fully
mapped into the kernel's virtual address space - Austin Christ

----------------------------------------------------------------
Alex Thorlton (1):
x86/platform/uv: Skip UV runtime services mapping in the efi_runtime_disabled case

Austin Christ (1):
efi/capsule: Allocate whole capsule into virtual memory

arch/x86/platform/uv/bios_uv.c | 3 ++-
drivers/firmware/efi/capsule-loader.c | 8 +++++---
drivers/firmware/efi/capsule.c | 6 +++---
3 files changed, 10 insertions(+), 7 deletions(-)