mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] workqueue changes for 4.1-rc1
@ 2015-04-13 15:21 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2015-04-13 15:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-13 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-13 15:21 [GIT PULL] workqueue changes for 4.1-rc1 Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome