Re: [PATCH v7 0/4] kasan: memorize and print call_rcu stack

2020-06-23 Thread Dmitry Vyukov
On Tue, Jun 23, 2020 at 10:09 AM Walter Wu wrote: > > On Mon, 2020-06-01 at 13:08 +0800, Walter Wu wrote: > > This patchset improves KASAN reports by making them to have > > call_rcu() call stack information. It is useful for programmers > > to solve use-after-free or double-free memory issue. >

Re: [PATCH v7 0/4] kasan: memorize and print call_rcu stack

2020-06-23 Thread Walter Wu
On Mon, 2020-06-01 at 13:08 +0800, Walter Wu wrote: > This patchset improves KASAN reports by making them to have > call_rcu() call stack information. It is useful for programmers > to solve use-after-free or double-free memory issue. > > The KASAN report was as follows(cleaned up slightly): > >

[PATCH v7 0/4] kasan: memorize and print call_rcu stack

2020-05-31 Thread Walter Wu
This patchset improves KASAN reports by making them to have call_rcu() call stack information. It is useful for programmers to solve use-after-free or double-free memory issue. The KASAN report was as follows(cleaned up slightly): BUG: KASAN: use-after-free in kasan_rcu_reclaim+0x58/0x60 Freed