From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752626AbYCLB1a (ORCPT ); Tue, 11 Mar 2008 21:27:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751319AbYCLB1W (ORCPT ); Tue, 11 Mar 2008 21:27:22 -0400 Received: from smtp-out.google.com ([216.239.33.17]:61644 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751270AbYCLB1W (ORCPT ); Tue, 11 Mar 2008 21:27:22 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=received:message-id:date:from:to:subject:cc:in-reply-to: mime-version:content-type:content-transfer-encoding: content-disposition:references; b=cvnN7kVA9187i/OWWDMTUhkbAug79V1yBwi8qyXVirugHes9j5xAQ1qO1rSvTDEfp vfYKV/T2X+EzBuo6jV/bw== Message-ID: <6599ad830803111827n1cb8e2c7i47c2ef3f3bb58995@mail.gmail.com> Date: Tue, 11 Mar 2008 18:27:10 -0700 From: "Paul Menage" To: "Max Krasnyansky" Subject: Re: boot cgroup questions Cc: "Paul Jackson" , "Ingo Molnar" , "Peter Zijlstra" , LKML In-Reply-To: <47D73086.2030008@qualcomm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47D73086.2030008@qualcomm.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 11, 2008 at 6:23 PM, Max Krasnyansky wrote: > The thing is though that the very next thing we do there is run early > userspace. Which begs the question, shouldn't we just do it from early > user-space then ? Seems simplest to me. We have an early boot script that creates a "system" cpuset and moves all tasks into it. It seems to work fine for us. Paul