Re: [PATCH] x86, asm-generic: add KASAN instrumentation to bitops

2017-03-30 Thread Ingo Molnar
* Dmitry Vyukov wrote: > +#include > + > #include > > #include > diff --git a/include/asm-generic/bitops-instrumented.h > b/include/asm-generic/bitops-instrumented.h > new file mode 100644 > index ..01d02113fc7e > --- /dev/null > +++ b/include/asm-generic/bitops-instrumented.

[PATCH] x86, asm-generic: add KASAN instrumentation to bitops

2017-03-22 Thread Dmitry Vyukov
Instrument bitops similarly to atomicops. See the following patches for details: asm-generic, x86: wrap atomic operations asm-generic: add KASAN instrumentation to atomic operations Signed-off-by: Dmitry Vyukov Cc: Mark Rutland Cc: Peter Zijlstra Cc: Will Deacon Cc: Andrey Ryabinin Cc: Ingo M