Re: [PATCH] irq_work: record irq_work_queue() call stack

2021-04-02 Thread Andrey Konovalov
On Wed, Mar 31, 2021 at 8:32 AM wrote: > > From: Zqiang > > Add the irq_work_queue() call stack into the KASAN auxiliary > stack in order to improve KASAN reports. this will let us know > where the irq work be queued. > > Signed-off-by: Zqiang > --- > kernel/irq_work.c | 7 ++- > 1 file

Re: [PATCH] irq_work: record irq_work_queue() call stack

2021-03-31 Thread Dmitry Vyukov
On Wed, Mar 31, 2021 at 8:32 AM wrote: > > From: Zqiang > > Add the irq_work_queue() call stack into the KASAN auxiliary > stack in order to improve KASAN reports. this will let us know > where the irq work be queued. > > Signed-off-by: Zqiang Reviewed-by: Dmitry Vyukov > --- >

[PATCH] irq_work: record irq_work_queue() call stack

2021-03-31 Thread qiang . zhang
From: Zqiang Add the irq_work_queue() call stack into the KASAN auxiliary stack in order to improve KASAN reports. this will let us know where the irq work be queued. Signed-off-by: Zqiang --- kernel/irq_work.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git