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:	Tue, 22 May 2012 10:16:31 -0700
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] workqueue changes for 3.5-rc1

Hello, Linus.

Please pull from the following branch to receive workqueue changes for
3.5-rc1.

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

Nothing exciting.  Most are updates to debug stuff and related fixes.
Two not-too-critical bugs are fixed - WARN_ON() triggering spurious
during cpu offlining and unlikely lockdep related oops.

Thanks.

Dan Carpenter (1):
      workqueue: change BUG_ON() to WARN_ON()

Peter Zijlstra (1):
      lockdep: fix oops in processing workqueue

Stephen Boyd (2):
      trace: Remove unused workqueue tracer
      workqueue: Catch more locking problems with flush_work()

Tejun Heo (1):
      workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is active

 include/linux/lockdep.h        |   18 +++
 kernel/timer.c                 |    4 +-
 kernel/trace/Makefile          |    1 -
 kernel/trace/trace_workqueue.c |  300 ----------------------------------------
 kernel/workqueue.c             |   21 +++-
 5 files changed, 38 insertions(+), 306 deletions(-)
 delete mode 100644 kernel/trace/trace_workqueue.c

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