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

2019-08-11 Thread Christian Brauner
On August 11, 2019 1:33:27 PM PDT, 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

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

2019-08-11 Thread Adrian Reber
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. Signed-off-by: Adrian Reber --- tools/t