From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752045AbbCLE6O (ORCPT ); Thu, 12 Mar 2015 00:58:14 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:57827 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750783AbbCLE6L (ORCPT ); Thu, 12 Mar 2015 00:58:11 -0400 X-IronPort-AV: E=Sophos;i="5.04,848,1406563200"; d="scan'208";a="74243829" From: Lai Jiangshan To: CC: Lai Jiangshan , Christoph Lameter , Kevin Hilman , Mike Galbraith , "Paul E. McKenney" , Tejun Heo , Viresh Kumar , Frederic Weisbecker Subject: [PATCH 0/4] workqueue: Introduce low-level unbound wq sysfs cpumask v4 Date: Thu, 12 Mar 2015 13:00:08 +0800 Message-ID: <1426136412-7594-1-git-send-email-laijs@cn.fujitsu.com> X-Mailer: git-send-email 2.1.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.167.226.103] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. 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