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)
commit7f3b457977d26e2b202d1d043bfef024aa0a9799
treecd4722b078fdbc2127d362a295782fa086c62280
parent9ae6ab27f44ee0da47520011afc04218f90e8b12
parente04938042d77addc7f41d983aebea125cddbed33
Merge branch 'kcsan' of git://git./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>