From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750990AbbCREhy (ORCPT ); Wed, 18 Mar 2015 00:37:54 -0400 Received: from cn.fujitsu.com ([59.151.112.132]:61040 "EHLO heian.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750719AbbCREhw (ORCPT ); Wed, 18 Mar 2015 00:37:52 -0400 X-IronPort-AV: E=Sophos;i="5.04,848,1406563200"; d="scan'208";a="78569397" From: Lai Jiangshan To: CC: Lai Jiangshan Subject: [PATCH 0/4 V5] workqueue: Introduce low-level unbound wq sysfs cpumask v5 Date: Wed, 18 Mar 2015 12:40:13 +0800 Message-ID: <1426653617-3240-1-git-send-email-laijs@cn.fujitsu.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426136412-7594-1-git-send-email-laijs@cn.fujitsu.com> References: <1426136412-7594-1-git-send-email-laijs@cn.fujitsu.com> 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 still 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. Changed from V4 Add workqueue_unbounds_cpumask_set() kernel API and minimally restruct the patch4. 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 include/linux/workqueue.h | 1 + kernel/workqueue.c | 971 +++++++++++++++++++++++++++------------------- 2 files changed, 569 insertions(+), 403 deletions(-) -- 2.1.0