cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] cgroup fixes for v4.5-rc3
@ 2016-02-10 17:32 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2016-02-10 17:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, Li Zefan, Johannes Weiner, cgroups, Peter Zijlstra

Hello, Linus.

cgroup fixes for v4.5-rc3.

* The destruction path of cgroup objects are asynchronous and
  multi-staged and some of them ended up destroying parents before
  children leading to failures in cpu and memory controllers.  Ensure
  that parents are always destroyed after children.

* cpuset mm node migration was performed synchronously while holding
  threadgroup and cgroup mutexes and the recent threadgroup locking
  update resulted in a possible deadlock.  The migration is best
  effort and shouldn't have been performed under those locks to begin
  with.  Made asynchronous.

* Minor documentation fix.

Thanks.

The following changes since commit 3e1e21c7bfcfa9bf06c07f48a13faca2f62b3339:

  Merge branch 'for-4.5/nvme' of git://git.kernel.dk/linux-block (2016-01-21 19:58:02 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.5-fixes

for you to fetch changes up to 9a2ddda572a002633a64b1ae5f4bc49cfcbf495f:

  Documentation: cgroup: Fix 'cgroup-legacy' -> 'cgroup-v1' (2016-01-29 06:11:57 -0500)

----------------------------------------------------------------
Tejun Heo (3):
      cpuset: make mm migration asynchronous
      cgroup: make sure a parent css isn't offlined before its children
      cgroup: make sure a parent css isn't freed before its children

W. Trevor King (1):
      Documentation: cgroup: Fix 'cgroup-legacy' -> 'cgroup-v1'

 Documentation/cgroup-v2.txt |  2 +-
 include/linux/cgroup-defs.h |  6 ++++
 include/linux/cpuset.h      |  6 ++++
 kernel/cgroup.c             | 31 +++++++++++++++-----
 kernel/cpuset.c             | 71 +++++++++++++++++++++++++++++++--------------
 5 files changed, 85 insertions(+), 31 deletions(-)

-- 
tejun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-10 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 17:32 [GIT PULL] cgroup fixes for v4.5-rc3 Tejun Heo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).