All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org
Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCHSET cgroup/for-3.17] cgroup: remove sane_behavior support on non-default hierarchies
Date: Wed,  2 Jul 2014 19:45:43 -0400	[thread overview]
Message-ID: <1404344747-7957-1-git-send-email-tj@kernel.org> (raw)

Hello,

sane_behavior has been used as a development vehicle for the default
unified hierarchy.  Now that the default hierarchy is in place, the
flag became redundant and confusing as its usage is allowed on all
hierarchies.  There are gonna be either the default hierarchy or
legacy ones.  Let's make that clear by removing sane_behavior support
on non-default hierarchies.

This patchset contains the following four patches.

 0001-cgroup-remove-CGRP_ROOT_OPTION_MASK.patch
 0002-cgroup-make-interface-file-cgroup.sane_behavior-lega.patch
 0003-cgroup-remove-sane_behavior-support-on-non-default-h.patch
 0004-cgroup-clean-up-sane_behavior-handling.patch

0001 is a trivial cleanup.

0002 removes "cgroup.sane_behavior" from the default hierarchy.

0003 removes sane_behavior support on non-default hierarchies.

0004 cleans up sane_behavior handling.

This patchset is on top of a497c3ba1d97 ("Linux 3.16-rc2") and
available in the following git branch.

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-dfl-instead-of-sane

diffstat follows.  Thanks.

 block/blk-throttle.c   |    6 +-
 include/linux/cgroup.h |  128 ++++++++++++++++++++-----------------------------
 kernel/cgroup.c        |   96 +++++++++++++++---------------------
 kernel/cpuset.c        |   33 +++++-------
 mm/memcontrol.c        |    7 +-
 5 files changed, 117 insertions(+), 153 deletions(-)

--
tejun

WARNING: multiple messages have this Message-ID (diff)
From: Tejun Heo <tj@kernel.org>
To: lizefan@huawei.com
Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCHSET cgroup/for-3.17] cgroup: remove sane_behavior support on non-default hierarchies
Date: Wed,  2 Jul 2014 19:45:43 -0400	[thread overview]
Message-ID: <1404344747-7957-1-git-send-email-tj@kernel.org> (raw)

Hello,

sane_behavior has been used as a development vehicle for the default
unified hierarchy.  Now that the default hierarchy is in place, the
flag became redundant and confusing as its usage is allowed on all
hierarchies.  There are gonna be either the default hierarchy or
legacy ones.  Let's make that clear by removing sane_behavior support
on non-default hierarchies.

This patchset contains the following four patches.

 0001-cgroup-remove-CGRP_ROOT_OPTION_MASK.patch
 0002-cgroup-make-interface-file-cgroup.sane_behavior-lega.patch
 0003-cgroup-remove-sane_behavior-support-on-non-default-h.patch
 0004-cgroup-clean-up-sane_behavior-handling.patch

0001 is a trivial cleanup.

0002 removes "cgroup.sane_behavior" from the default hierarchy.

0003 removes sane_behavior support on non-default hierarchies.

0004 cleans up sane_behavior handling.

This patchset is on top of a497c3ba1d97 ("Linux 3.16-rc2") and
available in the following git branch.

 git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-dfl-instead-of-sane

diffstat follows.  Thanks.

 block/blk-throttle.c   |    6 +-
 include/linux/cgroup.h |  128 ++++++++++++++++++++-----------------------------
 kernel/cgroup.c        |   96 +++++++++++++++---------------------
 kernel/cpuset.c        |   33 +++++-------
 mm/memcontrol.c        |    7 +-
 5 files changed, 117 insertions(+), 153 deletions(-)

--
tejun

             reply	other threads:[~2014-07-02 23:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-02 23:45 Tejun Heo [this message]
2014-07-02 23:45 ` [PATCHSET cgroup/for-3.17] cgroup: remove sane_behavior support on non-default hierarchies Tejun Heo
2014-07-02 23:45 ` [PATCH 1/4] cgroup: remove CGRP_ROOT_OPTION_MASK Tejun Heo
2014-07-02 23:45 ` [PATCH 2/4] cgroup: make interface file "cgroup.sane_behavior" legacy-only Tejun Heo
2014-07-02 23:45 ` [PATCH 3/4] cgroup: remove sane_behavior support on non-default hierarchies Tejun Heo
2014-07-08 19:57   ` Vivek Goyal
2014-07-02 23:45 ` [PATCH 4/4] cgroup: clean up sane_behavior handling Tejun Heo
2014-07-09  7:25 ` [PATCHSET cgroup/for-3.17] cgroup: remove sane_behavior support on non-default hierarchies Li Zefan
2014-07-09  7:25   ` Li Zefan
     [not found] ` <1404344747-7957-1-git-send-email-tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-07-09 14:08   ` Tejun Heo
2014-07-09 14:08     ` Tejun Heo

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=1404344747-7957-1-git-send-email-tj@kernel.org \
    --to=tj-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=lizefan-hv44wF8Li93QT0dZR+AlfA@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.