[GIT PULL] cgroup fixes for v3.10-rc4

Tejun Heo tj at kernel.org
Mon Jun 3 03:39:24 UTC 2013


Hello, Linus.

This pull request contains

* Fix for yet another xattr bug which may lead to NULL deref.

* A subtle bug in for_each_descendant_pre().  This bug requires quite
  specific conditions to trigger and isn't too likely to actually
  happen in the wild, but maybe that just makes it that much more
  nastier.

* A warning message added for silly cgroup re-mount (not -o remount,
  but unmount followed by mount) behavior.

The changes are available in the following git branch

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

for you to fetch changes up to 2a0ff3fbe39bc93f719ff857e5a359d9780579ff:

  cgroup: warn about mismatching options of a new mount of an existing hierarchy (2013-05-29 07:59:39 +0900)

Thanks.

----------------------------------------------------------------
Jeff Liu (1):
      cgroup: warn about mismatching options of a new mount of an existing hierarchy

Li Zefan (1):
      cgroup: initialize xattr before calling d_instantiate()

Tejun Heo (1):
      cgroup: fix a subtle bug in descendant pre-order walk

 include/linux/cgroup.h |  2 +-
 kernel/cgroup.c        | 31 ++++++++++++++++---------------
 2 files changed, 17 insertions(+), 16 deletions(-)

--
tejun


More information about the Containers mailing list