All of lore.kernel.org
 help / color / mirror / Atom feed
* regression from softlockup fix
@ 2007-11-19  9:21 David Miller
  2007-11-19  9:43 ` Ingo Molnar
  0 siblings, 1 reply; 5+ messages in thread
From: David Miller @ 2007-11-19  9:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, jeremy, gregkh


This changeset:

commit 436e61d93605a3a36902c9ee510b0ecba0d7d361
Author: Ingo Molnar <mingo@elte.hu>
Date:   Tue Oct 16 23:18:38 2007 -0700

    fix the softlockup watchdog to actually work
 ...

Causes my SMP niagara systems to trigger the softlockup message
frequently when the nohz timer fires.

The backtrace is always in the timer handler, the cpu is not
wedged at all, which makes me think it's likely triggering
erroneously.

I suspect that what is happening is that the NOHZ period is
longer than the softlockup timeout (10 seconds) and we get
an interrupt before the watchdog thread gets onto the cpu.

I'll happily test any suggested fix for this bug, thanks!

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-11-19 19:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-19  9:21 regression from softlockup fix David Miller
2007-11-19  9:43 ` Ingo Molnar
2007-11-19 11:10   ` David Miller
2007-11-19 17:15   ` Jeremy Fitzhardinge
2007-11-19 19:03     ` Ingo Molnar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.