Re: [PATCH v2] clone: fix CLONE_PIDFD support

From: Christian Brauner
Date: Sun Jul 14 2019 - 14:21:32 EST


On Sun, Jul 14, 2019 at 07:20:47PM +0300, Dmitry V. Levin wrote:
> The introduction of clone3 syscall accidentally broke CLONE_PIDFD
> support in traditional clone syscall on compat x86 and those
> architectures that use do_fork to implement clone syscall.
>
> This bug was found by strace test suite.
>
> Link: https://strace.io/logs/strace/2019-07-12
> Fixes: 7f192e3cd316 ("fork: add clone3")
> Bisected-and-tested-by: Anatoly Pugachev <matorola@xxxxxxxxx>
> Signed-off-by: Dmitry V. Levin <ldv@xxxxxxxxxxxx>

This looks good; moving this into my tree.

Thanks!
Christian