On Mon, Jun 18, 2018 at 01:03:07PM +0100, Mark Rutland wrote: > We don't currently annotate our various sigreturn functions as syscalls, > as we need to do to use pt_regs syscall wrappers. > > Let's mark them as real syscalls. > > For compat_sys_sigreturn and compat_sys_rt_sigreturn, this changes the > return type from int to long, matching the prototypes in sys32.c. > > Signed-off-by: Mark Rutland <mark.rutland@xxxxxxx> > Reviewed-by: Dominik Brodowski <linux@xxxxxxxxxxxxxxxxxxxx> > Cc: Catalin Marinas <catalin.marinas@xxxxxxx> > Cc: Will Deacon <will.deacon@xxxxxxx> Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>