From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] workqueue changes for 4.1-rc1
Date: Mon, 13 Apr 2015 11:21:29 -0400 [thread overview]
Message-ID: <20150413152129.GD2596@htj.duckdns.org> (raw)
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(-)
reply other threads:[~2015-04-13 15:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150413152129.GD2596@htj.duckdns.org \
--to=tj@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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