Quantcast
Viewing all articles
Browse latest Browse all 24115

[PATCH 0/4] workqueue: Control cpu affinity of all unbound workqueues v2 (4 replies)

Hi,

So this version now handles ordered workqueues as well by changing the
affinity of ordered pools as per Tejun suggestion. See patch 4/4 for
details. I'm just not 100% sure about locking correctness.

I also fixed a few comments in patch 2/4 to better describe unbound mutex
coverage.

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
core/workqueue-anon-sysfs-v2

Thanks,
Frederic
---

Frederic Weisbecker (4):
workqueue: Move workqueue bus attr to device attribute
workqueues: Account unbound workqueue in a seperate list
workqueue: Add anon workqueue sysfs hierarchy
workqueue: Include ordered workqueues in anon workqueue sysfs interface


kernel/workqueue.c | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 191 insertions(+), 10 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/

Viewing all articles
Browse latest Browse all 24115

Trending Articles