Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754415AbZFWJtR (ORCPT ); Tue, 23 Jun 2009 05:49:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751729AbZFWJtG (ORCPT ); Tue, 23 Jun 2009 05:49:06 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:40080 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751402AbZFWJtE (ORCPT ); Tue, 23 Jun 2009 05:49:04 -0400 Date: Tue, 23 Jun 2009 11:48:46 +0200 From: Ingo Molnar To: "Paul E. McKenney" Cc: Darren Hart , Andrew Morton , David Howells , linux-kernel@vger.kernel.org, niv@us.ibm.com, lethal@linux-sh.org, kernel@wantstofly.org, matthew@wil.cx Subject: Re: [PATCH] v4 RCU: the bloatwatch edition Message-ID: <20090623094846.GB30634@elte.hu> References: <20090502163423.GA1633@linux.vnet.ibm.com> <12234.1241558327@redhat.com> <20090506120909.GR25203@elte.hu> <11979.1241648574@redhat.com> <26931.1245670998@redhat.com> <20090622124951.GB30553@elte.hu> <20090622082941.c5c8b3f3.akpm@linux-foundation.org> <20090622160753.GE6754@linux.vnet.ibm.com> <4A3FB1A5.3060805@us.ibm.com> <20090622170831.GF6754@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090622170831.GF6754@linux.vnet.ibm.com> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 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: 2632 Lines: 55 * Paul E. McKenney wrote: > On Mon, Jun 22, 2009 at 09:30:29AM -0700, Darren Hart wrote: > > Paul E. McKenney wrote: > >> On Mon, Jun 22, 2009 at 08:29:41AM -0700, Andrew Morton wrote: > >>> On Mon, 22 Jun 2009 14:49:51 +0200 Ingo Molnar wrote: > >>> > >>>> * David Howells wrote: > >>>> > >>>>> Hi Paul, > >>>>> > >>>>> Are you going to push your RCU patch for this merge window? > >>>> Andrew needs to be convinced for that to happen. > >>>> > >>> whome? I rarely have firm opinions on anything. iirc the question > >>> here was "is it worth adding another RCU implementation to save 900 > >>> bytes"? > >>> > >>> I find it pretty hard to see how to come up with "yes" for that one but > >>> it's hardly a huge issue. If you guys feel otherwise then go wild. > >> Well, I do need to pull the "expedited" interface into the bloatwatch > >> version, and my update of rcutorture made me realize that I can cut > >> out a few more bytes, so I will submit an update. For what it is worth, > >> here are the opinions expressed on LKML: > >> + Ingo Molnar: good documentation, minimal RCU implementation. > >> ? Andi Kleen: will there be !SMP systems in the future? > >> + Lennert Buytenhek: there will be !SMP ARM for a long time. > >> + Paul Mundt: good idea for more-constrained SH platforms. > >> + David Howells: Acked-by. works on FRV board. > >> ? Andrew Morton: do we really need another RCU implementation? > >> Of course, I well remember programming systems with 4K of core memory > >> back in the 1970s, and therefore feel a bit guilty about sticking deep > >> embedded platforms with the increase in memory footprint represented > >> by Hierarchical RCU compared to Classic RCU. And Bloatwatch RCU is much > >> smaller and easier to understand/maintain than is Classic RCU. > >> So, again, I will forward port, optimize, test, and resubmit. > > > > IIRC, in previous threads on this topic, the Bloatwatch edition was > > expected to replace Classic RCU. If so, wouldn't that address Andrew's > > concern of "adding" another implementation? > > Andrew expressed a preference for dropping Classic RCU without > adding Bloatwatch RCU. ;-) Yes. In Linux there's no forced 'tie-in' of features and we'll brutally untie them and use the most productive combination, if justified technically ;-) 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/