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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150626153552.GF15805@mtj.duckdns.org>
Date:	Fri, 26 Jun 2015 11:35:52 -0400
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Lai Jiangshan <laijs@...fujitsu.com>
Subject: [GIT PULL] workqueue changes for v4.2-rc1

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ