Skip to content
Snippets Groups Projects
Commit 00504537 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcutorture: Add testing for RCU's global memory ordering


RCU guarantees that anything seen by a given reader will also be seen
after any grace period that must wait on that reader.  This is very likely
to hold based on inspection, but the advantage of having rcutorture do
the inspecting is that rcutorture doesn't mind inspecting frequently
and often.

This commit therefore adds code to test RCU's global memory ordering.

Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent bc480a63
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment