From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752557AbcHKKmH (ORCPT ); Thu, 11 Aug 2016 06:42:07 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:35265 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbcHKKmE (ORCPT ); Thu, 11 Aug 2016 06:42:04 -0400 From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Matt Fleming , Ard Biesheuvel , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Alex Thorlton , Austin Christ , Borislav Petkov , "Bryan O'Donoghue" , Kweh Hock Leong , Chun-Yi Lee , Mike Travis , Russ Anderson Subject: [GIT PULL 0/2] EFI urgent fixes Date: Thu, 11 Aug 2016 11:41:58 +0100 Message-Id: <1470912120-22831-1-git-send-email-matt@codeblueprint.co.uk> X-Mailer: git-send-email 2.7.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: [GIT PULL 0/2] EFI urgent fixes Date: Thu, 11 Aug 2016 11:41:58 +0100 Message-ID: <1470912120-22831-1-git-send-email-matt@codeblueprint.co.uk> Return-path: Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Matt Fleming , Ard Biesheuvel , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Alex Thorlton , Austin Christ , Borislav Petkov , Bryan O'Donoghue , Kweh Hock Leong , Chun-Yi Lee , Mike Travis , Russ Anderson List-Id: linux-efi@vger.kernel.org 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(-)