aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJohannes Berg <[email protected]>2021-04-11 12:46:25 +0300
committerLuca Coelho <[email protected]>2021-04-14 12:07:19 +0300
commit6da29d3b42ea8b23251f8312e083a8da2e5ed6eb (patch)
tree73767d6f331fc73823d6e9253b90026d7b610e7e /tools/perf/scripts/python
parentaa1540ca7616b996327abb8cb6f19ee91b34dbe0 (diff)
iwlwifi: mvm: don't lock mutex in RCU critical section
We cannot lock a mutex while we're in an RCU critical section. At the same time, we're accessing data structures that are protected by the mvm->mutex anyway, so just move the entire locking here to use only that. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Luca Coelho <[email protected]> Link: https://lore.kernel.org/r/iwlwifi.20210411124417.4d27bd36e10e.I1fd8e8fe442c41a5deaa560452b598ed7a60ada5@changeid Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions