From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zefan Li Subject: Re: [PATCHSET] cgroup: misc fixes and cleanups Date: Tue, 23 Feb 2016 11:55:46 +0800 Message-ID: <56CBD842.9020802@huawei.com> References: <1456182349-18156-1-git-send-email-tj@kernel.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1456182349-18156-1-git-send-email-tj@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Tejun Heo , hannes@cmpxchg.org Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com On 2016/2/23 7:05, Tejun Heo wrote: > Hello, > > This patchset contains the following six patches. The first one is a > fix but should be safe to route through for-4.6. The rest are misc > cleanups and improvements which don't cause notable behavior changes. > > 0001-cgroup-fix-error-return-value-of-cgroup_addrm_files.patch > 0002-Revert-cgroup-add-cgroup_subsys-css_e_css_changed.patch > 0003-cgroup-s-child_subsys_mask-subtree_ss_mask.patch > 0004-cgroup-convert-for_each_subsys_which-to-do-while-sty.patch > 0005-cgroup-use-do_each_subsys_mask-where-applicable.patch > 0006-cgroup-make-cgroup-subsystem-masks-u16.patch > > The patchset based on top of cgroup/for-4.6 223ffb29f972 ("cgroup: > provide cgroup_nov1= to disable controllers in v1 mounts") and is > available in the following git branch. > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-misc > > diffstat follows. I'll pull in the branch into cgroup/for-4.6 > soonish. > > include/linux/cgroup-defs.h | 12 +- > kernel/cgroup.c | 217 +++++++++++++++++++------------------------- > 2 files changed, 102 insertions(+), 127 deletions(-) > 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 S1757227AbcBWD57 (ORCPT ); Mon, 22 Feb 2016 22:57:59 -0500 Received: from szxga01-in.huawei.com ([58.251.152.64]:49663 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757137AbcBWD55 (ORCPT ); Mon, 22 Feb 2016 22:57:57 -0500 Subject: Re: [PATCHSET] cgroup: misc fixes and cleanups To: Tejun Heo , References: <1456182349-18156-1-git-send-email-tj@kernel.org> CC: , , From: Zefan Li Message-ID: <56CBD842.9020802@huawei.com> Date: Tue, 23 Feb 2016 11:55:46 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1456182349-18156-1-git-send-email-tj@kernel.org> Content-Type: text/plain; charset="gbk" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.19.236] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020202.56CBD886.0077,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-06-18 04:22:30, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 50b074be925554ea88d0af5e469082bf Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/2/23 7:05, Tejun Heo wrote: > Hello, > > This patchset contains the following six patches. The first one is a > fix but should be safe to route through for-4.6. The rest are misc > cleanups and improvements which don't cause notable behavior changes. > > 0001-cgroup-fix-error-return-value-of-cgroup_addrm_files.patch > 0002-Revert-cgroup-add-cgroup_subsys-css_e_css_changed.patch > 0003-cgroup-s-child_subsys_mask-subtree_ss_mask.patch > 0004-cgroup-convert-for_each_subsys_which-to-do-while-sty.patch > 0005-cgroup-use-do_each_subsys_mask-where-applicable.patch > 0006-cgroup-make-cgroup-subsystem-masks-u16.patch > > The patchset based on top of cgroup/for-4.6 223ffb29f972 ("cgroup: > provide cgroup_nov1= to disable controllers in v1 mounts") and is > available in the following git branch. > > git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git review-misc > > diffstat follows. I'll pull in the branch into cgroup/for-4.6 > soonish. > > include/linux/cgroup-defs.h | 12 +- > kernel/cgroup.c | 217 +++++++++++++++++++------------------------- > 2 files changed, 102 insertions(+), 127 deletions(-) > Acked-by: Zefan Li