Re: [PATCH 2/4] x86: use the correct function type for sys32_(rt_)sigreturn

From: Sami Tolvanen
Date: Fri Sep 13 2019 - 19:30:02 EST


On Fri, Sep 13, 2019 at 3:44 PM Andy Lutomirski <luto@xxxxxxxxxx> wrote:
> Shouldn't these be COMPAT_SYSCALL_DEFINE0?

Sure, that would work too.

> I think you should pick this patch up and add it to your series:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/luto/linux.git/commit/?h=x86/syscalls&id=07daeef08d26728c120ecbe57a55cb5714810b84
>
> with the obvious type fixup, of course. And then write a little patch
> to use COMPAT_SYSCALL_DEFINE0 for rt_sigreturn and sigreturn.

Thanks. I'll do that and send v2 next week once I get some more
feedback on the other patches.

Sami