aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorWANG Cong <[email protected]>2017-03-16 10:32:42 -0700
committerDavid S. Miller <[email protected]>2017-03-16 21:29:20 -0700
commitd12c917691b45d9dffcfe7c2362d25caa40905fd (patch)
treef2e7a8d5f346f39bc220147fcfc5b3a70c9f8999 /tools/perf/scripts/python/export-to-postgresql.py
parent4d4a6ac73e7466c2085c307fac41f74ce4568a45 (diff)
bridge: resolve a false alarm of lockdep
Andrei reported a false alarm of lockdep at net/bridge/br_fdb.c:109, this is because in Andrei's case, a spin_bug() was already triggered before this, therefore the debug_locks is turned off, lockdep_is_held() is no longer accurate after that. We should use lockdep_assert_held_once() instead of lockdep_is_held() to respect debug_locks. Fixes: 410b3d48f5111 ("bridge: fdb: add proper lock checks in searching functions") Reported-by: Andrei Vagin <[email protected]> Signed-off-by: Cong Wang <[email protected]> Acked-by: Nikolay Aleksandrov <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions