All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU).
@ 2009-04-04  0:27 Paul E. McKenney
  2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Paul E. McKenney
  0 siblings, 1 reply; 13+ messages in thread
From: Paul E. McKenney @ 2009-04-04  0:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, akpm, dipankar, niv, manfred, peterz, lethal, kernel, andi,
	kyle, deller, davem, ralf, jes, benh, paulus, anton,
	Paul E. McKenney

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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2009-04-08 18:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <3181463559098978317@unknownmsgid>
2009-04-04 13:21 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Josh Boyer
2009-04-04 16:31   ` Paul E. McKenney
2009-04-05 10:17     ` Ingo Molnar
2009-04-05 10:37       ` Andi Kleen
2009-04-05 16:49         ` Paul E. McKenney
2009-04-05 17:01           ` Andi Kleen
2009-04-05 17:15             ` Paul E. McKenney
2009-04-05 16:44       ` Paul E. McKenney
2009-04-08 12:46         ` Ingo Molnar
2009-04-08 17:48           ` Paul E. McKenney
2009-04-08 18:10             ` Ingo Molnar
2009-04-08 18:27               ` Paul E. McKenney
2009-04-04  0:27 [PATCH -tip] Make TREE_RCU be default (was CLASSIC_RCU) Paul E. McKenney
2009-04-04  0:27 ` [PATCH -tip] Convert CONFIG_SMP=y powerpc defconfigs to TREE_RCU Paul E. McKenney

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.