All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] m68k: Wire up copy_file_range
@ 2016-01-23 10:05 ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-01-23 10:05 UTC (permalink / raw)
  To: linux-m68k; +Cc: Greg Ungerer, linux-kernel, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 arch/m68k/include/asm/unistd.h      | 2 +-
 arch/m68k/include/uapi/asm/unistd.h | 1 +
 arch/m68k/kernel/syscalltable.S     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
index f9d96bf869109c02..bafaff6dcd7bda8a 100644
--- a/arch/m68k/include/asm/unistd.h
+++ b/arch/m68k/include/asm/unistd.h
@@ -4,7 +4,7 @@
 #include <uapi/asm/unistd.h>
 
 
-#define NR_syscalls		376
+#define NR_syscalls		377
 
 #define __ARCH_WANT_OLD_READDIR
 #define __ARCH_WANT_OLD_STAT
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
index 36cf129de663a7ca..0ca729665f29e9d6 100644
--- a/arch/m68k/include/uapi/asm/unistd.h
+++ b/arch/m68k/include/uapi/asm/unistd.h
@@ -381,5 +381,6 @@
 #define __NR_userfaultfd	373
 #define __NR_membarrier		374
 #define __NR_mlock2		375
+#define __NR_copy_file_range	376
 
 #endif /* _UAPI_ASM_M68K_UNISTD_H_ */
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index 282cd903f4c46919..8bb94261ff97d953 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -396,3 +396,4 @@ ENTRY(sys_call_table)
 	.long sys_userfaultfd
 	.long sys_membarrier
 	.long sys_mlock2		/* 375 */
+	.long sys_copy_file_range
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] m68k: Wire up copy_file_range
@ 2016-01-23 10:05 ` Geert Uytterhoeven
  0 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2016-01-23 10:05 UTC (permalink / raw)
  To: linux-m68k; +Cc: Greg Ungerer, linux-kernel, Geert Uytterhoeven

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 arch/m68k/include/asm/unistd.h      | 2 +-
 arch/m68k/include/uapi/asm/unistd.h | 1 +
 arch/m68k/kernel/syscalltable.S     | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
index f9d96bf869109c02..bafaff6dcd7bda8a 100644
--- a/arch/m68k/include/asm/unistd.h
+++ b/arch/m68k/include/asm/unistd.h
@@ -4,7 +4,7 @@
 #include <uapi/asm/unistd.h>
 
 
-#define NR_syscalls		376
+#define NR_syscalls		377
 
 #define __ARCH_WANT_OLD_READDIR
 #define __ARCH_WANT_OLD_STAT
diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
index 36cf129de663a7ca..0ca729665f29e9d6 100644
--- a/arch/m68k/include/uapi/asm/unistd.h
+++ b/arch/m68k/include/uapi/asm/unistd.h
@@ -381,5 +381,6 @@
 #define __NR_userfaultfd	373
 #define __NR_membarrier		374
 #define __NR_mlock2		375
+#define __NR_copy_file_range	376
 
 #endif /* _UAPI_ASM_M68K_UNISTD_H_ */
diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
index 282cd903f4c46919..8bb94261ff97d953 100644
--- a/arch/m68k/kernel/syscalltable.S
+++ b/arch/m68k/kernel/syscalltable.S
@@ -396,3 +396,4 @@ ENTRY(sys_call_table)
 	.long sys_userfaultfd
 	.long sys_membarrier
 	.long sys_mlock2		/* 375 */
+	.long sys_copy_file_range
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] m68k: Wire up copy_file_range
  2016-01-23 10:05 ` Geert Uytterhoeven
  (?)
@ 2016-01-24 11:45 ` Greg Ungerer
  -1 siblings, 0 replies; 4+ messages in thread
From: Greg Ungerer @ 2016-01-24 11:45 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-m68k; +Cc: linux-kernel


On 23/01/16 20:05, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Acked-by: Greg Ungerer <gerg@uclinux.org>


> ---
>   arch/m68k/include/asm/unistd.h      | 2 +-
>   arch/m68k/include/uapi/asm/unistd.h | 1 +
>   arch/m68k/kernel/syscalltable.S     | 1 +
>   3 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
> index f9d96bf869109c02..bafaff6dcd7bda8a 100644
> --- a/arch/m68k/include/asm/unistd.h
> +++ b/arch/m68k/include/asm/unistd.h
> @@ -4,7 +4,7 @@
>   #include <uapi/asm/unistd.h>
>
>
> -#define NR_syscalls		376
> +#define NR_syscalls		377
>
>   #define __ARCH_WANT_OLD_READDIR
>   #define __ARCH_WANT_OLD_STAT
> diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
> index 36cf129de663a7ca..0ca729665f29e9d6 100644
> --- a/arch/m68k/include/uapi/asm/unistd.h
> +++ b/arch/m68k/include/uapi/asm/unistd.h
> @@ -381,5 +381,6 @@
>   #define __NR_userfaultfd	373
>   #define __NR_membarrier		374
>   #define __NR_mlock2		375
> +#define __NR_copy_file_range	376
>
>   #endif /* _UAPI_ASM_M68K_UNISTD_H_ */
> diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
> index 282cd903f4c46919..8bb94261ff97d953 100644
> --- a/arch/m68k/kernel/syscalltable.S
> +++ b/arch/m68k/kernel/syscalltable.S
> @@ -396,3 +396,4 @@ ENTRY(sys_call_table)
>   	.long sys_userfaultfd
>   	.long sys_membarrier
>   	.long sys_mlock2		/* 375 */
> +	.long sys_copy_file_range
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] m68k: Wire up copy_file_range
  2016-01-23 10:05 ` Geert Uytterhoeven
  (?)
  (?)
@ 2016-01-24 11:45 ` Greg Ungerer
  -1 siblings, 0 replies; 4+ messages in thread
From: Greg Ungerer @ 2016-01-24 11:45 UTC (permalink / raw)
  To: Geert Uytterhoeven, linux-m68k; +Cc: linux-kernel


On 23/01/16 20:05, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Acked-by: Greg Ungerer <gerg@uclinux.org>


> ---
>   arch/m68k/include/asm/unistd.h      | 2 +-
>   arch/m68k/include/uapi/asm/unistd.h | 1 +
>   arch/m68k/kernel/syscalltable.S     | 1 +
>   3 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/arch/m68k/include/asm/unistd.h b/arch/m68k/include/asm/unistd.h
> index f9d96bf869109c02..bafaff6dcd7bda8a 100644
> --- a/arch/m68k/include/asm/unistd.h
> +++ b/arch/m68k/include/asm/unistd.h
> @@ -4,7 +4,7 @@
>   #include <uapi/asm/unistd.h>
>
>
> -#define NR_syscalls		376
> +#define NR_syscalls		377
>
>   #define __ARCH_WANT_OLD_READDIR
>   #define __ARCH_WANT_OLD_STAT
> diff --git a/arch/m68k/include/uapi/asm/unistd.h b/arch/m68k/include/uapi/asm/unistd.h
> index 36cf129de663a7ca..0ca729665f29e9d6 100644
> --- a/arch/m68k/include/uapi/asm/unistd.h
> +++ b/arch/m68k/include/uapi/asm/unistd.h
> @@ -381,5 +381,6 @@
>   #define __NR_userfaultfd	373
>   #define __NR_membarrier		374
>   #define __NR_mlock2		375
> +#define __NR_copy_file_range	376
>
>   #endif /* _UAPI_ASM_M68K_UNISTD_H_ */
> diff --git a/arch/m68k/kernel/syscalltable.S b/arch/m68k/kernel/syscalltable.S
> index 282cd903f4c46919..8bb94261ff97d953 100644
> --- a/arch/m68k/kernel/syscalltable.S
> +++ b/arch/m68k/kernel/syscalltable.S
> @@ -396,3 +396,4 @@ ENTRY(sys_call_table)
>   	.long sys_userfaultfd
>   	.long sys_membarrier
>   	.long sys_mlock2		/* 375 */
> +	.long sys_copy_file_range
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-24 11:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-23 10:05 [PATCH] m68k: Wire up copy_file_range Geert Uytterhoeven
2016-01-23 10:05 ` Geert Uytterhoeven
2016-01-24 11:45 ` Greg Ungerer
2016-01-24 11:45 ` Greg Ungerer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.