tools/memory-model: Prepare for data-race detection
authorAlan Stern <stern@rowland.harvard.edu>
Mon, 22 Apr 2019 16:17:45 +0000 (12:17 -0400)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 28 May 2019 15:18:21 +0000 (08:18 -0700)
commit4494dd58fbb477e54c129c1d8ef477aad433eba0
tree504b50ab6202c69f01cc029976a290af9d9a6bf4
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
tools/memory-model: Prepare for data-race detection

This patch makes some slight alterations to linux-kernel.cat in
preparation for adding support for data-race detection to the
Linux-Kernel Memory Model.

The definitions of relations involved in Acquire, Release, and
unlock-lock ordering are moved up earlier in the source file.

The rmb relation is factored through the new R4rmb class: the
class of reads to which rmb will apply.

The definition of the fence relation is moved earlier, and it
is split up into read- and write-fences (rmb and wmb) and all
the others.

This should not make any functional changes.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Reviewed-by: Andrea Parri <andrea.parri@amarulasolutions.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
tools/memory-model/linux-kernel.cat