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: mt76: mt7921s: fix potential hung tasks during chip recovery
jira LE-2015
cve CVE-2024-40977
Rebuild_History Non-Buildable kernel-5.14.0-427.42.1.el9_4
commit-author Leon Yen <leon.yen@mediatek.com>
commit ecf0b2b
During chip recovery (e.g. chip reset), there is a possible situation that
kernel worker reset_work is holding the lock and waiting for kernel thread
stat_worker to be parked, while stat_worker is waiting for the release of
the same lock.
It causes a deadlock resulting in the dumping of hung tasks messages and
possible rebooting of the device.
This patch prevents the execution of stat_worker during the chip recovery.
Signed-off-by: Leon Yen <leon.yen@mediatek.com>
Signed-off-by: Ming Yen Hsieh <MingYen.Hsieh@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit ecf0b2b)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
0 commit comments