Re: [PATCH v6 1/2] printk: Factor out buffering and irq work queuing in printk_deferred

2016-03-13 Thread Byungchul Park
On Mon, Mar 14, 2016 at 10:21:57AM +0900, Sergey Senozhatsky wrote: > Hello Byungchul, > > Sorry, I'll make sure I Cc you next time. Jan Kara's updated patch set > > http://marc.info/?l=linux-kernel&m=145787625506342 Hello Sergey, It would be appreciated if you or Jan Cc me from now. > > it's

Re: [PATCH v6 1/2] printk: Factor out buffering and irq work queuing in printk_deferred

2016-03-13 Thread Sergey Senozhatsky
Hello Byungchul, Sorry, I'll make sure I Cc you next time. Jan Kara's updated patch set http://marc.info/?l=linux-kernel&m=145787625506342 it's quite close to what you have done in this patch, but Jan's patch also solves a number of more likely to happen cases. have time to take a look? the lo

[PATCH v6 1/2] printk: Factor out buffering and irq work queuing in printk_deferred

2016-03-11 Thread Byungchul Park
printk_deferred() is a function for seperating between buffering a message and deferring the actual printing. This patch factors out these since these are also useful to others, where printk() cannot perform the actual printing at the moment when printk() is called. For example, spin_dump() must n