commit | d283aa1b04d9ad9ed34bfc2f51ffe0371a16ee3c | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Thu May 20 21:08:38 2021 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Fri Aug 06 13:41:48 2021 -0700 |
tree | d5ff5b0e098a077e6e4f5b993fef6409001e244c | |
parent | f74126dcbcbffe0d9fc3cb9bbf171b124a6791e5 [diff] |
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>