Re: [PATCH v3 2/6] workqueue: kasan: record workqueue stack

2020-09-02 Thread Tejun Heo
On Tue, Aug 25, 2020 at 09:58:33AM +0800, Walter Wu wrote: > Records the last two enqueuing work call stacks in order to print them > in KASAN report. It is useful for programmers to solve use-after-free > or double-free memory workqueue issue. > > For workqueue it has turned out to be useful to r

[PATCH v3 2/6] workqueue: kasan: record workqueue stack

2020-08-24 Thread Walter Wu
Records the last two enqueuing work call stacks in order to print them in KASAN report. It is useful for programmers to solve use-after-free or double-free memory workqueue issue. For workqueue it has turned out to be useful to record the enqueuing work call stacks. Because user can see KASAN repo