]> git.baikalelectronics.ru Git - kernel.git/commit
ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()
authorShuah Khan <skhan@linuxfoundation.org>
Wed, 10 Feb 2021 21:21:07 +0000 (14:21 -0700)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 11 Feb 2021 18:26:10 +0000 (20:26 +0200)
commit59d3574460c523c22e105d9accc21fc8d2badd9c
treed3d602c8e5f7c952e7ec1092f98d81463a237ef0
parent509825286b0232056e9faa694eb898faf89691f6
ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()

ieee80211_find_sta_by_ifaddr() must be called under the RCU lock and
the resulting pointer is only valid under RCU lock as well.

Fix ath10k_wmi_tlv_op_pull_peer_stats_info() to hold RCU lock before it
calls ieee80211_find_sta_by_ifaddr() and release it when the resulting
pointer is no longer needed.

This problem was found while reviewing code to debug RCU warn from
ath10k_wmi_tlv_parse_peer_stats_info().

Link: https://lore.kernel.org/linux-wireless/7230c9e5-2632-b77e-c4f9-10eca557a5bb@linuxfoundation.org/
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20210210212107.40373-1-skhan@linuxfoundation.org
drivers/net/wireless/ath/ath10k/wmi-tlv.c