diff mbox

[PULL,09/14] linux-user: Update m68k syscall definitions to match Linux 4.6

Message ID 20170216142227.27448-10-laurent@vivier.eu (mailing list archive)
State New, archived
Headers show

Commit Message

Laurent Vivier Feb. 16, 2017, 2:22 p.m. UTC
From: Adrian Glaubitz <glaubitz@physik.fu-berlin.de>

Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20170116224915.19430-2-glaubitz@physik.fu-berlin.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
---
 linux-user/m68k/syscall_nr.h | 3 +++
 1 file changed, 3 insertions(+)

Comments

John Paul Adrian Glaubitz Feb. 16, 2017, 2:24 p.m. UTC | #1
Patchwork has cut off my name again!

Could you please override that?

It's "John Paul Adrian Glaubitz".

Thanks!

> On Feb 16, 2017, at 3:22 PM, Laurent Vivier <laurent@vivier.eu> wrote:
> 
> From: Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
> 
> Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
> Message-Id: <20170116224915.19430-2-glaubitz@physik.fu-berlin.de>
> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
> ---
> linux-user/m68k/syscall_nr.h | 3 +++
> 1 file changed, 3 insertions(+)
> 
> diff --git a/linux-user/m68k/syscall_nr.h b/linux-user/m68k/syscall_nr.h
> index 4b50fb2..d239551 100644
> --- a/linux-user/m68k/syscall_nr.h
> +++ b/linux-user/m68k/syscall_nr.h
> @@ -376,3 +376,6 @@
> #define TARGET_NR_userfaultfd           373
> #define TARGET_NR_membarrier            374
> #define TARGET_NR_mlock2                375
> +#define TARGET_NR_copy_file_range       376
> +#define TARGET_NR_preadv2               377
> +#define TARGET_NR_pwritev2              378
> -- 
> 2.9.3
Laurent Vivier Feb. 16, 2017, 2:27 p.m. UTC | #2
Le 16/02/2017 à 15:24, John Paul Adrian Glaubitz a écrit :
> Patchwork has cut off my name again!
> 
> Could you please override that?
> 
> It's "John Paul Adrian Glaubitz".

Ok, I'm going to send a v2 with your name corrected.

Laurent
diff mbox

Patch

diff --git a/linux-user/m68k/syscall_nr.h b/linux-user/m68k/syscall_nr.h
index 4b50fb2..d239551 100644
--- a/linux-user/m68k/syscall_nr.h
+++ b/linux-user/m68k/syscall_nr.h
@@ -376,3 +376,6 @@ 
 #define TARGET_NR_userfaultfd           373
 #define TARGET_NR_membarrier            374
 #define TARGET_NR_mlock2                375
+#define TARGET_NR_copy_file_range       376
+#define TARGET_NR_preadv2               377
+#define TARGET_NR_pwritev2              378