From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754407AbcITPAD (ORCPT ); Tue, 20 Sep 2016 11:00:03 -0400 Received: from mail-wm0-f65.google.com ([74.125.82.65]:36087 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752028AbcITPAA (ORCPT ); Tue, 20 Sep 2016 11:00:00 -0400 Date: Tue, 20 Sep 2016 16:59:55 +0200 From: Ingo Molnar To: Matt Fleming Cc: Thomas Gleixner , "H . Peter Anvin" , Ard Biesheuvel , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Mark Rutland , Mike Galbraith , Mike Krinkin , Peter Jones , Taku Izumi Subject: Re: [GIT PULL] EFI fix for v4.9 queue Message-ID: <20160920145955.GB22836@gmail.com> References: <20160920144650.30615-1-matt@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160920144650.30615-1-matt@codeblueprint.co.uk> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Matt Fleming wrote: > Folks, please pull the following fix for the v4.9 EFI queue sat in > tip/efi/core. > > The following changes since commit 5465fe0fc3316f7cdda66732a7986f4ebe76d949: > > Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core (2016-09-13 20:21:55 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-next > > for you to fetch changes up to 92dc33501bfba74655dbf3ec63ea82d040fd6d58: > > x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE (2016-09-20 15:43:31 +0100) > > ---------------------------------------------------------------- > * Fix a boot crash reported by Mike Galbraith and Mike Krinkin. The > new EFI memory map reservation code didn't align reservations to > EFI_PAGE_SIZE boundaries causing bogus regions to be inserted into > the global EFI memory map - Matt Fleming > > ---------------------------------------------------------------- > Matt Fleming (1): > x86/efi: Round EFI memmap reservations to EFI_PAGE_SIZE > > arch/x86/platform/efi/quirks.c | 6 +++++- > drivers/firmware/efi/memmap.c | 11 +++++++++++ > 2 files changed, 16 insertions(+), 1 deletion(-) Pulled into tip:efi/core, thanks a lot Matt! Ingo