All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: mingo@elte.hu, akpm@linux-foundation.org, dipankar@in.ibm.com,
	niv@us.ibm.com, manfred@colorfullife.com, peterz@infradead.org,
	lethal@linux-sh.org, kernel@wantstofly.org, andi@firstfloor.org,
	kyle@mcmartin.ca, deller@gmx.de, davem@davemloft.net,
	ralf@linux-mips.org, jes@sgi.com, benh@kernel.crashing.org,
	paulus@samba.org, anton@samba.org,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Subject: [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU).
Date: Fri,  3 Apr 2009 17:27:21 -0700	[thread overview]
Message-ID: <12388048487-git-send-email-> (raw)

Given that there have been no TREE_RCU bugs reported for some months,
it is time to make TREE_RCU be the default RCU implementation.  The rest
of this series updates defconfig files that: (1) have CONFIG_SMP=y and
(2) explicitly mention CONFIG_CLASSIC_RCU.

Given that I don't have access to most of the relevant hardware, much
of this is untested.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
---
 init/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index 236a793..ef9d030 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -302,7 +302,7 @@ menu "RCU Subsystem"
 
 choice
 	prompt "RCU Implementation"
-	default CLASSIC_RCU
+	default TREE_RCU
 
 config CLASSIC_RCU
 	bool "Classic RCU"
-- 
1.5.2.5


             reply	other threads:[~2009-04-04  0:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-04  0:27 Paul E. McKenney [this message]
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y ia64 " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y mips " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y arm " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sparc " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y parisc " Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y sh " Paul E. McKenney

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=12388048487-git-send-email- \
    --to=paulmck@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=andi@firstfloor.org \
    --cc=anton@samba.org \
    --cc=benh@kernel.crashing.org \
    --cc=davem@davemloft.net \
    --cc=deller@gmx.de \
    --cc=dipankar@in.ibm.com \
    --cc=jes@sgi.com \
    --cc=kernel@wantstofly.org \
    --cc=kyle@mcmartin.ca \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=manfred@colorfullife.com \
    --cc=mingo@elte.hu \
    --cc=niv@us.ibm.com \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=ralf@linux-mips.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.