Re: [RFC][PATCH v4 0/2] printk: Make printk() completely async

2016-04-23 Thread Sergey Senozhatsky
Hi, On (04/23/16 21:36), Pavel Machek wrote: > > The patch set is based on slightly updated Jan Kara's patches. > > > > This patch set makes printk() completely asynchronous: new messages > > are getting upended to the kernel printk buffer, but instead of 'direct' > > printing the actual print j

Re: [RFC][PATCH v4 0/2] printk: Make printk() completely async

2016-04-23 Thread Pavel Machek
On Mon 2016-03-14 23:13:38, Sergey Senozhatsky wrote: > Hello, > > RFC > > The patch set is based on slightly updated Jan Kara's patches. > > This patch set makes printk() completely asynchronous: new messages > are getting upended to the kernel printk buffer, but instead of 'direct' > printin

[RFC][PATCH v4 0/2] printk: Make printk() completely async

2016-03-14 Thread Sergey Senozhatsky
Hello, RFC The patch set is based on slightly updated Jan Kara's patches. This patch set makes printk() completely asynchronous: new messages are getting upended to the kernel printk buffer, but instead of 'direct' printing the actual print job is performed by a dedicated kthread. This has the