diff options
author | 2019-05-05 09:45:12 +0530 | |
---|---|---|
committer | 2019-06-04 14:55:15 +0100 | |
commit | 01de1776f62e6437ccd207181ec503e8a56e6128 (patch) | |
tree | e3e34df65141f255c243d9673a17bb1bf10d906e /tools/perf/scripts/python/stackcollapse.py | |
parent | arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge() (diff) | |
download | linux-dev-01de1776f62e6437ccd207181ec503e8a56e6128.tar.xz linux-dev-01de1776f62e6437ccd207181ec503e8a56e6128.zip |
arm64/mm: Identify user instruction aborts
We don't currently set the FAULT_FLAG_INSTRUCTION mm flag for EL0
instruction aborts. This has no functional impact, as we don't override
arch_vma_access_permitted(), and the default implementation always returns
true. However, it would be helpful to provide the flag so that it can be
consumed by tracepoints such as dax_pmd_fault.
This patch sets the FAULT_FLAG_INSTRUCTION flag for EL0 instruction aborts.
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions