Re: [PATCH v3 4/7] x86: switch atomic.h to use atomic-instrumented.h

2017-06-17 Thread Dmitry Vyukov
On Fri, Jun 16, 2017 at 5:54 PM, Andrey Ryabinin wrote: > On 06/06/2017 01:11 PM, Dmitry Vyukov wrote: >> Add arch_ prefix to all atomic operations and include >> . This will allow >> to add KASAN instrumentation to all atomic ops. >> >> Signed-off-by: Dmitry Vyukov >> Cc: Mark Rutland >> Cc: Pe

Re: [PATCH v3 4/7] x86: switch atomic.h to use atomic-instrumented.h

2017-06-16 Thread Andrey Ryabinin
On 06/06/2017 01:11 PM, Dmitry Vyukov wrote: > Add arch_ prefix to all atomic operations and include > . This will allow > to add KASAN instrumentation to all atomic ops. > > Signed-off-by: Dmitry Vyukov > Cc: Mark Rutland > Cc: Peter Zijlstra > Cc: Will Deacon > Cc: Andrew Morton > Cc: Andre

[PATCH v3 4/7] x86: switch atomic.h to use atomic-instrumented.h

2017-06-06 Thread Dmitry Vyukov
Add arch_ prefix to all atomic operations and include . This will allow to add KASAN instrumentation to all atomic ops. Signed-off-by: Dmitry Vyukov Cc: Mark Rutland Cc: Peter Zijlstra Cc: Will Deacon Cc: Andrew Morton Cc: Andrey Ryabinin Cc: Ingo Molnar Cc: kasan-...@googlegroups.com Cc: l