aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDedy Lansky <[email protected]>2018-06-15 13:05:01 +0200
committerJohannes Berg <[email protected]>2018-06-15 13:05:14 +0200
commitbf2b61a6838f19cbc33f6732715012c483fa3795 (patch)
tree91aea74e94706907adfdf0c8be7daca9c6f86259 /tools/perf/scripts/python/export-to-postgresql.py
parentdc8b274f0952f604d72b10698cde6887321a669f (diff)
cfg80211: fix rcu in cfg80211_unregister_wdev
Callers of cfg80211_unregister_wdev can free the wdev object immediately after this function returns. This may crash the kernel because this wdev object is still in use by other threads. Add synchronize_rcu() after list_del_rcu to make sure wdev object can be safely freed. Signed-off-by: Dedy Lansky <[email protected]> Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions