From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.baluta@gmail.com (Daniel Baluta) Date: Thu, 2 Jun 2011 17:15:18 +0300 Subject: show_regs vs dump_stack in watchdog_timer_fn Message-ID: To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Hello, Why the stack isn't always dumped in watchdog_timer_fn ([1])? Registers content is useful, but without a stack trace it's very hard to find the task which caused system softlockup. thanks, Daniel. [1] http://lxr.linux.no/linux+v2.6.39/kernel/watchdog.c#L292