]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
tools/memory-model: Add an exception for limitations on _unless() family
authorBoqun Feng <boqun.feng@gmail.com>
Thu, 26 Mar 2020 02:40:19 +0000 (10:40 +0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 29 Jun 2020 19:05:18 +0000 (12:05 -0700)
commit4a9cc65f7a715ba1f4f58529f7bf6f1548d8701f
treed6fc4aaacde29c628c97f78d2bb21cb4ba726d7d
parent7f871338ff939952c4e04a83ae395ff9d57040c2
tools/memory-model: Add an exception for limitations on _unless() family

According to Luc, atomic_add_unless() is directly provided by herd7,
therefore it can be used in litmus tests. So change the limitation
section in README to unlimit the use of atomic_add_unless().

Cc: Luc Maranget <luc.maranget@inria.fr>
Acked-by: Andrea Parri <parri.andrea@gmail.com>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Boqun Feng <boqun.feng@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/memory-model/README