kernel/kcsan/atomic.h
deleted100644 → 0
+0
−23
+49
−28
+32
−0
kernel/kcsan/permissive.h
0 → 100644
+94
−0
Loading
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/debug Pull KCSAN updates from Paul E. McKenney: - improve comments - introduce CONFIG_KCSAN_STRICT (which RCU uses) - optimize use of get_ctx() by kcsan_found_watchpoint() - rework atomic.h into permissive.h - add the ability to ignore writes that change only one bit of a given data-racy variable. Signed-off-by:Ingo Molnar <mingo@kernel.org>