[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180312084500.10764-1-ard.biesheuvel@linaro.org>
Date: Mon, 12 Mar 2018 08:44:55 +0000
From: Ard Biesheuvel <ard.biesheuvel@...aro.org>
To: linux-efi@...r.kernel.org, Ingo Molnar <mingo@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>
Cc: Ard Biesheuvel <ard.biesheuvel@...aro.org>,
linux-kernel@...r.kernel.org, Andy Lutomirski <luto@...nel.org>,
Arnd Bergmann <arnd@...db.de>,
Bhupesh Sharma <bhsharma@...hat.com>,
Borislav Petkov <bp@...en8.de>, "Lee, Chun-Yi" <jlee@...e.com>,
Lukas Wunner <lukas@...ner.de>,
Matt Fleming <matt@...eblueprint.co.uk>,
"Michael S . Tsirkin" <mst@...hat.com>,
Peter Jones <pjones@...hat.com>,
Ravi Shankar <ravi.v.shankar@...el.com>,
Ricardo Neri <ricardo.neri@...el.com>,
Sai Praneeth Prakhya <sai.praneeth.prakhya@...el.com>,
Tony Luck <tony.luck@...el.com>,
Tyler Baicar <tbaicar@...eaurora.org>
Subject: [GIT PULL 0/5] more EFI changes for v4.17
The following changes since commit f779ca740f25c8a6a72d951334f9efc3158a318b:
efi: Make const array 'apple' static (2018-03-09 09:30:35 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next
for you to fetch changes up to a6072c0ecf3a39e9eadfaea1477533fd24261b05:
efi: use string literals for efi_char16_t variable initializers (2018-03-10 11:05:19 +0000)
----------------------------------------------------------------
Second batch of EFI changes for v4.17:
- take 2 of 'use efi_switch_mm() on x86 instead of manipulating %cr3 directly'
- fix early memremap leak in ESRT code
- switch to L"xxx" notation for wide string literals
----------------------------------------------------------------
Ard Biesheuvel (2):
efi/esrt: fix handling of early ESRT table mapping
efi: use string literals for efi_char16_t variable initializers
Sai Praneeth (3):
efi: Use efi_mm in x86 as well as ARM
x86/efi: Replace efi_pgd with efi_mm.pgd
x86/efi: Use efi_switch_mm() rather than manually twiddling with %cr3
arch/x86/boot/compressed/eboot.c | 3 +-
arch/x86/include/asm/efi.h | 26 ++++++--------
arch/x86/platform/efi/efi_64.c | 59 +++++++++++++++++--------------
arch/x86/platform/efi/efi_thunk_64.S | 2 +-
arch/x86/platform/efi/quirks.c | 8 +++--
drivers/firmware/efi/arm-runtime.c | 9 -----
drivers/firmware/efi/efi.c | 9 +++++
drivers/firmware/efi/esrt.c | 17 +++------
drivers/firmware/efi/libstub/Makefile | 2 +-
drivers/firmware/efi/libstub/secureboot.c | 12 ++-----
drivers/firmware/efi/libstub/tpm.c | 7 ++--
include/linux/efi.h | 2 ++
12 files changed, 72 insertions(+), 84 deletions(-)
Powered by blists - more mailing lists