Cc: Arjan van de Ven <arjan@...>, Ingo Molnar <mingo@...>, Pallipadi, Venkatesh <venkatesh.pallipadi@...>, LKML <linux-kernel@...>, Andrew Morton <akpm@...>, Linus Torvalds <torvalds@...>
Can you please apply the patch below ? It prints out the internal
state of the clockevents/timer system when the softlockup is detected.
Thanks,
tglx
diff --git a/kernel/softlockup.c b/kernel/softlockup.c
index 11df812..82f1a05 100644
--- a/kernel/softlockup.c
+++ b/kernel/softlockup.c
@@ -118,6 +118,7 @@ void softlockup_tick(void)
show_regs(regs);
else
dump_stack();
+ sysrq_timer_list_show();
spin_unlock(&print_lock);
}
--