Re: [PATCH v3 06/11] perf: Add support for SIGTRAP on perf events
From: Marco Elver <elver@google.com>
Date: 2021-03-31 12:34:07
Also in:
linux-fsdevel, linux-kselftest, lkml
From: Marco Elver <elver@google.com>
Date: 2021-03-31 12:34:07
Also in:
linux-fsdevel, linux-kselftest, lkml
On Mon, 29 Mar 2021 at 14:07, Peter Zijlstra [off-list ref] wrote:
(and we might already have a problem on some architectures where there can be significant time between these due to not having arch_irq_work_raise(), so ideally we ought to double check current in your case)
I missed this bit -- just to verify: here we want to check that event->ctx->task == current, in case the the irq_work runs when the current task has already been replaced. Correct? Thanks, -- Marco