Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932111AbbLNS1A (ORCPT ); Mon, 14 Dec 2015 13:27:00 -0500 Received: from mail-wm0-f42.google.com ([74.125.82.42]:34408 "EHLO mail-wm0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752082AbbLNS06 (ORCPT ); Mon, 14 Dec 2015 13:26:58 -0500 From: Matt Fleming To: Ingo Molnar , Thomas Gleixner , "H . Peter Anvin" Cc: Matt Fleming , linux-kernel@vger.kernel.org, linux-efi@vger.kernel.org, Alan Ott , Ard Biesheuvel , Borislav Petkov , Jonathan Corbet , Josh Triplett , Leif Lindholm , Peter Jones , Rasmus Villemoes , Ravi Shankar , Ricardo Neri , Roy Franz , Sai Praneeth Prakhya , Wendy Wang Subject: [GIT PULL 0/4] EFI changes for v4.5 Date: Mon, 14 Dec 2015 18:26:49 +0000 Message-Id: <1450117613-15438-1-git-send-email-matt@codeblueprint.co.uk> X-Mailer: git-send-email 2.6.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2270 Lines: 59 Folks, Here's a couple of cleanups and a bug fix for the ACPI BGRT driver triggered by the recent isolated EFI page table changes currently sitting in tip. The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) 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 50a0cb565246f20d59cdb161778531e4b19d35ac: x86/efi-bgrt: Fix kernel panic when mapping BGRT data (2015-12-14 15:24:24 +0000) ---------------------------------------------------------------- * We don't need to carry our own formatting code in the esrt driver because the kobject API can do that for us - Rasmus Villemoes * Update the arm64 file paths in Documentation/efi-stub.txt to match the current tree - Alan Ott * Consistently preface all print statements with "efi" arch/x86 so that it's more obvious to users reporting problems which statements in the kernel log are relevant for EFI - Matt Fleming * Fix a boot crash in the ACPI BGRT driver and delete efi_lookup_mapped_addr() since it's useless now that the EFI mappings *only* exist in the 'efi_pgd' page table. Instead we always early_memremap() the BGRT memory - Sai Praneeth Prakhya ---------------------------------------------------------------- Alan Ott (1): doc: efi-stub.txt: Fix arm64 paths Matt Fleming (1): x86/efi: Preface all print statements with efi* tag Rasmus Villemoes (1): efi/esrt: Don't preformat name Sai Praneeth (1): x86/efi-bgrt: Fix kernel panic when mapping BGRT data Documentation/efi-stub.txt | 4 ++-- arch/x86/platform/efi/efi-bgrt.c | 42 ++++++++++++++++------------------------ arch/x86/platform/efi/efi_64.c | 2 ++ arch/x86/platform/efi/quirks.c | 4 +++- drivers/firmware/efi/efi.c | 32 ------------------------------ drivers/firmware/efi/esrt.c | 5 +---- 6 files changed, 25 insertions(+), 64 deletions(-) -- 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/