Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751823AbbGaH4e (ORCPT ); Fri, 31 Jul 2015 03:56:34 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:34033 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751433AbbGaH4c (ORCPT ); Fri, 31 Jul 2015 03:56:32 -0400 Date: Fri, 31 Jul 2015 09:56:27 +0200 From: Ingo Molnar To: Matt Fleming Cc: Thomas Gleixner , "H. Peter Anvin" , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org Subject: Re: [GIT PULL] EFI urgent fixes Message-ID: <20150731075627.GA32179@gmail.com> References: <20150730210643.GM2725@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150730210643.GM2725@codeblueprint.co.uk> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1819 Lines: 50 * Matt Fleming wrote: > 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(+) Pulled, thanks Matt! Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/