cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] cgroup fixes for v3.10-rc4
Date: Sun, 2 Jun 2013 20:39:24 -0700	[thread overview]
Message-ID: <20130603033924.GC6071@mtj.dyndns.org> (raw)

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

                 reply	other threads:[~2013-06-03  3:39 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130603033924.GC6071@mtj.dyndns.org \
    --to=tj-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).