lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 05 May 2010 11:11:59 +0200
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	lkml <linux-kernel@...r.kernel.org>
CC:	Oleg Nesterov <oleg@...hat.com>
Subject: [GIT PULL] workqueue fixes for v2.6.34-rc6

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
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ