All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/4] SRCU changes for 3.8
@ 2012-10-30 16:36 Paul E. McKenney
  2012-10-30 16:38 ` [PATCH tip/core/rcu 1/4] srcu: Credit Lai Jiangshan with SRCU rewrite Paul E. McKenney
  0 siblings, 1 reply; 5+ messages in thread
From: Paul E. McKenney @ 2012-10-30 16:36 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, edumazet, darren,
	fweisbec, sbw, patches

Hello!

This patch series contains SRCU changes allowing srcu_structs to be
statically initialized.  The patches are as follows:

1.	Add Lai Jiangshan as author for srcu.c and srcu.h.
	(Courtesy Lia Jiangshan.)
2.	Export process_srcu() so that the initialization macro may
	be invoked anywhere.  (Courtesy Lia Jiangshan.)
3.	Add DEFINE_SRCU().  (Courtesy Lia Jiangshan.)
4.	Add DEFINE_STATIC_SRCU().  This cannot be emulated by
	"static DEFINE_SRCU()" due to forward-reference issues.
	(Courtesy Lia Jiangshan.)

							Thanx, Paul

 b/include/linux/srcu.h |   34 ++++++++++++++++++++++++++++++++++
 b/kernel/rcutorture.c  |   41 ++++++-----------------------------------
 b/kernel/srcu.c        |    8 ++++----
 3 files changed, 44 insertions(+), 39 deletions(-)


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

end of thread, other threads:[~2012-10-30 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30 16:36 [PATCH tip/core/rcu 0/4] SRCU changes for 3.8 Paul E. McKenney
2012-10-30 16:38 ` [PATCH tip/core/rcu 1/4] srcu: Credit Lai Jiangshan with SRCU rewrite Paul E. McKenney
2012-10-30 16:38   ` [PATCH tip/core/rcu 2/4] srcu: Export process_srcu() Paul E. McKenney
2012-10-30 16:38   ` [PATCH tip/core/rcu 3/4] srcu: Add DEFINE_SRCU() Paul E. McKenney
2012-10-30 16:38   ` [PATCH tip/core/rcu 4/4] rcutorture: Use DEFINE_STATIC_SRCU() 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.