diff options
author | David Vrabel <[email protected]> | 2015-02-19 13:06:53 +0000 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-02-19 15:04:49 -0800 |
commit | e3a1f6cac1fe20e7ac01d96c914c25726723a64e (patch) | |
tree | b0041715d2f98db2dda0e01e880385212a4723b4 /scripts/tracing/draw_functrace.py | |
parent | 2b9fb532d4168e8974fe49709e2c4c8d5352a64c (diff) |
x86: pte_protnone() and pmd_protnone() must check entry is not present
Since _PAGE_PROTNONE aliases _PAGE_GLOBAL it is only valid if
_PAGE_PRESENT is clear. Make pte_protnone() and pmd_protnone() check
for this.
This fixes a 64-bit Xen PV guest regression introduced by 8a0516ed8b90
("mm: convert p[te|md]_numa users to p[te|md]_protnone_numa"). Any
userspace process would endlessly fault.
In a 64-bit PV guest, userspace page table entries have _PAGE_GLOBAL set
by the hypervisor. This meant that any fault on a present userspace
entry (e.g., a write to a read-only mapping) would be misinterpreted as
a NUMA hinting fault and the fault would not be correctly handled,
resulting in the access endlessly faulting.
Signed-off-by: David Vrabel <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/tracing/draw_functrace.py')
0 files changed, 0 insertions, 0 deletions