tools/memory-model: Rename litmus tests to comply to norm7
authorAndrea Parri <andrea.parri@amarulasolutions.com>
Mon, 16 Jul 2018 18:06:05 +0000 (11:06 -0700)
committerIngo Molnar <mingo@kernel.org>
Tue, 17 Jul 2018 07:30:36 +0000 (09:30 +0200)
commit71b7ff5ebc9b1d5aa95eb48d6388234f1304fd19
treea4fa218053573b0e3e3fc1801340f77478f916ff
parent0fcff1715bec7593a0ba86f3fef46cd89af37a8b
tools/memory-model: Rename litmus tests to comply to norm7

norm7 produces the 'normalized' name of a litmus test,  when the test
can be generated from a single cycle that passes through each process
exactly once. The commit renames such tests in order to comply to the
naming scheme implemented by this tool.

Signed-off-by: Andrea Parri <andrea.parri@amarulasolutions.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Cc: Akira Yokosawa <akiyks@gmail.com>
Cc: Boqun Feng <boqun.feng@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Jade Alglave <j.alglave@ucl.ac.uk>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Luc Maranget <luc.maranget@inria.fr>
Cc: Nicholas Piggin <npiggin@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Will Deacon <will.deacon@arm.com>
Cc: linux-arch@vger.kernel.org
Cc: parri.andrea@gmail.com
Link: http://lkml.kernel.org/r/20180716180605.16115-14-paulmck@linux.vnet.ibm.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
19 files changed:
tools/memory-model/Documentation/recipes.txt
tools/memory-model/README
tools/memory-model/litmus-tests/IRIW+fencembonceonces+OnceOnce.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/IRIW+mbonceonces+OnceOnce.litmus [deleted file]
tools/memory-model/litmus-tests/LB+ctrlonceonce+mbonceonce.litmus [deleted file]
tools/memory-model/litmus-tests/LB+fencembonceonce+ctrlonceonce.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/MP+fencewmbonceonce+fencermbonceonce.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/MP+wmbonceonce+rmbonceonce.litmus [deleted file]
tools/memory-model/litmus-tests/R+fencembonceonces.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/R+mbonceonces.litmus [deleted file]
tools/memory-model/litmus-tests/README
tools/memory-model/litmus-tests/S+fencewmbonceonce+poacquireonce.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/S+wmbonceonce+poacquireonce.litmus [deleted file]
tools/memory-model/litmus-tests/SB+fencembonceonces.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/SB+mbonceonces.litmus [deleted file]
tools/memory-model/litmus-tests/WRC+pooncerelease+fencermbonceonce+Once.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/WRC+pooncerelease+rmbonceonce+Once.litmus [deleted file]
tools/memory-model/litmus-tests/Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus [new file with mode: 0644]
tools/memory-model/litmus-tests/Z6.0+pooncerelease+poacquirerelease+mbonceonce.litmus [deleted file]