Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753439Ab0K3Oxd (ORCPT ); Tue, 30 Nov 2010 09:53:33 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:37985 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753371Ab0K3Oxc (ORCPT ); Tue, 30 Nov 2010 09:53:32 -0500 Date: Tue, 30 Nov 2010 15:53:23 +0100 From: Ingo Molnar To: Mike Galbraith Cc: Peter Zijlstra , Linus Torvalds , Oleg Nesterov , LKML , Paul Turner Subject: Re: [PATCH v4] sched: automated per session task groups Message-ID: <20101130145323.GA3291@elte.hu> References: <1290954299.30515.15.camel@marge.simson.net> <20101128201851.GA20555@elte.hu> <1291031593.32004.19.camel@laptop> <1291052268.32004.171.camel@laptop> <1291057565.20709.2.camel@marge.simson.net> <20101129192033.GA18372@elte.hu> <1291103647.24405.5.camel@marge.simson.net> <20101130141804.GB22588@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20101130141804.GB22588@elte.hu> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -1.3 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.3 required=5.9 tests=BAYES_00,FUZZY_VPILL autolearn=no SpamAssassin version=3.2.5 0.7 FUZZY_VPILL BODY: Attempt to obfuscate words in spam -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 599 Lines: 24 another detail is that i needed this fix: --- linux.orig/init/Kconfig +++ linux/init/Kconfig @@ -790,6 +790,7 @@ endif # NAMESPACES config SCHED_AUTOGROUP bool "Automatic process group scheduling" + select EVENTFD select CGROUPS select CGROUP_SCHED select FAIR_GROUP_SCHED Because CGROUPS depends on eventfd infrastructure. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/