diff options
author | Nathan Lynch <[email protected]> | 2023-03-06 15:33:45 -0600 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-03-30 23:36:35 +1100 |
commit | af8bc68263b2184e63ee67ca70cecff4636f7901 (patch) | |
tree | 50d0f973be986a800fb159e30a3bd46fb62ccc03 /tools/perf/scripts/python/syscall-counts.py | |
parent | 32740fce09f98d30f3c71a09ee4e9d90b3965427 (diff) |
powerpc/rtas: lockdep annotations
Add lockdep annotations for the following properties that must hold:
* Any error log retrieval must be atomically coupled with the prior
RTAS call, without a window for another RTAS call to occur before the
error log can be retrieved.
* All users of the core rtas_args parameter block must hold rtas_lock.
Move the definitions of rtas_lock and rtas_args up in the file so that
__do_enter_rtas_trace() can refer to them.
Signed-off-by: Nathan Lynch <[email protected]>
Reviewed-by: Andrew Donnellan <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions