Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux...
authorIngo Molnar <mingo@kernel.org>
Wed, 18 Aug 2021 06:35:23 +0000 (08:35 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 18 Aug 2021 06:35:23 +0000 (08:35 +0200)
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>

Trivial merge