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>] [day] [month] [year] [list]
Date:	Tue, 19 Feb 2013 10:40:55 -0800
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, Li Zefan <lizefan@...wei.com>,
	containers@...ts.linux-foundation.org, cgroups@...r.kernel.org
Subject: [GIT PULL] cpuset changes for 3.9-rc1

Hello, Linus.

This is cpuset changes for 3.9-rc1.

* Synchornization has seen a lot of changes with focus on decoupling
  cpuset synchronization from cgroup internal locking.  After this
  change, there only remain a couple of mostly trivial dependencies on
  cgroup_lock outside cgroup core proper.  cgroup_lock is scheduled to
  be unexported in this devel cycle.  This will finally remove the
  fragile locking order around cgroup (cgroup locking wants to /
  should be one of the outermost but yet has been acquired from deep
  inside individual controllers).

* At this point, Li is most knowlegeable with cpuset and taking over
  the maintainership of cpuset.

This depends on cgroup_rightmost_descendant() implemented in
cgroup/for-3.9 and this pull request assumes that cgroup/for-3.9 is
already pulled in.

The changes are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.9-cpuset

for you to fetch changes up to d127027baf98dce3ca31bec18c2c0e048ceda7c4:

  cpuset: drop spurious retval assignment in proc_cpuset_show() (2013-01-15 08:38:55 -0800)

----------------------------------------------------------------
Li Zefan (3):
      cpuset: update MAINTAINERS
      cpuset: fix RCU lockdep splat
      cpuset: drop spurious retval assignment in proc_cpuset_show()

Tejun Heo (15):
      cpuset: remove unused cpuset_unlock()
      cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()
      cpuset: introduce ->css_on/offline()
      cpuset: introduce CS_ONLINE
      cpuset: introduce cpuset_for_each_child()
      cpuset: cleanup cpuset[_can]_attach()
      cpuset: reorganize CPU / memory hotplug handling
      cpuset: don't nest cgroup_mutex inside get_online_cpus()
      cpuset: drop async_rebuild_sched_domains()
      cpuset: make CPU / memory hotplug propagation asynchronous
      cpuset: pin down cpus and mems while a task is being attached
      cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty
      cpuset: replace cgroup_mutex locking with cpuset internal locking
      cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()
      cpuset: remove cpuset->parent

 MAINTAINERS     |   4 +-
 kernel/cpuset.c | 872 +++++++++++++++++++++++++++++++-------------------------
 2 files changed, 485 insertions(+), 391 deletions(-)

Thanks.

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