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

From: Walter Wu
Date: Thu Sep 24 2020 - 08:33:53 EST


On Thu, 2020-09-24 at 13:51 +0200, 'Alexander Potapenko' via kasan-dev
wrote:
> > ---
> > 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?
>

Thank you for your reminder. v5 will do it.

Walter