summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAditya Kumar Singh <quic_adisi@quicinc.com>2022-01-10 17:24:14 +0300
committerKalle Valo <quic_kvalo@quicinc.com>2022-01-11 17:38:32 +0300
commit9f4ecacf2fa47b8aadd9bca2e88cde01856de028 (patch)
tree2115809c4c5a7d7b7e452ca482e401cd39fdd532 /tools/perf/scripts/python
parente3fb3d4418fce5484dfe7995fcd94c18b10a431a (diff)
downloadlinux-9f4ecacf2fa47b8aadd9bca2e88cde01856de028.tar.xz
ath11k: fix workqueue not getting destroyed after rmmod
Currently, ath11k_core_alloc() creates a single thread workqueue. This workqueue is not detroyed during clean up when ath11k modules are unloaded from the kernel and is left as it is. If workqueue is not destroyed, it could lead to kernel memory scarcity in a longer run. This could affect self and other drivers workability as well. Add destroy workqueue in ath11k_core_free(). Tested on: IPQ8074 WLAN.HK.2.4.0.1-01746-QCAHKSWPL_SILICONZ-1 Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com> Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com> Link: https://lore.kernel.org/r/1640231787-17408-1-git-send-email-quic_adisi@quicinc.com
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions