]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming...
authorIngo Molnar <mingo@kernel.org>
Fri, 16 Oct 2015 10:03:22 +0000 (12:03 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 16 Oct 2015 10:03:22 +0000 (12:03 +0200)
commit1a800589052f03ce09008f82ad2c69f0af5d315a
treedff91e9cbe6fa43060885ed45529296d905bf774
parent8a53554e12e98d1759205afd7b8e9e2ea0936f48
parentf5f3497cad8c8416a74b9aaceb127908755d020a
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent

Pull EFI fix from Matt Fleming:

 - Ensure that the identity mapping in initial_page_table is updated
   to cover the entire kernel range. This fixes a triple fault on
   non-PAE kernels when booting on 32-bit EFI due to accessing an
   unmapped GDT in efi_call_phys_prolog(). (Paolo Bonzini)

Signed-off-by: Ingo Molnar <mingo@kernel.org>