Re: [PATCH v10 2/2] selftests: add tests for clone3() with *set_tid

From: Christian Brauner
Date: Thu Nov 14 2019 - 09:49:26 EST


On Thu, Nov 14, 2019 at 03:27:07PM +0100, Adrian Reber wrote:
> This tests clone3() with *set_tid to see if all desired PIDs are working
> as expected. The tests are trying multiple invalid input parameters as
> well as creating processes while specifying a certain PID in multiple
> PID namespaces at the same time.
>
> Additionally this moves common clone3() test code into clone3_selftests.h.
>
> Signed-off-by: Adrian Reber <areber@xxxxxxxxxx>

Thanks, Adrian!
Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>