1
0
Fork 0
freescale-linux-fslc/scripts/atomic
Ingo Molnar d6c4c11348 Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/core
Pull KCSAN updates for v5.10 from Paul E. McKenney:

 - Improve kernel messages.

 - Be more permissive with bitops races under KCSAN_ASSUME_PLAIN_WRITES_ATOMIC=y.

 - Optimize debugfs stat counters.

 - Introduce the instrument_*read_write() annotations, to provide a
   finer description of certain ops - using KCSAN's compound instrumentation.
   Use them for atomic RNW and bitops, where appropriate.
   Doing this might find new races.
   (Depends on the compiler having tsan-compound-read-before-write=1 support.)

 - Support atomic built-ins, which will help certain architectures, such as s390.

 - Misc enhancements and smaller fixes.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
2020-10-09 08:56:02 +02:00
..
fallbacks locking/atomics: Flip fallbacks and instrumentation 2020-06-11 08:03:24 +02:00
atomic-tbl.sh locking/atomics: Change 'fold' to 'grep' 2019-02-11 14:27:33 +01:00
atomics.tbl locking/atomics: Fix scripts/atomic/ script permissions 2018-11-01 12:45:46 +01:00
check-atomics.sh locking/atomics: Check atomic-arch-fallback.h too 2020-10-07 18:14:14 +02:00
gen-atomic-fallback.sh locking/atomics: Provide the arch_atomic_ interface to generic code 2020-06-25 08:23:22 -07:00
gen-atomic-instrumented.sh locking/atomics: Use read-write instrumentation for atomic RMWs 2020-08-24 15:09:59 -07:00
gen-atomic-long.sh asm-generic/atomic: Use __always_inline for pure wrappers 2020-01-07 07:47:23 -08:00
gen-atomics.sh locking/atomics: Flip fallbacks and instrumentation 2020-06-11 08:03:24 +02:00