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
watchdog/softlockup: Remove obsolete check of last reported task
commit 9cf5773 ("watchdog/softlockup: Replace "watchdog/%u" threads
with cpu_stop_work") ensures that the watchdog is reliably touched during
a task switch.
As a result the check for an unnoticed task switch is not longer needed.
Remove the relevant code, which effectively reverts commit b1a8de1
("softlockup: make detector be aware of task switch of processes hogging
cpu")
Signed-off-by: Petr Mladek <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Acked-by: Peter Ziljstra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
0 commit comments