aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorMadhuparna Bhowmik <[email protected]>2020-04-04 23:11:02 +0530
committerGreg Kroah-Hartman <[email protected]>2020-04-16 14:32:46 +0200
commit48ce9e4119ce24131d188746118e948e9e97fc1d (patch)
treeb2290f1d721d9974e730fc056ddd8c48e6626674 /tools/perf/scripts/python/event_analyzing_sample.py
parentec47c6449a4e9840a14ca964cdab3c2185947fe4 (diff)
usb: host: u132-hcd: Remove u132_static_list and list head u132_list
u132_static_list is a global list protected by u132_module_lock. It is read in the u132_hcd_exit() function without holding the lock thus may lead to data race. However, it turns out that this list isn't used for anything useful and thus it is okay to get rid of it. Thus, remove the u132_static_list from u132-hcd module. Also remove struct list_head u132_list from struct u132. Found by Linux Driver Verification project (linuxtesting.org). Suggested-by: Alan Stern <[email protected]> Signed-off-by: Madhuparna Bhowmik <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions