diff options
author | Rohan McLure <[email protected]> | 2023-02-06 13:18:00 +1100 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-02-10 22:19:56 +1100 |
commit | 4f8e09106f6e457c6e9a4ce597fa9ae2bda032c3 (patch) | |
tree | ee70b0e9769afebd9b7bb37ba1cc89c20c08c643 /tools/perf/scripts/python/check-perf-trace.py | |
parent | b6e259297a6bffb882d55715284bb5219eefda42 (diff) |
powerpc/kcsan: Prevent recursive instrumentation with IRQ save/restores
Instrumented memory accesses provided by KCSAN will access core-local
memories (which will save and restore IRQs) as well as restoring IRQs
directly. Avoid recursive instrumentation by applying __no_kcsan
annotation to IRQ restore routines.
Signed-off-by: Rohan McLure <[email protected]>
[mpe: Resolve merge conflict with IRQ replay recursion changes]
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions