Re: [PATCH v6 4/4] kasan: update documentation for generic kasan

2020-05-25 Thread Dmitry Vyukov
On Fri, May 22, 2020 at 4:02 AM Walter Wu wrote: > > Generic KASAN will support to record the last two call_rcu() call stacks > and print them in KASAN report. So that need to update documentation. Reviewed-and-tested-by: Dmitry Vyukov > Signed-off-by: Walter Wu > Cc: Andrey Ryabinin > Cc: Dm

[PATCH v6 4/4] kasan: update documentation for generic kasan

2020-05-21 Thread Walter Wu
Generic KASAN will support to record the last two call_rcu() call stacks and print them in KASAN report. So that need to update documentation. Signed-off-by: Walter Wu Cc: Andrey Ryabinin Cc: Dmitry Vyukov Cc: Alexander Potapenko Cc: Jonathan Corbet --- Documentation/dev-tools/kasan.rst | 3