[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4BF2C136.4020104@kernel.org>
Date: Tue, 18 May 2010 18:32:54 +0200
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
lkml <linux-kernel@...r.kernel.org>
CC: Alan Stern <stern@...land.harvard.edu>,
Oleg Nesterov <oleg@...hat.com>
Subject: [GIT PULL] workqueue for v2.6.35-rc1
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists