All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/3] Documentation and rcutorture changes for 3.9
@ 2013-01-05 17:03 Paul E. McKenney
  2013-01-05 17:04 ` [PATCH tip/core/rcu 1/3] tracing: Export trace_clock_local() Paul E. McKenney
  2013-01-07 16:02 ` [PATCH tip/core/rcu 0/3] Documentation and rcutorture changes for 3.9 Josh Triplett
  0 siblings, 2 replies; 5+ messages in thread
From: Paul E. McKenney @ 2013-01-05 17:03 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!

The following are changes to documentation and rcutorture:

1.	Export trace_clock_local() in order to allow rcutorture event
	tracing to emit the time of the beginning of the RCU read-side
	critical section at the point where a failure is detected.
2.	Reduce rcutorture's read-side tracing to include only failures,
	thus cutting the number of events down to something reasonable
	(normally zero, in fact!).
3.	Add atomic_xchg() to the list of atomic operations and memory
	barriers, courtesy of Richard Braun.

							Thanx, Paul


 Documentation/atomic_ops.txt      |    2 ++
 Documentation/memory-barriers.txt |    1 +
 include/linux/rcupdate.h          |   13 ++++++++++---
 include/trace/events/rcu.h        |   19 ++++++++++++++-----
 kernel/rcupdate.c                 |    9 ++++++---
 kernel/rcutorture.c               |   31 ++++++++++++++++++++++++-------
 kernel/trace/trace_clock.c        |    1 +
 7 files changed, 58 insertions(+), 18 deletions(-)


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

end of thread, other threads:[~2013-01-07 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-05 17:03 [PATCH tip/core/rcu 0/3] Documentation and rcutorture changes for 3.9 Paul E. McKenney
2013-01-05 17:04 ` [PATCH tip/core/rcu 1/3] tracing: Export trace_clock_local() Paul E. McKenney
2013-01-05 17:04   ` [PATCH tip/core/rcu 2/3] rcu: Reduce rcutorture tracing Paul E. McKenney
2013-01-05 17:04   ` [PATCH tip/core/rcu 3/3] Documentation: Memory barrier semantics of atomic_xchg() Paul E. McKenney
2013-01-07 16:02 ` [PATCH tip/core/rcu 0/3] Documentation and rcutorture changes for 3.9 Josh Triplett

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.