[PATCH RFC memory-model 0/31] LKMM updates for review

From: Paul E. McKenney
Date: Thu Aug 01 2019 - 18:20:35 EST


Hello!

This series contains LKMM updates:

1. Make scripts be executable.

2-3. Make LKMM scripts note timeouts instead of just saying that
the validation was bad.

4. Make LKMM scripts identify litmus-test typos and use of
unsupported primitives instead of just saying that the validation
was bad.

5. Make LKMM scripts detect unconditional deadlocks.

6. Fix email address on LKMM scripts.

7-29. Leverage Boqun Feng's C-to-assembly litmus-test-translation
capability to allow verifying LKMM against hardware models for
checkalllitmus.sh. This is a work in progress.

30. Use cumul-fence instead of fence in ->prop example, courtesy
of Joel Fernandes.

31. Update the informal documentation, courtesy of Andrea Parri.

Thanx, Paul

------------------------------------------------------------------------

Documentation/explanation.txt | 53 +++++++--------
README | 18 ++---
litmus-tests/.gitignore | 4 -
scripts/README | 16 +++-
scripts/checkalllitmus.sh | 29 ++++----
scripts/checkghlitmus.sh | 11 +--
scripts/checklitmus.sh | 101 ++++++++++++-----------------
scripts/checklitmushist.sh | 2
scripts/checktheselitmus.sh | 43 ++++++++++++
scripts/cmplitmushist.sh | 53 ++++++++++++++-
scripts/hwfnseg.sh | 20 +++++
scripts/initlitmushist.sh | 2
scripts/judgelitmus.sh | 142 +++++++++++++++++++++++++++++++----------
scripts/newlitmushist.sh | 4 -
scripts/parseargs.sh | 21 ++++--
scripts/runlitmus.sh | 144 ++++++++++++++++++++++++++++++++----------
scripts/runlitmushist.sh | 30 +++++---
scripts/simpletest.sh | 35 ++++++++++
18 files changed, 514 insertions(+), 214 deletions(-)