diff options
author | Toshi Kani <toshi.kani@hpe.com> | 2015-09-17 12:24:20 -0600 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2015-09-22 21:27:33 +0200 |
commit | 34437e67a6727885bdf6cbfd8441b1ac43a1ee65 (patch) | |
tree | 51c838be853ceeb33882bd9010b377c832e27078 /security/smack | |
parent | da25e628c4c231a281b1c1de3168a36ab9bfe473 (diff) | |
download | talos-obmc-linux-34437e67a6727885bdf6cbfd8441b1ac43a1ee65.tar.gz talos-obmc-linux-34437e67a6727885bdf6cbfd8441b1ac43a1ee65.zip |
x86/mm: Fix slow_virt_to_phys() to handle large PAT bit
slow_virt_to_phys() calls lookup_address() to obtain *pte and
its level. It then calls pte_pfn() to obtain a physical address
for any level. However, this physical address is not correct
when the large PAT bit is set because pte_pfn() does not mask
the large PAT bit properly for PUD/PMD.
Fix slow_virt_to_phys() to use pud_pfn() and pmd_pfn() for 1GB
and 2MB mapping levels.
Signed-off-by: Toshi Kani <toshi.kani@hpe.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Juergen Gross <jgross@suse.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Konrad Wilk <konrad.wilk@oracle.com>
Cc: Robert Elliot <elliott@hpe.com>
Cc: linux-mm@kvack.org
Link: http://lkml.kernel.org/r/1442514264-12475-8-git-send-email-toshi.kani@hpe.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'security/smack')
0 files changed, 0 insertions, 0 deletions