Messages in this thread |  | | | Date | Fri, 15 Jun 2012 11:57:25 -0700 | | From | "Paul E. McKenney" <> | | Subject | [PATCH tip/core/rcu 0/6] rcutorture and documentation patches for 3.6 |
| |
Hello!
This patch series updates documentation and rcutorture:
1. Update documentation to allow for the new call_srcu() and srcu_barrier() functions. 2. Fix ordering of the torture_ops list. 3. Make rcutorture actually test the new srcu_barrier() function. 4. Fix synchronization of the kthreads testing the various rcu_barrier() functions. 5. Fix an incorrect (and quite confusing) message in rcutorture. 6. Make rcutorture's fakewriters occasionally invoke the appropriate rcu_barrier() function so that we test concurrent rcu_barrier() calls.
Thanx, Paul
b/Documentation/RCU/checklist.txt | 39 ++++++++++++++++++------------------- b/Documentation/RCU/rcubarrier.txt | 6 +++-- b/Documentation/RCU/torture.txt | 9 ++++++++ b/Documentation/RCU/whatisRCU.txt | 6 ++--- b/kernel/rcutorture.c | 4 +-- kernel/rcutorture.c | 32 ++++++++++++++++++++++++------ 6 files changed, 64 insertions(+), 32 deletions(-)
|  |