All of lore.kernel.org
 help / color / mirror / Atom feed
* Repeated 'watchdog soft lockup' messages
@ 2020-11-12 10:50 David Laight
  0 siblings, 0 replies; only message in thread
From: David Laight @ 2020-11-12 10:50 UTC (permalink / raw)
  To: linux-kernel, Peter Zijlstra

Due to a coding fubar (in my own driver) I managed to sleep
a process that held a spinlock.
Unluckily all 8 cpus ended up trying to acquire the spinlock
before the process woke.
As might be expected the system froze.

I'd got a serial console connected so could see the kernel messages.
It was almost continuously generating output saying that each
cpu was 'stuck for 22s!' (sometimes 23s).

What I don't understand is what was resetting the watchdog
so that I got multiple messages for each cpu at intervals
of (typically) 28 seconds.

The watchdog code seems to only output the trace once.
But that clearly wasn't working.
Any idea why?

kernel is 5.9.0

	David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-12 10:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 10:50 Repeated 'watchdog soft lockup' messages David Laight

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.