From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932592AbbFILck (ORCPT ); Tue, 9 Jun 2015 07:32:40 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:33420 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752506AbbFILcc (ORCPT ); Tue, 9 Jun 2015 07:32:32 -0400 From: Aleksa Sarai To: tj@kernel.org, lizefan@huawei.com, mingo@redhat.com, peterz@infradead.org Cc: richard@nod.at, fweisbec@gmail.com, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, Aleksa Sarai Subject: [PATCH v14 0/4] cgroup: add PIDs subsystem Date: Tue, 9 Jun 2015 21:32:06 +1000 Message-Id: <1433849530-22845-1-git-send-email-cyphar@cyphar.com> X-Mailer: git-send-email 2.4.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is another small update to v13 of the pids patchset[1] (half of which has already been merged to Tejun's tree). The main changes are: * Fix uninitialised iterator in for_each_subsys_which when CGROUP_SUBSYS_COUNT = 0. * A few small (mainly stylistic) fixes to kernel/cgroup_pids.c and kernel/cgroup.c. [1]: https://lkml.org/lkml/2015/6/5/857 Aleksa Sarai (3): cgroup: fix uninitialised iterator in for_each_subsys_which cgroup: allow a cgroup subsystem to reject a fork cgroup: implement the PIDs subsystem Tejun Heo (1): cgroup, block: implement task_get_css() CREDITS | 5 + include/linux/cgroup-defs.h | 10 +- include/linux/cgroup.h | 40 ++++- include/linux/cgroup_subsys.h | 28 ++++ init/Kconfig | 16 ++ kernel/Makefile | 1 + kernel/cgroup.c | 75 ++++++++- kernel/cgroup_freezer.c | 2 +- kernel/cgroup_pids.c | 366 ++++++++++++++++++++++++++++++++++++++++++ kernel/fork.c | 17 +- kernel/sched/core.c | 2 +- 11 files changed, 552 insertions(+), 10 deletions(-) create mode 100644 kernel/cgroup_pids.c -- 2.4.2