All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] workqueue for v2.6.35-rc1
@ 2010-05-18 16:32 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2010-05-18 16:32 UTC (permalink / raw)
  To: Linus Torvalds, lkml; +Cc: Alan Stern, Oleg Nesterov

Hello, Linus.

Please pull from the following branch to receive wq changes for
v2.6.35-rc1.

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

Bulk of cmwq still waiting for scheduler hooks to be resolved, there
are only two commits for v2.6.35-rc1.

One adds comment to flush_scheduled_work() mostly warning about the
possibility of deadlock.  The other makes cancel_work_sync() clear
work->data which speeds up further cancel/flush requests on it and
also makes it safe to call cancel/flush on already canceled works even
if the previous workqueue is destroyed.

Thanks.

Alan Stern (1):
      workqueue: warn about flush_scheduled_work()

Oleg Nesterov (1):
      workqueue: change cancel_work_sync() to clear work->data

 kernel/workqueue.c |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

--
tejun

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

only message in thread, other threads:[~2010-05-18 16:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-18 16:32 [GIT PULL] workqueue for v2.6.35-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.