diff options
author | Boqun Feng <[email protected]> | 2020-08-07 15:42:20 +0800 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-08-26 12:42:02 +0200 |
commit | e918188611f073063415f40fae568fa4d86d9044 (patch) | |
tree | 360f04ba1aeae14a4205a2b74ce0f5090bf70378 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 92b4e9f11a636d1723cc0866bf8b9111b1e24339 (diff) |
locking: More accurate annotations for read_lock()
On the archs using QUEUED_RWLOCKS, read_lock() is not always a recursive
read lock, actually it's only recursive if in_interrupt() is true. So
change the annotation accordingly to catch more deadlocks.
Note we used to treat read_lock() as pure recursive read locks in
lib/locking-seftest.c, and this is useful, especially for the lockdep
development selftest, so we keep this via a variable to force switching
lock annotation for read_lock().
Signed-off-by: Boqun Feng <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions