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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html