Re: [PATCH] sched: Add __ASSEMBLY__ guards around struct clone_args

From: Christian Brauner
Date: Tue Sep 17 2019 - 03:34:38 EST


On Tue, Sep 17, 2019 at 09:18:53AM +0200, Seth Forshee wrote:
> The addition of struct clone_args to uapi/linux/sched.h is not
> protected by __ASSEMBLY__ guards, causing a FTBFS for glibc on
> RISC-V. Add the guards to fix this.
>
> Fixes: 7f192e3cd316 ("fork: add clone3")
> Signed-off-by: Seth Forshee <seth.forshee@xxxxxxxxxxxxx>

Applied to:
https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=fixes

Just replaced FTBS with "failure to build from source" since I had to
search for this and also added Cc: <stable@xxxxxxxxxxxxxxx> for 5.3.

Thanks!
Christian