public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	lkml <linux-kernel@vger.kernel.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Subject: [GIT PULL] workqueue fixes for v2.6.34-rc6
Date: Wed, 05 May 2010 11:11:59 +0200	[thread overview]
Message-ID: <4BE1365F.5010908@kernel.org> (raw)

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

                 reply	other threads:[~2010-05-05  9:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BE1365F.5010908@kernel.org \
    --to=tj@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oleg@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox