From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755205AbbINKZk (ORCPT ); Mon, 14 Sep 2015 06:25:40 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:36558 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752227AbbINKZj (ORCPT ); Mon, 14 Sep 2015 06:25:39 -0400 Date: Mon, 14 Sep 2015 12:25:34 +0200 From: Ingo Molnar To: Matt Fleming Cc: Thomas Gleixner , "H. Peter Anvin" , Matt Fleming , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Ard Biesheuvel , Borislav Petkov , Catalin Marinas , Hanjun Guo , "Jonathan (Zhixiong) Zhang" , Will Deacon Subject: Re: [GIT PULL 0/2] EFI changes for v4.3 (part two) Message-ID: <20150914102533.GA20088@gmail.com> References: <1441372302-23242-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: <1441372302-23242-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: > From: Matt Fleming > > Folks, please pull the remaining parts of the EFI changes for v4.3. > > Nothing much has changed in terms of code since the last version of > this part two pull request was sent on August 12th, > > https://lkml.kernel.org/r/1439396234-22863-1-git-send-email-matt@codeblueprint.co.uk > > The main difference is the improved commit message in PATCH 2, which > now contains much more information as well as the user visible > side-effects of the issue that the patch fixes. > > There were also some improvements to the comments inside PATCH 1 as > well as moving the function out of line at Ingo's suggestion. > > The branch is based on tip/core/efi. > > The following changes since commit 8d446c8647c9ab8fcb45a8fc7dbbafe1f83aa2f3: > > arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT (2015-08-08 10:37:40 +0200) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git acpi/ghes > > for you to fetch changes up to 404f03dbebede4d0ebeabd06e4b9120b481ae536: > > acpi, apei: Use appropriate pgprot_t to map GHES memory (2015-09-04 13:39:31 +0100) > > ---------------------------------------------------------------- > Jonathan (Zhixiong) Zhang (2): > arm64: apei: Implement arch_apei_get_mem_attributes() > acpi, apei: Use appropriate pgprot_t to map GHES memory > > arch/arm64/include/asm/acpi.h | 5 +++++ > arch/arm64/kernel/acpi.c | 29 +++++++++++++++++++++++++++++ > drivers/acpi/apei/ghes.c | 10 +++++++--- > 3 files changed, 41 insertions(+), 3 deletions(-) Applied to tip:core/efi, thanks Matt! Ingo