Re: [PATCH v6 00/20] kthread: Use kthread worker API more widely

2016-05-25 Thread Tejun Heo
On Wed, May 11, 2016 at 6:52 AM, Petr Mladek wrote: > Tejun, may I add your ack for some of the patches, please? > Or do you want to wait for the resend? When you repost, I'll explicitly ack the patches. Thanks! -- tejun

Re: [PATCH v6 00/20] kthread: Use kthread worker API more widely

2016-05-25 Thread Tejun Heo
On Wed, May 11, 2016 at 6:52 AM, Petr Mladek wrote: > Tejun, may I add your ack for some of the patches, please? > Or do you want to wait for the resend? When you repost, I'll explicitly ack the patches. Thanks! -- tejun

Re: [PATCH v6 00/20] kthread: Use kthread worker API more widely

2016-05-11 Thread Petr Mladek
On Fri 2016-04-22 14:30:40, Tejun Heo wrote: > Hello, Petr. > > On Thu, Apr 14, 2016 at 05:14:19PM +0200, Petr Mladek wrote: > > My intention is to make it easier to manipulate and maintain kthreads. > > Especially, I want to replace all the custom main cycles with a > > generic one. Also I want

Re: [PATCH v6 00/20] kthread: Use kthread worker API more widely

2016-05-11 Thread Petr Mladek
On Fri 2016-04-22 14:30:40, Tejun Heo wrote: > Hello, Petr. > > On Thu, Apr 14, 2016 at 05:14:19PM +0200, Petr Mladek wrote: > > My intention is to make it easier to manipulate and maintain kthreads. > > Especially, I want to replace all the custom main cycles with a > > generic one. Also I want

Re: [PATCH v6 00/20] kthread: Use kthread worker API more widely

2016-04-22 Thread Tejun Heo
Hello, Petr. On Thu, Apr 14, 2016 at 05:14:19PM +0200, Petr Mladek wrote: > My intention is to make it easier to manipulate and maintain kthreads. > Especially, I want to replace all the custom main cycles with a > generic one. Also I want to make the kthreads sleep in a consistent > state in a

Re: [PATCH v6 00/20] kthread: Use kthread worker API more widely

2016-04-22 Thread Tejun Heo
Hello, Petr. On Thu, Apr 14, 2016 at 05:14:19PM +0200, Petr Mladek wrote: > My intention is to make it easier to manipulate and maintain kthreads. > Especially, I want to replace all the custom main cycles with a > generic one. Also I want to make the kthreads sleep in a consistent > state in a