aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorLeon Yen <[email protected]>2024-03-07 17:46:32 +0800
committerFelix Fietkau <[email protected]>2024-05-02 12:44:51 +0200
commitecf0b2b8a37c8464186620bef37812a117ff6366 (patch)
tree6fb03b203f4e339683e7f38a84fffc1c215189f7 /tools/perf/scripts/python/syscall-counts.py
parent4a40fcbfe3ab4846670b59b81c914ed7e7dac2b3 (diff)
wifi: mt76: mt7921s: fix potential hung tasks during chip recovery
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 <[email protected]> Signed-off-by: Ming Yen Hsieh <[email protected]> Signed-off-by: Felix Fietkau <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions