Skip to content

Commit 84df87b

Browse files
committed
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: softlockup: print a module list on being stuck
2 parents 537388b + 3b72532 commit 84df87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/softlockup.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ void softlockup_tick(void)
120120
printk(KERN_ERR "BUG: soft lockup - CPU#%d stuck for %lus! [%s:%d]\n",
121121
this_cpu, now - touch_timestamp,
122122
current->comm, task_pid_nr(current));
123+
print_modules();
123124
if (regs)
124125
show_regs(regs);
125126
else

0 commit comments

Comments
 (0)