From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754558AbbHLQRf (ORCPT ); Wed, 12 Aug 2015 12:17:35 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:34918 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753493AbbHLQRe (ORCPT ); Wed, 12 Aug 2015 12:17:34 -0400 From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Cc: Matt Fleming , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Ard Biesheuvel , Borislav Petkov , Catalin Marinas , Hanjun Guo , "Jonathan (Zhixiong) Zhang" Subject: [GIT PULL 0/2] EFI changes for v4.3 (part two) Date: Wed, 12 Aug 2015 17:17:12 +0100 Message-Id: <1439396234-22863-1-git-send-email-matt@codeblueprint.co.uk> X-Mailer: git-send-email 2.1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Matt Fleming Folks, please pull the remaining parts of the EFI changes for v4.3. In this pull is the arm64 arch_apei_get_mem_attributes() implementation with the changes requested by Ard. The final patch uses the new arch_apei_get_mem_attributes() in the GHES driver, which means the driver now maps the GHES region correctly on arm64. 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 tags/efi-next for you to fetch changes up to 4cf8e8af8ac0a810f05ecc3fce440626b4dcb7e3: acpi, apei: use appropriate pgprot_t to map GHES memory (2015-08-12 14:44:46 +0100) ---------------------------------------------------------------- * Additional patches for arm64 and to the ACPI GHES driver to allow architectures to specify which mapping attributes to use to ioremap the GHES region - Jonathan (Zhixiong) Zhang ---------------------------------------------------------------- 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 | 30 ++++++++++++++++++++++++++++++ drivers/acpi/apei/ghes.c | 6 ++++-- 2 files changed, 34 insertions(+), 2 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Fleming Subject: [GIT PULL 0/2] EFI changes for v4.3 (part two) Date: Wed, 12 Aug 2015 17:17:12 +0100 Message-ID: <1439396234-22863-1-git-send-email-matt@codeblueprint.co.uk> Return-path: Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Cc: Matt Fleming , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ard Biesheuvel , Borislav Petkov , Catalin Marinas , Hanjun Guo , "Jonathan (Zhixiong) Zhang" List-Id: linux-efi@vger.kernel.org From: Matt Fleming Folks, please pull the remaining parts of the EFI changes for v4.3. In this pull is the arm64 arch_apei_get_mem_attributes() implementation with the changes requested by Ard. The final patch uses the new arch_apei_get_mem_attributes() in the GHES driver, which means the driver now maps the GHES region correctly on arm64. 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 tags/efi-next for you to fetch changes up to 4cf8e8af8ac0a810f05ecc3fce440626b4dcb7e3: acpi, apei: use appropriate pgprot_t to map GHES memory (2015-08-12 14:44:46 +0100) ---------------------------------------------------------------- * Additional patches for arm64 and to the ACPI GHES driver to allow architectures to specify which mapping attributes to use to ioremap the GHES region - Jonathan (Zhixiong) Zhang ---------------------------------------------------------------- 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 | 30 ++++++++++++++++++++++++++++++ drivers/acpi/apei/ghes.c | 6 ++++-- 2 files changed, 34 insertions(+), 2 deletions(-)