]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/rpmsg.git/commit
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi...
authorIngo Molnar <mingo@kernel.org>
Tue, 27 Oct 2015 17:40:47 +0000 (18:40 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 27 Oct 2015 17:40:47 +0000 (18:40 +0100)
commit06ef431ab8060aa8ef51b36f56773d01f6a53f24
tree4ca74ea5ffec670d3e455219c66929c6be398079
parent790a2ee2427852cff50993c98f15ed88511e9af0
parent2c66e24d75d424919c42288b418d2e593fa818b1
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi

Pull EFI fix from Matt Fleming:

  - Fix a kernel panic by not passing EFI virtual mapping addresses to
    __pa() in the x86 pageattr code. Since these virtual addreses are
    not part of the direct mapping or kernel text mapping, passing them
    to __pa() will trigger a BUG_ON() when CONFIG_DEBUG_VIRTUAL is
    enabled. (Sai Praneeth Prakhya)

Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/mm/pageattr.c