From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755001AbbCLRuB (ORCPT ); Thu, 12 Mar 2015 13:50:01 -0400 Received: from mail-we0-f172.google.com ([74.125.82.172]:46222 "EHLO mail-we0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753556AbbCLRt6 (ORCPT ); Thu, 12 Mar 2015 13:49:58 -0400 Date: Thu, 12 Mar 2015 18:49:55 +0100 From: Frederic Weisbecker To: Lai Jiangshan Cc: linux-kernel@vger.kernel.org, Christoph Lameter , Kevin Hilman , Mike Galbraith , "Paul E. McKenney" , Tejun Heo , Viresh Kumar Subject: Re: [PATCH 0/4] workqueue: Introduce low-level unbound wq sysfs cpumask v4 Message-ID: <20150312174955.GB18985@lerouge> References: <1426136412-7594-1-git-send-email-laijs@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426136412-7594-1-git-send-email-laijs@cn.fujitsu.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 12, 2015 at 01:00:08PM +0800, Lai Jiangshan wrote: > This patchset mostly copies from Frederic and split the apply_workqueue_attrs() > as TJ's suggest. > > This patchset doesn't include the patch "workqueue: Allow changing attributions > of ordered workqueues", I hope to reduce the review processing. The handling > for the ordered workqueue will be repose after this patchset accepted. Ah thanks a lot for taking over this patchset. We strongly need this feature :-) Thanks. > Thanks, > Lai > > Frederic Weisbecker (2): > workqueue: Reorder sysfs code > workqueue: Create low-level unbound workqueues cpumask > > Lai Jiangshan (2): > workqueue: split apply_workqueue_attrs() into 3 stages > workqueue: Allow modifying low level unbound workqueue cpumask > > Cc: Christoph Lameter > Cc: Kevin Hilman > Cc: Lai Jiangshan > Cc: Mike Galbraith > Cc: Paul E. McKenney > Cc: Tejun Heo > Cc: Viresh Kumar > Cc: Frederic Weisbecker > > kernel/workqueue.c | 942 ++++++++++++++++++++++++++++++----------------------- > 1 file changed, 539 insertions(+), 403 deletions(-) > > -- > 2.1.0 >