Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1331364

[GIT PULL] cgroup fixes for v4.5-rc3

From Tejun Heo <tj@kernel.org>
Newsgroups linux.kernel
Subject [GIT PULL] cgroup fixes for v4.5-rc3
Date 2016-02-10 18:40 +0100
Message-ID <r0GUb-5nr-25@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] cgroup fixes for v4.5-rc3 Tejun Heo <tj@kernel.org> - 2016-02-10 18:40 +0100

csiph-web