diff options
| author | Amol Grover <[email protected]> | 2020-02-21 20:45:38 +0530 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-02-24 13:01:54 -0800 |
| commit | 958a93c15466c69e2ec531332e67011f549943bd (patch) | |
| tree | 76ac4e6dfd5994ff4ff1a90459ba36fdfdac4695 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py | |
| parent | 27cf31dc20062b020453ea80b0dc95c46af766c1 (diff) | |
tcp, ulp: Pass lockdep expression to RCU lists
tcp_ulp_list is traversed using list_for_each_entry_rcu
outside an RCU read-side critical section but under the protection
of tcp_ulp_list_lock.
Hence, add corresponding lockdep expression to silence false-positive
warnings, and harden RCU lists.t
Signed-off-by: Amol Grover <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions