On Fri 2016-10-28 00:49:28, Sergey Senozhatsky wrote: > vprintk(), just like printk(), better be using per-cpu printk_func > instead of direct vprintk_emit() call. Just in case if vprintk() > will ever be called from NMI, or from any other context that can > deadlock in printk(). > > Signed-off-by: Sergey Senozhatsky <[email protected]> > Reviewed-by: Steven Rostedt <[email protected]>
Makes sense. Reviewed-by: Petr Mladek <[email protected]> Best Regards, Petr

