From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752845AbcDBHcV (ORCPT ); Sat, 2 Apr 2016 03:32:21 -0400 Received: from mail-lb0-f195.google.com ([209.85.217.195]:35105 "EHLO mail-lb0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751972AbcDBHcT (ORCPT ); Sat, 2 Apr 2016 03:32:19 -0400 Date: Sat, 2 Apr 2016 09:32:14 +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, Jeremy Linton , Leif Lindholm , Mark Langsdorf , Mark Rutland , Mark Salter , Will Deacon Subject: Re: [GIT PULL] EFI urgent fix Message-ID: <20160402073214.GA27202@gmail.com> References: <1459537395-4523-1-git-send-email-matt@codeblueprint.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459537395-4523-1-git-send-email-matt@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 * Matt Fleming wrote: > Folks, > > Please pull the following fix for an arm64 boot crash reported by Mark > Salter with 64KB granule kernels. It is also tagged for stable. > > The following changes since commit 591b1d8d86074ac3a3163d89bcfe7b232cf83902: > > x86/mm/pkeys: Add missing Documentation (2016-03-29 11:21:17 +0200) > > 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 7cc8cbcf82d165dd658d89a7a287140948e76413: > > efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping (2016-03-31 21:33:50 +0100) > > ---------------------------------------------------------------- > * Fix a boot crash on arm64 caused by a recent commit to mark the EFI > memory map as 'MEMBLOCK_NOMAP' which causes the regions to be > omitted from the kernel direct mapping - Ard Biesheuvel > > ---------------------------------------------------------------- > Ard Biesheuvel (1): > efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping > > drivers/firmware/efi/arm-init.c | 18 +++++++++++++++--- > 1 file changed, 15 insertions(+), 3 deletions(-) Pulled, thanks Matt! Ingo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [GIT PULL] EFI urgent fix Date: Sat, 2 Apr 2016 09:32:14 +0200 Message-ID: <20160402073214.GA27202@gmail.com> References: <1459537395-4523-1-git-send-email-matt@codeblueprint.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1459537395-4523-1-git-send-email-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org> Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Matt Fleming Cc: Thomas Gleixner , "H . Peter Anvin" , Ard Biesheuvel , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jeremy Linton , Leif Lindholm , Mark Langsdorf , Mark Rutland , Mark Salter , Will Deacon List-Id: linux-efi@vger.kernel.org * Matt Fleming wrote: > Folks, > > Please pull the following fix for an arm64 boot crash reported by Mark > Salter with 64KB granule kernels. It is also tagged for stable. > > The following changes since commit 591b1d8d86074ac3a3163d89bcfe7b232cf83902: > > x86/mm/pkeys: Add missing Documentation (2016-03-29 11:21:17 +0200) > > 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 7cc8cbcf82d165dd658d89a7a287140948e76413: > > efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping (2016-03-31 21:33:50 +0100) > > ---------------------------------------------------------------- > * Fix a boot crash on arm64 caused by a recent commit to mark the EFI > memory map as 'MEMBLOCK_NOMAP' which causes the regions to be > omitted from the kernel direct mapping - Ard Biesheuvel > > ---------------------------------------------------------------- > Ard Biesheuvel (1): > efi/arm64: Don't apply MEMBLOCK_NOMAP to UEFI memory map mapping > > drivers/firmware/efi/arm-init.c | 18 +++++++++++++++--- > 1 file changed, 15 insertions(+), 3 deletions(-) Pulled, thanks Matt! Ingo