Re: [V2 for-next PATCH 0/7] workqueue: async idle rebinding and cleanup for hotplug

2012-09-18 Thread Tejun Heo
On Tue, Sep 18, 2012 at 05:40:42PM +0800, Lai Jiangshan wrote: > On 09/17/2012 11:46 PM, Lai Jiangshan wrote: > > Patch1 fix new found possible bug. > > > > Patch2 use async algorithm to replace the synchronous algorithm to rebind > > idle workers. > > > > The synchronous algorithm requires 3

Re: [V2 for-next PATCH 0/7] workqueue: async idle rebinding and cleanup for hotplug

2012-09-18 Thread Lai Jiangshan
On 09/17/2012 11:46 PM, Lai Jiangshan wrote: > Patch1 fix new found possible bug. > > Patch2 use async algorithm to replace the synchronous algorithm to rebind > idle workers. > > The synchronous algorithm requires 3 hand shakes, it introduces much > complicated. > > The new async algorithm

Re: [V2 for-next PATCH 0/7] workqueue: async idle rebinding and cleanup for hotplug

2012-09-18 Thread Lai Jiangshan
On 09/17/2012 11:46 PM, Lai Jiangshan wrote: Patch1 fix new found possible bug. Patch2 use async algorithm to replace the synchronous algorithm to rebind idle workers. The synchronous algorithm requires 3 hand shakes, it introduces much complicated. The new async algorithm does not do

Re: [V2 for-next PATCH 0/7] workqueue: async idle rebinding and cleanup for hotplug

2012-09-18 Thread Tejun Heo
On Tue, Sep 18, 2012 at 05:40:42PM +0800, Lai Jiangshan wrote: On 09/17/2012 11:46 PM, Lai Jiangshan wrote: Patch1 fix new found possible bug. Patch2 use async algorithm to replace the synchronous algorithm to rebind idle workers. The synchronous algorithm requires 3 hand shakes, it

[V2 for-next PATCH 0/7] workqueue: async idle rebinding and cleanup for hotplug

2012-09-17 Thread Lai Jiangshan
Patch1 fix new found possible bug. Patch2 use async algorithm to replace the synchronous algorithm to rebind idle workers. The synchronous algorithm requires 3 hand shakes, it introduces much complicated. The new async algorithm does not do any synchronization. it removes the idle workers from

[V2 for-next PATCH 0/7] workqueue: async idle rebinding and cleanup for hotplug

2012-09-17 Thread Lai Jiangshan
Patch1 fix new found possible bug. Patch2 use async algorithm to replace the synchronous algorithm to rebind idle workers. The synchronous algorithm requires 3 hand shakes, it introduces much complicated. The new async algorithm does not do any synchronization. it removes the idle workers from