Re: [RFC PATCH v1 12/25] printk: minimize console locking implementation

2019-02-25 Thread Petr Mladek
On Tue 2019-02-12 15:29:50, John Ogness wrote: > Since printing of the printk buffer is now handled by the printk > kthread, minimize the console locking functions to just handle > locking of the console. > > NOTE: With this console_flush_on_panic will no longer flush. > > Signed-off-by: John Ogn

[RFC PATCH v1 12/25] printk: minimize console locking implementation

2019-02-12 Thread John Ogness
Since printing of the printk buffer is now handled by the printk kthread, minimize the console locking functions to just handle locking of the console. NOTE: With this console_flush_on_panic will no longer flush. Signed-off-by: John Ogness --- kernel/printk/printk.c | 255 +-