[PATCH 00/12] workqueue: simple cleanups

From: Lai Jiangshan
Date: Wed Sep 26 2012 - 13:18:31 EST


these all are different cleanups for workqueue.

depends:
Patch2 depends on Patch1
Patch3 depends on Patch1
Patch7 depends on Patch6

Patch7 need to be merged after Patch3 is merged.(not really depends)

Lai Jiangshan (12):
workqueue: add WORKER_RESCUER
workqueue: disallow set_cpus_allowed_ptr() from work item
workqueue: remove WORKER_PREP from rescuer
workqueue: simplify is_chained_work()
workqueue: don't wake up other workers in rescuer
workqueue: destroy_worker() can only destory idle worker not just
created worker
workqueue: remove WORKER_STARTED
workqueue: fix comments of insert_work()
workqueue: declare system_highpri_wq
cpu-hotplug.txt: fix comments of work_on_cpu()
workqueue: add WQ_CPU_INTENSIVE to system_long_wq
workqueue: avoid work_on_cpu() to interfere system_wq

Documentation/cpu-hotplug.txt | 2 +-
include/linux/workqueue.h | 4 ++
kernel/sched/core.c | 8 ++-
kernel/workqueue.c | 82 +++++++++++++++++------------------------
4 files changed, 44 insertions(+), 52 deletions(-)

--
1.7.7.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/