Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1652322 > unrolled thread

Re: [PATCH] microblaze: wire up statx syscall

Started byMichal Simek <monstr@monstr.eu>
First post2017-05-29 11:10 +0200
Last post2017-05-29 11:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] microblaze: wire up statx syscall Michal Simek <monstr@monstr.eu> - 2017-05-29 11:10 +0200

#1652322 — Re: [PATCH] microblaze: wire up statx syscall

FromMichal Simek <monstr@monstr.eu>
Date2017-05-29 11:10 +0200
SubjectRe: [PATCH] microblaze: wire up statx syscall
Message-ID<tMoQy-66X-21@gated-at.bofh.it>

[Multipart message — attachments visible in raw view] — view raw

On 19.5.2017 13:43, Tobias Klauser wrote:
> Add the new statx syscall.
> 
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
> ---
>  arch/microblaze/include/asm/unistd.h      | 2 +-
>  arch/microblaze/include/uapi/asm/unistd.h | 1 +
>  arch/microblaze/kernel/syscall_table.S    | 1 +
>  3 files changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/arch/microblaze/include/asm/unistd.h b/arch/microblaze/include/asm/unistd.h
> index 032fed71223f..9774e1d9507b 100644
> --- a/arch/microblaze/include/asm/unistd.h
> +++ b/arch/microblaze/include/asm/unistd.h
> @@ -38,6 +38,6 @@
>  
>  #endif /* __ASSEMBLY__ */
>  
> -#define __NR_syscalls         398
> +#define __NR_syscalls         399
>  
>  #endif /* _ASM_MICROBLAZE_UNISTD_H */
> diff --git a/arch/microblaze/include/uapi/asm/unistd.h b/arch/microblaze/include/uapi/asm/unistd.h
> index d8086159d996..a88b3c11cc20 100644
> --- a/arch/microblaze/include/uapi/asm/unistd.h
> +++ b/arch/microblaze/include/uapi/asm/unistd.h
> @@ -413,5 +413,6 @@
>  #define __NR_pkey_mprotect	395
>  #define __NR_pkey_alloc		396
>  #define __NR_pkey_free		397
> +#define __NR_statx		398
>  
>  #endif /* _UAPI_ASM_MICROBLAZE_UNISTD_H */
> diff --git a/arch/microblaze/kernel/syscall_table.S b/arch/microblaze/kernel/syscall_table.S
> index 6841c2df14d9..c48ff4ad2070 100644
> --- a/arch/microblaze/kernel/syscall_table.S
> +++ b/arch/microblaze/kernel/syscall_table.S
> @@ -398,3 +398,4 @@ ENTRY(sys_call_table)
>  	.long sys_pkey_mprotect		/* 395 */
>  	.long sys_pkey_alloc
>  	.long sys_pkey_free
> +	.long sys_statx
> 

Applied.

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Xilinx Microblaze
Maintainer of Linux kernel - Xilinx Zynq ARM and ZynqMP ARM64 SoCs
U-Boot custodian - Xilinx Microblaze/Zynq/ZynqMP SoCs


[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web