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:	Fri, 21 Jan 2011 18:37:23 +0100
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, "Rafael J. Wysocki" <rjw@...k.pl>,
	Peter Zijlstra <peterz@...radead.org>
Subject: [GIT PULL] workqueue fixes for v2.6.38-rc1

Hello, Linus.

Please pull from the following branch to receive workqueue fixes.

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git fixes-2.6.38

It contains two patches.  One relaxes lockdep annotation for
flush_work() such that it doesn't trigger spuriously when a work tries
to flush another work on the same multi-concurrency workqueue.  The
other one just adds comment explaining a misleading piece of code.

Tejun Heo (2):
      workqueue: relax lockdep annotation on flush_work()
      workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop

 include/linux/lockdep.h |    3 +++
 kernel/workqueue.c      |   20 +++++++++++++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)

Thanks.

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