All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] workqueue changes for v3.16-rc1
@ 2014-06-09 15:52 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2014-06-09 15:52 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, Lai Jiangshan

Hello, Linus.

Lai simplified worker destruction path and internal workqueue locking
and there are some other minor changes.  Except for the removal of
some long-deprecated interfaces which haven't had any in-kernel user
for quite a while, there shouldn't be any difference to workqueue
users.

Thanks.

The following changes since commit 77668c8b559e4fe2acf2a0749c7c83cde49a5025:

  workqueue: fix a possible race condition between rescuer and pwq-release (2014-04-18 12:33:29 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-3.16

for you to fetch changes up to 015af06e103fa47af29ada0f564301c81d4973b2:

  kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info (2014-05-28 10:22:34 -0400)

----------------------------------------------------------------
Daeseok Youn (1):
      workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the target cpumask equals wq's

Fabian Frederick (1):
      kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info

Jingoo Han (2):
      workqueue: Remove deprecated flush[_delayed]_work_sync()
      workqueue: Remove deprecated system_nrt[_freezable]_wq

Lai Jiangshan (15):
      workqueue: use manager lock only to protect worker_idr
      workqueue: destroy_worker() should destroy idle workers only
      workqueue: async worker destruction
      workqueue: destroy worker directly in the idle timeout handler
      workqueue: separate iteration role from worker_idr
      workqueue: convert worker_idr to worker_ida
      workqueue: narrow the protection range of manager_mutex
      workqueue: rename manager_mutex to attach_mutex
      workqueue: separate pool-attaching code out from create_worker()
      workqueue: use generic attach/detach routine for rescuers
      workqueue: declare system_highpri_wq
      workqueue: remove unused WORK_CPU_END
      workqueue: remove unused work_clear_pending()
      workqueue: rename first_worker() to first_idle_worker()
      workqueue: remove the confusing POOL_FREEZING

Valdis Kletnieks (1):
      kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info

 include/linux/workqueue.h   |  40 +---
 kernel/workqueue.c          | 448 +++++++++++++++-----------------------------
 kernel/workqueue_internal.h |   2 +
 3 files changed, 154 insertions(+), 336 deletions(-)

--
tejun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-09 15:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-09 15:52 [GIT PULL] workqueue changes for v3.16-rc1 Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.