Re: [PATCH 0/6 v5 RESEND] seccomp: add the synchronous mode for seccomp_unotify

From: Andrei Vagin
Date: Mon Apr 03 2023 - 14:32:30 EST


On Mon, Mar 27, 2023 at 3:27 AM Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
>
> On Tue, Mar 07, 2023 at 11:31:55PM -0800, Andrei Vagin wrote:
>
> > Kees is ready to take this patch set, but wants to get Acks from the
> > sched folks.
> >
>
> > Andrei Vagin (4):
> > seccomp: don't use semaphore and wait_queue together
> > sched: add a few helpers to wake up tasks on the current cpu
> > seccomp: add the synchronous mode for seccomp_unotify
> > selftest/seccomp: add a new test for the sync mode of
> > seccomp_user_notify
> >
> > Peter Oskolkov (1):
> > sched: add WF_CURRENT_CPU and externise ttwu
>
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Kees,

Could you look at this patch set? You wrote to one of the previous
versions that you are ready to take it if sched maintainers approve it.
Here is no major changes from that moment. The sched-related part has
been cleaned up according with Peter's comments, and I moved the perf
test to the perf tool.

Thanks,
Andrei