Re: [PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN

From: Alexander Potapenko
Date: Thu Sep 24 2020 - 07:51:22 EST


> ---
> Documentation/dev-tools/kasan.rst | 5 +++--
> kernel/time/timer.c | 3 +++
> kernel/workqueue.c | 3 +++
> lib/test_kasan_module.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> mm/kasan/report.c | 4 ++--
> 5 files changed, 66 insertions(+), 4 deletions(-)

While at it, can you remove a mention of call_rcu() from the
kasan_record_aux_stack() implementation, as it is no more
RCU-specific?