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

Hello, Linus.

Please pull from

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

to receive wq fix for v2.6.34-rc6.  The branch contains only single
fix from Oleg Nesterov.  8c53e46314562fe814b0afef6cfcbd2f562b017c
modified flush_delayed_work() to queue the work immediately after
shooting down the timer but it incorrectly always used keventd_wq
instead of the original workqueue the delayed work was destined for.
As the work is executed on the default workqueue, it probably can go
unnoticed in most cases but may still lead to very subtle problems.

Thanks.

Oleg Nesterov (1):
      workqueue: flush_delayed_work: keep the original workqueue for re-queueing

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

-- 
tejun

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

only message in thread, other threads:[~2010-05-05  9:12 UTC | newest]

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