[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130603033924.GC6071@mtj.dyndns.org>
Date: Sun, 2 Jun 2013 20:39:24 -0700
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] cgroup fixes for v3.10-rc4
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
--
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