| commit | 320cb3626cc9f51b42862628f5e5105ec42b90a7 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@kernel.org> | Mon Apr 13 16:36:29 2020 -0700 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Mon Apr 13 16:36:29 2020 -0700 |
| tree | e55cf978cbb70edd1f6f802a25cb9169341b817e | |
| parent | fe23a917d748717a4f7c900b959430973e457892 [diff] |
rcu: Add KCSAN stubs This commit adds stubs for KCSAN's data_race(), ASSERT_EXCLUSIVE_WRITER(), and ASSERT_EXCLUSIVE_ACCESS() macros to allow code using these macros to move ahead. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>