aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKristina Martsenko <[email protected]>2017-06-09 16:35:53 +0100
committerWill Deacon <[email protected]>2017-06-12 12:33:37 +0100
commitbf396c09c2447a787d02af34cf167e953f85fa42 (patch)
treec921b42eb6803d2d11e06af6cb3832d443f5f102 /tools/perf/scripts/python
parent67ce16ec15ce9d97d3d85e72beabbc5d7017193e (diff)
arm64: mm: don't print out page table entries on EL0 faults
When we take a fault from EL0 that can't be handled, we print out the page table entries associated with the faulting address. This allows userspace to print out any current page table entries, including kernel (TTBR1) entries. Exposing kernel mappings like this could pose a security risk, so don't print out page table information on EL0 faults. (But still print it out for EL1 faults.) This also follows the same behaviour as x86, printing out page table entries on kernel mode faults but not user mode faults. Acked-by: Mark Rutland <[email protected]> Signed-off-by: Kristina Martsenko <[email protected]> Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions