Re: [PATCH 1/5] compat: Declare compat_sys_sigpending and compat_sys_sigprocmask prototypes

From: Andrew Morton
Date: Mon Jan 26 2015 - 16:48:11 EST


On Fri, 9 Jan 2015 15:57:24 +0000 Catalin Marinas <catalin.marinas@xxxxxxx> wrote:

> __ARCH_WANT_SYS_SIGPENDING or __ARCH_WANT_SYS_SIGPROGMASK may be defined
> for compat support but the corresponding prototypes are missing from
> linux/compat.h.
>
> ...
>
> --- a/include/linux/compat.h
> +++ b/include/linux/compat.h
> @@ -689,6 +689,15 @@ asmlinkage long compat_sys_sendfile64(int out_fd, int in_fd,
> asmlinkage long compat_sys_sigaltstack(const compat_stack_t __user *uss_ptr,
> compat_stack_t __user *uoss_ptr);
>
> +#ifdef __ARCH_WANT_SYS_SIGPENDING
> +asmlinkage long compat_sys_sigpending(compat_old_sigset_t __user *set);
> +#endif
> +
> +#ifdef __ARCH_WANT_SYS_SIGPROCMASK
> +asmlinkage long compat_sys_sigprocmask(int how, compat_old_sigset_t __user *nset,
> + compat_old_sigset_t __user *oset);
> +#endif
> +

ack, please merge and submit.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/