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 <[email protected]> > Signed-off-by: Dmitry V. Levin <[email protected]>
This looks good; moving this into my tree. Thanks! Christian

