Re: [RFC][PATCH 4/4] printk: enable printk offloading

2017-03-22 Thread Sergey Senozhatsky
Hello, On (03/22/17 16:43), Petr Mladek wrote: > The patch looks fine to me. But it might get more complicated > if we decide to have a global option to avoid the kthread. > Let's discuss this in the 3rd patch first. thanks for taking a look. so I was going to publish a new patch set tonight, bu

Re: [RFC][PATCH 4/4] printk: enable printk offloading

2017-03-22 Thread Petr Mladek
On Mon 2017-03-06 21:45:54, Sergey Senozhatsky wrote: > Initialize the kernel printing thread and enable printk() > offloading. The patch looks fine to me. But it might get more complicated if we decide to have a global option to avoid the kthread. Let's discuss this in the 3rd patch first. Best