* [git pull] softlockup: print a module list on being stuck
@ 2008-07-05 19:31 Ingo Molnar
0 siblings, 0 replies; only message in thread
From: Ingo Molnar @ 2008-07-05 19:31 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, Arjan van de Ven
Linus,
Please pull the "softlockup: print a module list on being stuck" commit
from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-fixes-for-linus
this change is already in the Fedora kernel and it already was useful in
narrowing down sources of soft lockups.
Thanks,
Ingo
------------------>
Arjan van de Ven (1):
softlockup: print a module list on being stuck
kernel/softlockup.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/kernel/softlockup.c b/kernel/softlockup.c
index c828c23..a272d78 100644
--- a/kernel/softlockup.c
+++ b/kernel/softlockup.c
@@ -120,6 +120,7 @@ void softlockup_tick(void)
printk(KERN_ERR "BUG: soft lockup - CPU#%d stuck for %lus! [%s:%d]\n",
this_cpu, now - touch_timestamp,
current->comm, task_pid_nr(current));
+ print_modules();
if (regs)
show_regs(regs);
else
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-07-05 19:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-05 19:31 [git pull] softlockup: print a module list on being stuck Ingo Molnar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox