Re: [PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation

2019-10-16 Thread Marco Elver
On Wed, 16 Oct 2019 at 13:18, Mark Rutland wrote: > > Hi Marco, > > On Wed, Oct 16, 2019 at 10:39:58AM +0200, Marco Elver wrote: > > This adds KCSAN instrumentation to atomic-instrumented.h. > > > > Signed-off-by: Marco Elver > > --- > > include/asm-generic/atomic-instrumented.h | 192 ++

Re: [PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation

2019-10-16 Thread Mark Rutland
Hi Marco, On Wed, Oct 16, 2019 at 10:39:58AM +0200, Marco Elver wrote: > This adds KCSAN instrumentation to atomic-instrumented.h. > > Signed-off-by: Marco Elver > --- > include/asm-generic/atomic-instrumented.h | 192 +- > scripts/atomic/gen-atomic-instrumented.sh | 9 +-

[PATCH 7/8] locking/atomics, kcsan: Add KCSAN instrumentation

2019-10-16 Thread Marco Elver
This adds KCSAN instrumentation to atomic-instrumented.h. Signed-off-by: Marco Elver --- include/asm-generic/atomic-instrumented.h | 192 +- scripts/atomic/gen-atomic-instrumented.sh | 9 +- 2 files changed, 199 insertions(+), 2 deletions(-) diff --git a/include/asm-generi