Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965133AbVLVIYv (ORCPT ); Thu, 22 Dec 2005 03:24:51 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965134AbVLVIYv (ORCPT ); Thu, 22 Dec 2005 03:24:51 -0500 Received: from mx3.mail.elte.hu ([157.181.1.138]:22459 "EHLO mx3.mail.elte.hu") by vger.kernel.org with ESMTP id S965133AbVLVIYv (ORCPT ); Thu, 22 Dec 2005 03:24:51 -0500 Date: Thu, 22 Dec 2005 09:24:06 +0100 From: Ingo Molnar To: Nick Piggin Cc: Jes Sorensen , Linus Torvalds , lkml , Andrew Morton , Arjan van de Ven , Zwane Mwaikambo , Oleg Nesterov , David Howells , Alan Cox , Benjamin LaHaise , Steven Rostedt , Christoph Hellwig , Andi Kleen , Russell King , Nicolas Pitre Subject: Re: [patch 0/8] mutex subsystem, ANNOUNCE Message-ID: <20051222082406.GA32052@elte.hu> References: <20051221155411.GA7243@elte.hu> <43AA1134.7090704@yahoo.com.au> <20051222071940.GA16804@elte.hu> <43AA5C15.8060907@yahoo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43AA5C15.8060907@yahoo.com.au> User-Agent: Mutt/1.4.2.1i X-ELTE-SpamScore: 0.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=0.0 required=5.9 tests=AWL autolearn=no SpamAssassin version=3.0.3 0.0 AWL AWL: From: address is in the auto white-list X-ELTE-VirusStatus: clean Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 769 Lines: 18 * Nick Piggin wrote: > At the very least, the head waiter should not put itself on the end of > the FIFO when it finds the lock contended and waits again. It's on my list. I had this implemented a couple of days ago, but then profiled it and it turns out that the scenario isnt actually happening in any significant way, not even on the most extreme 512-task workloads. So i just removed the extra bloat. But i'll look at this again today, together with some 'max delay' statistics. 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/