From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zefan Li 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 Message-ID: <562D95E2.2000401@huawei.com> References: <20151022012212.GA20931@mtj.duckdns.org> <20151022012302.GB20931@mtj.duckdns.org> <20151022012354.GC20931@mtj.duckdns.org> <20151023011902.GC5442@mtj.duckdns.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20151023011902.GC5442-qYNAdHglDFBN0TnZuCh8vA@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Tejun Heo , Johannes Weiner Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Vivek Goyal , Jens Axboe , Michal Hocko , Peter Zijlstra , Ingo Molnar , Paul Turner , kernel-team-b10kYP2dOMg@public.gmane.org On 2015/10/23 9:19, Tejun Heo wrote: >>>From 10d158783de74ad28454ff54556abf89bd85c756 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > 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 > Cc: Vivek Goyal > --- > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752774AbbJZCyp (ORCPT ); Sun, 25 Oct 2015 22:54:45 -0400 Received: from szxga02-in.huawei.com ([119.145.14.65]:29461 "EHLO szxga02-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752637AbbJZCyn (ORCPT ); Sun, 25 Oct 2015 22:54:43 -0400 Subject: Re: [PATCH v2 cgroup/for-4.4 3/3] cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation To: Tejun Heo , Johannes Weiner References: <20151022012212.GA20931@mtj.duckdns.org> <20151022012302.GB20931@mtj.duckdns.org> <20151022012354.GC20931@mtj.duckdns.org> <20151023011902.GC5442@mtj.duckdns.org> CC: , , Vivek Goyal , Jens Axboe , Michal Hocko , Peter Zijlstra , Ingo Molnar , Paul Turner , From: Zefan Li Message-ID: <562D95E2.2000401@huawei.com> Date: Mon, 26 Oct 2015 10:54:26 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20151023011902.GC5442@mtj.duckdns.org> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.236] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2015/10/23 9:19, Tejun Heo wrote: >>>From 10d158783de74ad28454ff54556abf89bd85c756 Mon Sep 17 00:00:00 2001 > From: Tejun Heo > 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 > Cc: Vivek Goyal > --- > 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