aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorMartin Blumenstingl <[email protected]>2023-01-08 22:13:22 +0100
committerKalle Valo <[email protected]>2023-01-16 18:27:43 +0200
commit8a1e2fd8e2da5c8b8c438e20ebffef6881cc9ab8 (patch)
treed83af21810a313da7b06236a3d6794a7fdf39397 /tools/testing/selftests/bpf/prog_tests/autoload.c
parent2a86aa9a1892d60ef2e3f310f5b42b8b05546d65 (diff)
wifi: rtw88: Move register access from rtw_bf_assoc() outside the RCU
USB and (upcoming) SDIO support may sleep in the read/write handlers. Shrink the RCU critical section so it only cover the call to ieee80211_find_sta() and finding the ic_vht_cap/vht_cap based on the found station. This moves the chip's BFEE configuration outside the rcu_read_lock section and thus prevent "scheduling while atomic" or "Voluntary context switch within RCU read-side critical section!" warnings when accessing the registers using an SDIO card (which is where this issue has been spotted in the real world - but it also affects USB cards). Reviewed-by: Ping-Ke Shih <[email protected]> Tested-by: Sascha Hauer <[email protected]> Signed-off-by: Martin Blumenstingl <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions