commit | 8bc32b34817862c80a8b9a82ceb643294acd3da3 | [log] [tgz] |
---|---|---|
author | Marco Elver <elver@google.com> | Tue Nov 30 12:44:19 2021 +0100 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Dec 09 16:42:27 2021 -0800 |
tree | 20ab28ecc6896faa179780016d80073d3aea6f14 | |
parent | 7310bd1f3eb9445d96b030457d59d9f84375bdd5 [diff] |
kcsan: test: Add test cases for memory barrier instrumentation Adds test cases to check that memory barriers are instrumented correctly, and detection of missing memory barriers is working as intended if CONFIG_KCSAN_STRICT=y. Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>