commit | 7760fb8749e3bdeaf1cb6b22312cd58d741f8093 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu May 20 21:08:38 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Jun 24 17:57:51 2021 -0700 |
tree | 4b29df1df5baf1897c4da35bd19026867ac7763a | |
parent | e264ed6804fdb59df4ec13d1717dc6353689c92e [diff] |
EXP rcu: Mark accesses in tree_stall.h This commit marks the accesses in tree_stall.h so as to both avoid undesirable compiler optimizations and to keep KCSAN focused on the accesses of the core algorithm. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>