Re: [PATCH v6 2/2] selftests: add tests for clone3()

From: Christian Brauner
Date: Tue Aug 13 2019 - 10:46:45 EST


On Mon, Aug 12, 2019 at 10:09:39PM +0200, Adrian Reber wrote:
> This tests clone3() with and without set_tid to see if all desired PIDs
> are working as expected. The test tries to clone3() with a set_tid of
> -1, 1, pid_max, a PID which is already in use and an unused PID. The
> same tests are also running in PID namespace.
>
> In addition the clone3 test (without set_tid) tries to call clone3()
> with different sizes of clone_args.
>
> Signed-off-by: Adrian Reber <areber@xxxxxxxxxx>

This is missing a .gitignore file for the new binaries. But no need to
resend I'll just add that myself.