Re: [PATCH 2/3] openrisc: Enable the clone3 syscall

From: Christian Brauner
Date: Thu Feb 27 2020 - 07:21:51 EST


On Thu, Feb 27, 2020 at 07:56:24AM +0900, Stafford Horne wrote:
> Enable the clone3 syscall for OpenRISC. We use the generic version.
>
> This was tested with the clone3 test from selftests. Note, for all
> tests to pass it required enabling CONFIG_NAMESPACES which is not
> enabled in the default kernel config.

For OpenRISC, I assume. Hm, maybe we should fix the tests to skip when
CONFIG_NAMESPACES is not enabled.

>
> Signed-off-by: Stafford Horne <shorne@xxxxxxxxx>

Acked-by: Christian Brauner <christian.brauner@xxxxxxxxxx>