| From: |
| Frederic Weisbecker <fweisbec@gmail.com> |
| To: |
| LKML <linux-kernel@vger.kernel.org> |
| Subject: |
| [RFC PATCH 0/6] workqueue: Introduce low-level unbound wq sysfs cpumask v2 |
| Date: |
| Wed, 7 May 2014 18:36:55 +0200 |
| Message-ID: |
| <1399480621-19555-1-git-send-email-fweisbec@gmail.com> |
| Cc: |
| Frederic Weisbecker <fweisbec@gmail.com>, Christoph Lameter <cl@linux.com>, Kevin Hilman <khilman@linaro.org>, Lai Jiangshan <laijs@cn.fujitsu.com>, Mike Galbraith <bitbucket@online.de>, "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>, Tejun Heo <tj@kernel.org>, Viresh Kumar <viresh.kumar@linaro.org> |
| Archive‑link: | |
Article |
Hi,
This is the 2nd version of https://lkml.org/lkml/2014/4/24/427
Changes in this version include:
* Allow to call apply_workqueue_attrs() on ordered workqueues and remove
the associated special cases (thanks Lai!)
* Improve error handling
* Add some lockdep_assert_held() to check locking requirements
* Rename unbounds_cpumask file to cpumask (some prefix still in discusion
with Tejun).
* Better handle widening of cpumask (see 6th patch), but need to be done
more properly, see changelog.
* Rebase on top of Tejun's workqueue next branch
Thanks,
Frederic
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
core/workqueue-v4
---
Frederic Weisbecker (5):
workqueue: Reorder sysfs code
workqueue: Create low-level unbound workqueues cpumask
workqueue: Split apply attrs code from its locking
workqueue: Allow modifying low level unbound workqueue cpumask
workqueue: Record real per-workqueue cpumask
Lai Jiangshan (1):
workqueue: Allow changing attributions of ordered workqueues
kernel/workqueue.c | 1672 ++++++++++++++++++++++++++++------------------------
1 file changed, 896 insertions(+), 776 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/