Re: [printk] fbc14616f4: BUG:kernel_reboot-without-warning_in_test_stage

From: Steven Rostedt
Date: Fri Apr 07 2017 - 10:29:31 EST


On Fri, 7 Apr 2017 10:14:49 +0200
Pavel Machek <pavel@xxxxxx> wrote:

> > serial console can be quite slow. and port->lock, that is acquired by
> > console_unlock()->call_console_drivers()->write(), is also accessible
> > by serial driver's IRQ handler, and this lock may be busy long
> > enough -- as long as that IRQ handler transmits/receives chars. but
> > that's not the point.
>
> Well. This is what we had for 20 years.

But for the last 20 years we were not booting on machines with over 200
CPUs. Well, we were, but those had custom kernels (which probably
dismantled printk).

-- Steve