From: Borislav Petkov <bp@xxxxxxx> Hi all, this is just a snapshot of the current state of affairs. The patchset starts to boot successfully on real hardware now but we're far away from the coverage we'd like to have before we even consider upstreaming it. And yes, considering the sick f*ck EFI is, we're keeping the 1:1 mapping optional and off by default (you need to boot with "efi=1:1_map" to enable it). Matt has picked up 1/4 already so I'll drop it when it lands into -tip and so on... Thanks for any suggestions, as always. Borislav Petkov (4): efi: Convert runtime services function ptrs x86, cpa: Map in an arbitrary pgd x86, efi: Add an efi= kernel command line parameter x86, efi: Map runtime services 1:1 arch/x86/boot/compressed/eboot.c | 2 +- arch/x86/include/asm/efi.h | 81 ++++++++++----- arch/x86/include/asm/pgtable_types.h | 3 +- arch/x86/mm/pageattr.c | 82 ++++++++++++---- arch/x86/platform/efi/efi.c | 184 +++++++++++++++++++++++++++++------ arch/x86/platform/efi/efi_stub_64.S | 56 +++++++++++ include/linux/efi.h | 28 +++--- 7 files changed, 348 insertions(+), 88 deletions(-) -- 1.8.3 -- To unsubscribe from this list: send the line "unsubscribe linux-efi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html