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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/