lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 15 May 2014 14:16:39 +0200
From:	Miklos Szeredi <miklos@...redi.hu>
To:	Benjamin Herrenschmidt <benh@...nel.crashing.org>
Cc:	Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 10/15] powerpc: add renameat2 syscall

On Fri, Apr 11, 2014 at 12:25 PM, Miklos Szeredi <miklos@...redi.hu> wrote:
> From: Miklos Szeredi <mszeredi@...e.cz>
>
> Signed-off-by: Miklos Szeredi <mszeredi@...e.cz>
> Cc: Benjamin Herrenschmidt <benh@...nel.crashing.org>

Ben,

I'll be sending a batch of patches with arch support for the renameat2
syscall to Linus next week.  If you'd like me to send this as well,
could you please ACK it?

Thanks,
Miklos

> ---
>  arch/powerpc/include/asm/systbl.h      | 1 +
>  arch/powerpc/include/asm/unistd.h      | 2 +-
>  arch/powerpc/include/uapi/asm/unistd.h | 1 +
>  3 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/include/asm/systbl.h b/arch/powerpc/include/asm/systbl.h
> index 3ddf70276706..ea4dc3a89c1f 100644
> --- a/arch/powerpc/include/asm/systbl.h
> +++ b/arch/powerpc/include/asm/systbl.h
> @@ -361,3 +361,4 @@ SYSCALL(finit_module)
>  SYSCALL(ni_syscall) /* sys_kcmp */
>  SYSCALL_SPU(sched_setattr)
>  SYSCALL_SPU(sched_getattr)
> +SYSCALL_SPU(renameat2)
> diff --git a/arch/powerpc/include/asm/unistd.h b/arch/powerpc/include/asm/unistd.h
> index 4494f029b632..9b892bbd9d84 100644
> --- a/arch/powerpc/include/asm/unistd.h
> +++ b/arch/powerpc/include/asm/unistd.h
> @@ -12,7 +12,7 @@
>  #include <uapi/asm/unistd.h>
>
>
> -#define __NR_syscalls          357
> +#define __NR_syscalls          358
>
>  #define __NR__exit __NR_exit
>  #define NR_syscalls    __NR_syscalls
> diff --git a/arch/powerpc/include/uapi/asm/unistd.h b/arch/powerpc/include/uapi/asm/unistd.h
> index 881bf2e2560d..2d526f7b48da 100644
> --- a/arch/powerpc/include/uapi/asm/unistd.h
> +++ b/arch/powerpc/include/uapi/asm/unistd.h
> @@ -379,5 +379,6 @@
>  #define __NR_kcmp              354
>  #define __NR_sched_setattr     355
>  #define __NR_sched_getattr     356
> +#define __NR_renameat2         357
>
>  #endif /* _UAPI_ASM_POWERPC_UNISTD_H_ */
> --
> 1.8.1.4
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ