public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] srcu: Add DEFINE_SRCU()
@ 2012-10-12 17:14 Lai Jiangshan
  2012-10-12 17:14 ` [PATCH 1/4] srcu: add my name Lai Jiangshan
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Lai Jiangshan @ 2012-10-12 17:14 UTC (permalink / raw)
  To: linux-kernel, Paul E. McKenney; +Cc: Lai Jiangshan

These patches add a simple DEFINE_SRCU() which define and init
the srcu struct in build time, and allow us use srcu in very early
boot time.

Lai Jiangshan (4):
  srcu: add my name
  srcu: export process_srcu()
  srcu: add DEFINE_SRCU
  rcutorture: use DEFINE_STATIC_SRCU()

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

-- 
1.7.7.6


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

end of thread, other threads:[~2012-10-15 23:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-12 17:14 [PATCH 0/4] srcu: Add DEFINE_SRCU() Lai Jiangshan
2012-10-12 17:14 ` [PATCH 1/4] srcu: add my name Lai Jiangshan
2012-10-12 17:14 ` [PATCH 2/4] srcu: export process_srcu() Lai Jiangshan
2012-10-12 17:14 ` [PATCH 3/4] srcu: add DEFINE_SRCU() Lai Jiangshan
2012-10-15 21:56   ` Paul E. McKenney
2012-10-15 22:40     ` Paul E. McKenney
2012-10-12 17:14 ` [PATCH 4/4] rcutorture: use DEFINE_STATIC_SRCU() Lai Jiangshan
2012-10-12 19:06   ` Josh Triplett
2012-10-15 23:38 ` [PATCH 0/4] srcu: Add DEFINE_SRCU() Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox