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(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to