From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751589AbbCIDIo (ORCPT ); Sun, 8 Mar 2015 23:08:44 -0400 Received: from mail-qc0-f173.google.com ([209.85.216.173]:38188 "EHLO mail-qc0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750817AbbCIDIm (ORCPT ); Sun, 8 Mar 2015 23:08:42 -0400 Date: Sun, 8 Mar 2015 23:08:38 -0400 From: Tejun Heo To: Aleksa Sarai Cc: lizefan@huawei.com, mingo@redhat.com, peterz@infradead.org, richard@nod.at, fweisbec@gmail.com, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH v4 0/2] cgroup: add pids subsystem Message-ID: <20150309030838.GD13283@htj.duckdns.org> References: <1424660891-12719-1-git-send-email-cyphar@cyphar.com> <1425606357-6337-1-git-send-email-cyphar@cyphar.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1425606357-6337-1-git-send-email-cyphar@cyphar.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 06, 2015 at 12:45:55PM +1100, Aleksa Sarai wrote: > This is a checkpatch'd version of the pids patchset[1]. It fixes some > style problems, as well as switch to using need_canfork_callback inside > kernel/cgroup.c. Also remove the dependency on PAGE_COUNTER (because > pids now uses an internal hierarchical counter) in Kconfig. Oops... reviewed the wrong patches. Can you please not chain different versions of the patchset? Thanks. -- tejun