Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755115Ab0BAO6k (ORCPT ); Mon, 1 Feb 2010 09:58:40 -0500 Received: from cantor2.suse.de ([195.135.220.15]:43051 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754904Ab0BAO6j (ORCPT ); Mon, 1 Feb 2010 09:58:39 -0500 Date: Tue, 2 Feb 2010 01:58:31 +1100 From: Nick Piggin To: Mathieu Desnoyers Cc: Peter Zijlstra , Linus Torvalds , akpm@linux-foundation.org, Ingo Molnar , linux-kernel@vger.kernel.org, KOSAKI Motohiro , Steven Rostedt , "Paul E. McKenney" , Nicholas Miell , laijs@cn.fujitsu.com, dipankar@in.ibm.com, josh@joshtriplett.org, dvhltc@us.ibm.com, niv@us.ibm.com, tglx@linutronix.de, Valdis.Kletnieks@vt.edu, dhowells@redhat.com Subject: Re: [patch 2/3] scheduler: add full memory barriers upon task switch at runqueue lock/unlock Message-ID: <20100201145831.GB19520@laptop> References: <20100131205254.407214951@polymtl.ca> <20100131210013.446503342@polymtl.ca> <20100201073341.GH9085@laptop> <1265017350.24455.122.camel@laptop> <20100201101142.GE12759@laptop> <1265020561.24455.142.camel@laptop> <20100201104901.GH12759@laptop> <20100201144759.GD10894@Krystal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100201144759.GD10894@Krystal> 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 Content-Length: 1329 Lines: 30 On Mon, Feb 01, 2010 at 09:47:59AM -0500, Mathieu Desnoyers wrote: > * Nick Piggin (npiggin@suse.de) wrote: > > Well I just mean that it's something for -rt to work out. Apps can > > still work if the call is unsupported completely. > > OK, so we seem to be settling for the spinlock-based sys_membarrier() > this time, which is much less intrusive in terms of scheduler > fast path modification, but adds more system overhead each time > sys_membarrier() is called. This trade-off makes sense to me, as we > expect the scheduler to execute _much_ more often than sys_membarrier(). > > When I get confirmation that's the route to follow from both of you, > I'll go back to the spinlock-based scheme for v9. I think locking or cacheline bouncing DoS is just something we can't realistically worry too much about in the standard kernel. No further than just generally good practice of good scalability, avoiding starvations and long lock hold times etc. So I would prefer the simpler version that doesn't add overhead to ctxsw, at least for the first implementation. Thanks, Nick -- 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/