From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754662AbbEMRrN (ORCPT ); Wed, 13 May 2015 13:47:13 -0400 Received: from mail-qg0-f41.google.com ([209.85.192.41]:34533 "EHLO mail-qg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753283AbbEMRrL (ORCPT ); Wed, 13 May 2015 13:47:11 -0400 Date: Wed, 13 May 2015 13:47:07 -0400 From: Tejun Heo To: Aleksa Sarai Cc: lizefan@huawei.com, mingo@redhat.com, Peter Zijlstra , richard@nod.at, =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , linux-kernel@vger.kernel.org, cgroups@vger.kernel.org Subject: Re: [PATCH v10 4/4] cgroups: implement the PIDs subsystem Message-ID: <20150513174707.GA11388@htj.duckdns.org> References: <1429446154-10660-1-git-send-email-cyphar@cyphar.com> <1429446154-10660-5-git-send-email-cyphar@cyphar.com> <20150422162954.GF10738@htj.duckdns.org> <20150424153657.GC24029@htj.duckdns.org> <20150513172906.GY11388@htj.duckdns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Thu, May 14, 2015 at 03:44:24AM +1000, Aleksa Sarai wrote: > I think it's because we didn't want to expose PIDS_MAX to userspace. > But we're not *really* exposing it, we're just enforcing the input > limit for "max". Ah, PIDS_MAX is fine then. Thanks. -- tejun