commit | 00504537f44422a99d97f615f2b3ee17cfba194d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu Oct 29 15:08:57 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Jan 04 13:53:41 2021 -0800 |
tree | d28c2ad47655eed3f86b7725d215ebaba97e5e5f | |
parent | bc480a6354ef2e15c26c3bdbd0db647026e788a7 [diff] |
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: Paul E. McKenney <paulmck@kernel.org>