Resend as plain text.
On 3/5/25 9:32 PM, Masami Hiramatsu (Google) wrote:
Thanks Waiman! BTW, who will pick this patch?+config DETECT_HUNG_TASK_BLOCKERReviewed-by: Waiman Long<longman@xxxxxxxxxx>
+ bool "Dump Hung Tasks Blocker"
+ depends on DETECT_HUNG_TASK
+ depends on !PREEMPT_RT
+ default y
+ help
+ Say Y here to show the blocker task's stacktrace who acquires
+ the mutex lock which "hung tasks" are waiting.
+ This will add overhead a bit but shows suspicious tasks and
+ call trace if it comes from waiting a mutex.
+
config WQ_WATCHDOG
bool "Detect Workqueue Stalls"
depends on DEBUG_KERNEL
Andrew, could you pick this series?
Peter, do you mind routing this patch via Andrew?