From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756276AbcBVXF4 (ORCPT ); Mon, 22 Feb 2016 18:05:56 -0500 Received: from mail-qg0-f48.google.com ([209.85.192.48]:36487 "EHLO mail-qg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755726AbcBVXFy (ORCPT ); Mon, 22 Feb 2016 18:05:54 -0500 From: Tejun Heo To: lizefan@huawei.com, hannes@cmpxchg.org Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@fb.com Subject: [PATCHSET] cgroup: misc fixes and cleanups Date: Mon, 22 Feb 2016 18:05:43 -0500 Message-Id: <1456182349-18156-1-git-send-email-tj@kernel.org> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) Thanks. -- tejun