aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/litmus-tests/README
diff options
context:
space:
mode:
authorAkira Yokosawa <akiyks@gmail.com>2020-06-24 06:59:26 +0900
committerPaul E. McKenney <paulmck@kernel.org>2020-06-29 12:05:18 -0700
commit5ef0a07a7928539d46fdb163acfad28c6d877a89 (patch)
tree3ddb0abfb0bed000e8c608ad6d5ed3dd18fd0683 /Documentation/litmus-tests/README
parenttools/memory-model/README: Mention herdtools7 7.56 in compatibility table (diff)
downloadlinux-dev-5ef0a07a7928539d46fdb163acfad28c6d877a89.tar.xz
linux-dev-5ef0a07a7928539d46fdb163acfad28c6d877a89.zip
Documentation/litmus-tests: Add note on herd7 7.56 in atomic litmus test
herdtools 7.56 has enhanced herd7's C parser so that the "(void)expr" construct in Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus is accepted. This is independent of LKMM's cat model, so mention the required version in the header of the litmus test and its entry in README. CC: Boqun Feng <boqun.feng@gmail.com> Reported-by: Andrea Parri <parri.andrea@gmail.com> Acked-by: Andrea Parri <parri.andrea@gmail.com> Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'Documentation/litmus-tests/README')
-rw-r--r--Documentation/litmus-tests/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/litmus-tests/README b/Documentation/litmus-tests/README
index b79e640214b9..7f5c6c3ed6c3 100644
--- a/Documentation/litmus-tests/README
+++ b/Documentation/litmus-tests/README
@@ -19,6 +19,7 @@ Atomic-RMW+mb__after_atomic-is-stronger-than-acquire.litmus
Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus
Test that atomic_set() cannot break the atomicity of atomic RMWs.
+ NOTE: Require herd7 7.56 or later which supports "(void)expr".
RCU (/rcu directory)