softlockup interaction with slow consoles
From: David S. Miller
Date: Mon Feb 20 2006 - 16:16:22 EST
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?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/