From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760076AbYA0Xtb (ORCPT ); Sun, 27 Jan 2008 18:49:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752211AbYA0XtU (ORCPT ); Sun, 27 Jan 2008 18:49:20 -0500 Received: from e32.co.us.ibm.com ([32.97.110.150]:48188 "EHLO e32.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752189AbYA0XtT (ORCPT ); Sun, 27 Jan 2008 18:49:19 -0500 Date: Sun, 27 Jan 2008 15:48:53 -0800 From: "Paul E. McKenney" To: Ingo Molnar Cc: Stefan Richter , linux-kernel@vger.kernel.org Subject: Re: preemptible RCU bug (was Re: [git pull] scheduler changes for v2.6.25) Message-ID: <20080127234853.GA10148@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <20080125203740.GA31784@elte.hu> <479B87B9.8080005@s5r6.in-berlin.de> <20080127110559.GB28315@linux.vnet.ibm.com> <20080127122602.GA17293@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080127122602.GA17293@elte.hu> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 27, 2008 at 01:26:02PM +0100, Ingo Molnar wrote: > > * Paul E. McKenney wrote: > > > > Sorry, no help available for this option yet. > > > > Good catch!!! > > > > This patch supplies help text for the "RCU implementation type" kernel > > configuration choice. > > thanks applied to sched.git. (see the patch below - the config option is > in init/Kconfig in mainline, not in kernel/Kconfig.preempt) Ah missed that -- thank you for retargeting the patch. Thanx, Paul > Ingo > > -------------> > Subject: RCU: add help text for "RCU implementation type" > From: "Paul E. McKenney" > > This patch supplies help text for the "RCU implementation type" > kernel configuration choice. > > Reported-by: Stefan Richter > Signed-off-by: Paul E. McKenney > Signed-off-by: Ingo Molnar > --- > > init/Kconfig | 8 ++++++++ > 1 file changed, 8 insertions(+) > > Index: linux/init/Kconfig > =================================================================== > --- linux.orig/init/Kconfig > +++ linux/init/Kconfig > @@ -779,6 +779,14 @@ config PREEMPT_NOTIFIERS > choice > prompt "RCU implementation type:" > default CLASSIC_RCU > + help > + This allows you to choose either the classic RCU implementation > + that is designed for best read-side performance on non-realtime > + systems, or the preemptible RCU implementation for best latency > + on realtime systems. Note that some kernel preemption modes > + will restrict your choice. > + > + Select the default if you are unsure. > > config CLASSIC_RCU > bool "Classic RCU"