All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zefan Li <lizefan@huawei.com>
To: Tejun Heo <tj@kernel.org>, Johannes Weiner <hannes@cmpxchg.org>
Cc: <cgroups@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	Vivek Goyal <vgoyal@redhat.com>, Jens Axboe <axboe@kernel.dk>,
	Michal Hocko <mhocko@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Ingo Molnar <mingo@redhat.com>, Paul Turner <pjt@google.com>,
	<kernel-team@fb.com>
Subject: Re: [PATCH v2 cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation
Date: Mon, 26 Oct 2015 10:54:26 +0800	[thread overview]
Message-ID: <562D95E2.2000401@huawei.com> (raw)
In-Reply-To: <20151023011902.GC5442@mtj.duckdns.org>

On 2015/10/23 9:19, Tejun Heo wrote:
>>From 10d158783de74ad28454ff54556abf89bd85c756 Mon Sep 17 00:00:00 2001
> From: Tejun Heo <tj@kernel.org>
> Date: Fri, 23 Oct 2015 10:13:35 +0900
>
> Now that cgroup v2 is almost out of the door, replace the development
> documentation unified-hierarchy.txt with Documentation/cgroup.txt
> which is a superset of unified-hierarchy.txt and authoritatively
> describes all userland-visible aspects of cgroup.
>
> v2: Updated to include all information from blkio-controller.txt and
>      list filesystems which support cgroup writeback as suggested by
>      Vivek.
>
> Signed-off-by: Tejun Heo <tj@kernel.org>
> Cc: Vivek Goyal <vgoyal@redhat.com>
> ---
>   Documentation/cgroup-legacy/blkio-controller.txt  |   79 --
>   Documentation/cgroup-legacy/unified-hierarchy.txt |  645 ----------
>   Documentation/cgroup.txt                          | 1293 +++++++++++++++++++++
>   3 files changed, 1293 insertions(+), 724 deletions(-)
>   delete mode 100644 Documentation/cgroup-legacy/unified-hierarchy.txt
>   create mode 100644 Documentation/cgroup.txt
>

Looks good to me. For all three patches:

Acked-by: Zefan Li <lizefan@huawei.com>


WARNING: multiple messages have this Message-ID (diff)
From: Zefan Li <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
To: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Johannes Weiner <hannes-druUgvl0LCNAfugRpC6u6w@public.gmane.org>
Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Vivek Goyal <vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Jens Axboe <axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org>,
	Michal Hocko <mhocko-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	Peter Zijlstra <peterz-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
	Ingo Molnar <mingo-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
	Paul Turner <pjt-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>,
	kernel-team-b10kYP2dOMg@public.gmane.org
Subject: Re: [PATCH v2 cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation
Date: Mon, 26 Oct 2015 10:54:26 +0800	[thread overview]
Message-ID: <562D95E2.2000401@huawei.com> (raw)
In-Reply-To: <20151023011902.GC5442-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org>

On 2015/10/23 9:19, Tejun Heo wrote:
>>From 10d158783de74ad28454ff54556abf89bd85c756 Mon Sep 17 00:00:00 2001
> From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> Date: Fri, 23 Oct 2015 10:13:35 +0900
>
> Now that cgroup v2 is almost out of the door, replace the development
> documentation unified-hierarchy.txt with Documentation/cgroup.txt
> which is a superset of unified-hierarchy.txt and authoritatively
> describes all userland-visible aspects of cgroup.
>
> v2: Updated to include all information from blkio-controller.txt and
>      list filesystems which support cgroup writeback as suggested by
>      Vivek.
>
> Signed-off-by: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> Cc: Vivek Goyal <vgoyal-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
> ---
>   Documentation/cgroup-legacy/blkio-controller.txt  |   79 --
>   Documentation/cgroup-legacy/unified-hierarchy.txt |  645 ----------
>   Documentation/cgroup.txt                          | 1293 +++++++++++++++++++++
>   3 files changed, 1293 insertions(+), 724 deletions(-)
>   delete mode 100644 Documentation/cgroup-legacy/unified-hierarchy.txt
>   create mode 100644 Documentation/cgroup.txt
>

Looks good to me. For all three patches:

Acked-by: Zefan Li <lizefan-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>

  reply	other threads:[~2015-10-26  2:54 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-22  1:22 [PATCH cgroup/for-4.4 1/3] cgroup: replace __DEVEL__sane_behavior with cgroup2 fs type Tejun Heo
2015-10-22  1:22 ` Tejun Heo
2015-10-22  1:23 ` [PATCH cgroup/for-4.4 2/3] cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/ Tejun Heo
2015-10-22  1:23   ` Tejun Heo
2015-10-22  1:23   ` [PATCH cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation Tejun Heo
2015-10-22  1:23     ` Tejun Heo
2015-10-22 14:34     ` Vivek Goyal
2015-10-22 14:34       ` Vivek Goyal
2015-10-22 14:36       ` Tejun Heo
2015-10-22 14:42         ` Vivek Goyal
2015-10-22 14:42           ` Vivek Goyal
2015-10-22 15:29           ` Tejun Heo
2015-10-22 15:29             ` Tejun Heo
2015-10-23  1:18         ` Tejun Heo
2015-10-23  1:18           ` Tejun Heo
2015-10-23 12:16           ` Vivek Goyal
2015-10-23 12:16             ` Vivek Goyal
2015-10-23  1:19     ` [PATCH v2 " Tejun Heo
2015-10-23  1:19       ` Tejun Heo
2015-10-26  2:54       ` Zefan Li [this message]
2015-10-26  2:54         ` Zefan Li
2015-11-16 16:16         ` Tejun Heo
2015-11-16 16:16           ` 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=562D95E2.2000401@huawei.com \
    --to=lizefan@huawei.com \
    --cc=axboe@kernel.dk \
    --cc=cgroups@vger.kernel.org \
    --cc=hannes@cmpxchg.org \
    --cc=kernel-team@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhocko@kernel.org \
    --cc=mingo@redhat.com \
    --cc=peterz@infradead.org \
    --cc=pjt@google.com \
    --cc=tj@kernel.org \
    --cc=vgoyal@redhat.com \
    /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.