On Fri, Jun 28, 2024 at 10:38 AM Kees Cook <kees@kernel.org> wrote:
>
> On Fri, 28 Jun 2024 02:10:10 +0000, Andrei Vagin wrote:
> > This patch set addresses two problems with the SECCOMP_IOCTL_NOTIF_RECV
> > ioctl:
> > * it doesn't return when the seccomp filter becomes unused (all tasks
> > have exited).
> > * EPOLLHUP is triggered not when a task exits, but rather when its zombie
> > is collected.
> >
> > [...]
>
> Applied to for-next/seccomp, thanks!
A little late to the party, but,
Reviewed-by: Tycho Andersen <tandersen@netflix.com>