diff options
author | Ilan Peer <[email protected]> | 2021-02-05 11:06:40 +0200 |
---|---|---|
committer | Luca Coelho <[email protected]> | 2021-02-05 12:00:13 +0200 |
commit | 47ef328c2090cc790c0766094557aedd04ac923f (patch) | |
tree | b2eb23a5c9e45a4f65741b4711da6e39dd2a08d7 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | df8ba77ef4cc58e0bd5e0477211b01028cc0f3cc (diff) |
iwlwifi: pcie: Disable softirqs during Rx queue init
When Rx queues are configured during module init, NAPI is enabled
while the Rx queue lock is held. However, since softirqs are not
disabled, it is possible that and IRQ would fire and call
iwl_pcie_rx_handle() which would also try to acquire the Rx lock.
Prevent this by disabling softirqs during Rx queue configuration,
as part of module init flow.
Signed-off-by: Ilan Peer <[email protected]>
Signed-off-by: Luca Coelho <[email protected]>
Link: https://lore.kernel.org/r/iwlwifi.20210205110447.d206ac428823.Ia19339efb09f9d80143f0d0e398a158180754cfa@changeid
Signed-off-by: Luca Coelho <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions