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:	Mon, 13 Apr 2015 11:21:29 -0400
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 4.1-rc1

Hello, Linus.

Workqueue now prints debug information at the end of sysrq-t which
should be helpful when tracking down suspected workqueue stalls.  It
only prints out the ones with something currently going on so it
shouldn't add much output in most cases.

Thanks.

The following changes since commit 8603e1b30027f943cc9c1eef2b291d42c3347af1:

  workqueue: fix hang involving racing cancel[_delayed]_work_sync()'s for PREEMPT_NONE (2015-03-05 08:04:13 -0500)

are available in the git repository at:

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

for you to fetch changes up to 6ba94429c8e7b87b0fff13c5ac90731b239b77fa:

  workqueue: Reorder sysfs code (2015-04-06 11:16:04 -0400)

----------------------------------------------------------------
Frederic Weisbecker (1):
      workqueue: Reorder sysfs code

Tejun Heo (3):
      workqueue: make the workqueues list RCU walkable
      workqueue: keep track of the flushing task and pool manager
      workqueue: dump workqueues on sysrq-t

Yannick Guerrini (1):
      percpu: Fix trivial typos in comments

 drivers/tty/sysrq.c       |    1 +
 include/linux/workqueue.h |    1 +
 kernel/workqueue.c        | 1591 +++++++++++++++++++++++++--------------------
 mm/percpu.c               |    4 +-
 4 files changed, 890 insertions(+), 707 deletions(-)
--
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