]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
UBUNTU: SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args
authorSeth Forshee <seth.forshee@canonical.com>
Wed, 11 Sep 2019 14:56:14 +0000 (15:56 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Mon, 16 Sep 2019 13:07:02 +0000 (15:07 +0200)
commitc24991ea9cd54df1309ff3302dc94e54f2c74783
tree14e5a5f911ff8dbfcc93b9d6e34ce96f4168c2e6
parent941a77eb4f6c17d8063b10699376cb47257de21a
UBUNTU: SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args

The addition of struct clone_args to uapi/linux/sched.h is not
protected by __ASSEMBLY__ guards, cuasing 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@canonical.com>
include/uapi/linux/sched.h