From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Lai Jiangshan <laijs@cn.fujitsu.com>
Subject: [GIT PULL] workqueue changes for v4.2-rc1
Date: Fri, 26 Jun 2015 11:35:52 -0400 [thread overview]
Message-ID: <20150626153552.GF15805@mtj.duckdns.org> (raw)
Hello, Linus.
Most of the changes are around implementing and fixing fallouts from
sysfs and internal interface to limit the CPUs available to all
unbound workqueues to help isolating CPUs. It needs more work as
ordered workqueues can roam unrestricted but still is a significant
improvement.
Thanks.
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-4.2
for you to fetch changes up to 402dd89d6cdbeeaab42b810542b487017725c628:
workqueue: fix typos in comments (2015-05-29 09:20:01 -0400)
----------------------------------------------------------------
Chen Hanxiao (1):
workqueue: fix a typo
Chris Bainbridge (1):
workqueue: fix trivial typo in Documentation/workqueue.txt
Frederic Weisbecker (1):
workqueue: Create low-level unbound workqueues cpumask
Gong Zhaogang (1):
workqueue: function name in the comment differs from the real function name
Lai Jiangshan (9):
workqueue: split apply_workqueue_attrs() into 3 stages
workqueue: Allow modifying low level unbound workqueue cpumask
workqueue: wq_pool_mutex protects the attrs-installation
workqueue: simplify wq_update_unbound_numa()
workqueue: separate out and refactor the locking of applying attrs
workqueue: ensure attrs changes are properly synchronized
workqueue: remove the declaration of copy_workqueue_attrs()
workqueue: remove the lock from wq_sysfs_prep_attrs()
workqueue: move flush_scheduled_work() to workqueue.h
Shailendra Verma (1):
workqueue: fix typos in comments
Documentation/workqueue.txt | 2 +-
include/linux/workqueue.h | 31 ++-
kernel/workqueue.c | 484 +++++++++++++++++++++++++++++---------------
3 files changed, 353 insertions(+), 164 deletions(-)
--
tejun
next reply other threads:[~2015-06-26 15:36 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-26 15:35 Tejun Heo [this message]
2015-06-26 16:01 ` Tejun Heo
2015-06-27 3:18 ` Linus Torvalds
2015-06-27 4:35 ` Stephen Rothwell
2015-06-27 16:16 ` Paul E. McKenney
2015-06-27 8:09 ` Ingo Molnar
2015-06-27 16:21 ` Paul E. McKenney
2015-06-29 6:52 ` Ingo Molnar
2015-06-29 20:51 ` Paul E. McKenney
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=20150626153552.GF15805@mtj.duckdns.org \
--to=tj@kernel.org \
--cc=laijs@cn.fujitsu.com \
--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