From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1031468AbXDZTgu (ORCPT ); Thu, 26 Apr 2007 15:36:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1031466AbXDZTgt (ORCPT ); Thu, 26 Apr 2007 15:36:49 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:59355 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031468AbXDZTgs (ORCPT ); Thu, 26 Apr 2007 15:36:48 -0400 Date: Thu, 26 Apr 2007 21:35:44 +0200 From: Ingo Molnar To: Thomas Gleixner Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Con Kolivas , Nick Piggin , Mike Galbraith , Arjan van de Ven , Peter Williams , caglar@pardus.org.tr, Willy Tarreau , Gene Heskett , Mark Lord , Zach Carter , buddabrod Subject: Re: [patch] CFS scheduler, -v6 Message-ID: <20070426193544.GA18512@elte.hu> References: <20070425214704.GA32572@elte.hu> <1177615646.25960.42.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1177615646.25960.42.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.1.7 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org * Thomas Gleixner wrote: > On Wed, 2007-04-25 at 23:47 +0200, Ingo Molnar wrote: > > i got lots of -v5 feedback (thanks and please keep the reports coming!) > > You asked for it :) > > CFS breaks the PI support for futexes. Fix below. thanks, applied! :-) (Did you manage to test whether PI works?) Ingo