Re: [PATCH 2/8] objtool, kcsan: Add __tsan_read_write to uaccess whitelist

2020-07-21 Thread Peter Zijlstra
On Tue, Jul 21, 2020 at 12:30:10PM +0200, Marco Elver wrote: > Adds the new __tsan_read_write compound instrumentation to objtool's > uaccess whitelist. > > Signed-off-by: Marco Elver Acked-by: Peter Zijlstra (Intel) > --- > tools/objtool/check.c | 5 + > 1 file changed, 5 insertions(+)

[PATCH 2/8] objtool, kcsan: Add __tsan_read_write to uaccess whitelist

2020-07-21 Thread Marco Elver
Adds the new __tsan_read_write compound instrumentation to objtool's uaccess whitelist. Signed-off-by: Marco Elver --- tools/objtool/check.c | 5 + 1 file changed, 5 insertions(+) diff --git a/tools/objtool/check.c b/tools/objtool/check.c index 63d8b630c67a..38d82e705c93 100644 ---