> --- > 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?