You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wifi: rtl8xxxu: add cancel_work_sync() for c2hcmd_work
jira LE-1907
cve CVE-2024-27052
Rebuild_History Non-Buildable kernel-5.14.0-427.31.1.el9_4
commit-author Martin Kaistra <martin.kaistra@linutronix.de>
commit 1213acb
The workqueue might still be running, when the driver is stopped. To
avoid a use-after-free, call cancel_work_sync() in rtl8xxxu_stop().
Fixes: e542e66 ("rtl8xxxu: add bluetooth co-existence support for single antenna")
Signed-off-by: Martin Kaistra <martin.kaistra@linutronix.de>
Reviewed-by: Ping-Ke Shih <pkshih@realtek.com>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://msgid.link/20240111163628.320697-2-martin.kaistra@linutronix.de
(cherry picked from commit 1213acb)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
0 commit comments