The following changes since commit 6d128e1e72bf082542e85f72e6b7ddd704193588: Revert "Makefile: Fix install error with make -j option" (2013-07-10 19:02:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git tags/efi-urgent for you to fetch changes up to 8216a67eb5e92224b4509b7f55ec4891c9021fdb: Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" (2013-07-11 11:00:32 +0100) ---------------------------------------------------------------- * Revert Matthew Garrett's patch that avoids passing EFI Boot Services regions to SetVirtualAddressMap(). It caused boot regressions. * Fix a crash in the efivars code by checking whether that EFI Runtime Services are available before attempting to use them. ---------------------------------------------------------------- Matt Fleming (2): efivars: check for EFI_RUNTIME_SERVICES Revert "UEFI: Don't pass boot services regions to SetVirtualAddressMap()" arch/x86/platform/efi/efi.c | 7 ------- drivers/firmware/efi/efivars.c | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) -- Matt Fleming, Intel Open Source Technology Center -- 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