Details
[Home]
Issue of the Implementation # L0235
Brief
rtlwifi: rtl8723ae: Fix potential race condition
Detailed Description
Flag rfchange_inprogress in struct rtl_ps_ctl is protected by a spinlock in most routines but not in rtl8723e_dm_watchdog(), which could lead to a race condition. The necessary locking to prevent this condition is added.
Component
linux-kernel 4.7
Accepted
https://lkml.org/lkml/2016/6/10/153
commit
Status
Fixed in v4.8-rc1
[Home]
»