From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757515Ab2DFPyW (ORCPT ); Fri, 6 Apr 2012 11:54:22 -0400 Received: from mail-pz0-f52.google.com ([209.85.210.52]:35431 "EHLO mail-pz0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754119Ab2DFPyV (ORCPT ); Fri, 6 Apr 2012 11:54:21 -0400 Date: Fri, 6 Apr 2012 08:54:16 -0700 From: Tejun Heo To: Li Zefan Cc: David Rientjes , Mike Galbraith , Andrew Morton , Ingo Molnar , Peter Zijlstra , Paul Menage , LKML Subject: Re: [patch 0/2] cpusets, cpu_cgroup: disallow attaching kthreadd Message-ID: <20120406155416.GB4798@dhcp-172-17-108-109.mtv.corp.google.com> References: <1333604949.7783.76.camel@marge.simpson.net> <1333608177.7783.106.camel@marge.simpson.net> <20120405160829.GA12854@google.com> <20120405213704.GA29517@google.com> <20120405214634.GB29517@google.com> <4F7EA036.6040909@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F7EA036.6040909@huawei.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Li. On Fri, Apr 06, 2012 at 03:50:14PM +0800, Li Zefan wrote: > What do you plan to do with cpusets? cpuset.cpus and cpuset.mems are > empty when a cgroup is created, and thus task attaching will fail. Not much. Maybe just filp the default so that they don't apply any limit on creation? Thanks. -- tejun