On Fri 2016-03-25 00:43:23, Sergey Senozhatsky wrote: > From: Jan Kara <j...@suse.cz> > > Offload printing of scheduler deferred messages from IRQ context > to a schedulable printing kthread, when possible (the same way we > do it in vprintk_emit()). Otherwise, the CPU can spend unbounded > amount of time doing printing in console_unlock() from IRQ. > > Signed-off-by: Jan Kara <j...@suse.cz> > Signed-off-by: Sergey Senozhatsky <sergey.senozhat...@gmail.com>
Nice change. Makes perfect sense. Reviewed-by: Petr Mladek <pmla...@suse.com> Best Regards, Petr