Re: [Openipmi-developer] [PATCH v3 00/22] kthread: Use kthread worker API more widely

2015-11-18 Thread Paul E. McKenney
On Wed, Nov 18, 2015 at 02:25:05PM +0100, 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 common place whe

[Openipmi-developer] [PATCH v3 00/22] kthread: Use kthread worker API more widely

2015-11-18 Thread Petr Mladek
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 common place when there is no work. My first attempt was with a brand new API (itera