From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751288AbbG3VGt (ORCPT ); Thu, 30 Jul 2015 17:06:49 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:36140 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbbG3VGr (ORCPT ); Thu, 30 Jul 2015 17:06:47 -0400 Date: Thu, 30 Jul 2015 22:06:43 +0100 From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org Subject: [GIT PULL] EFI urgent fixes Message-ID: <20150730210643.GM2725@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Folks, please pull the following urgent EFI fixes which prevent an oops if users pass an invalid "efi" kernel parameter and a boot issue seen on Parallels virtual machines. The tag is based on v4.2-rc4, let me know if you want me to rebase it on top of something else. The following changes since commit cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f: Linux 4.2-rc4 (2015-07-26 12:26:21 -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 9115c7589b11349a1c3099758b4bded579ff69e0: efi: Check for NULL efi kernel parameters (2015-07-30 18:07:11 +0100) ---------------------------------------------------------------- * Fix an EFI boot issue preventing a Parallels virtual machine from booting because the upper 32-bits of the EFI memmap pointer were being discarded in setup_e820() - Dmitry Skorodumov * Validate that the "efi" kernel parameter gets used with an argument, otherwise we will oops - Ricardo Neri ---------------------------------------------------------------- Dmitry Skorodumov (1): x86/efi: Use all 64 bit of efi_memmap in setup_e820() Ricardo Neri (1): efi: Check for NULL efi kernel parameters arch/x86/boot/compressed/eboot.c | 4 ++++ arch/x86/platform/efi/efi.c | 5 +++++ drivers/firmware/efi/efi.c | 5 +++++ 3 files changed, 14 insertions(+) -- Matt Fleming, Intel Open Source Technology Center