public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* softlockup interaction with slow consoles
@ 2006-02-20 21:18 David S. Miller
  2006-02-21  9:09 ` Ingo Molnar
  0 siblings, 1 reply; 12+ messages in thread
From: David S. Miller @ 2006-02-20 21:18 UTC (permalink / raw)
  To: mingo; +Cc: linux-kernel


When register_console() runs, it dumps the entire log buffer
to the console device with interrupts off.

If you're going over a slow console, this can easily take more
than 10 seconds especially on SMP with many cpus brought up.

This makes the softlock fire, which is terribly annoying :-)

I think the bug is in the console registry code, I think it
should capture chunks of the existing console buffer into some
local memory and push things piece by piece with interrupts
enabled to the console driver(s).

Any better ideas?

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

end of thread, other threads:[~2006-02-21 21:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-20 21:18 softlockup interaction with slow consoles David S. Miller
2006-02-21  9:09 ` Ingo Molnar
2006-02-21  9:16   ` David S. Miller
2006-02-21 13:49     ` Andi Kleen
2006-02-21 20:01       ` David S. Miller
2006-02-21 20:05         ` Andi Kleen
2006-02-21 20:19           ` David S. Miller
2006-02-21 20:27             ` Dave Jones
2006-02-21 20:50               ` David S. Miller
2006-02-21 20:43             ` Andi Kleen
2006-02-21 19:23     ` Matt Mackall
2006-02-21 19:58       ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox