Re: [PATCH] syscalls: Update the syscall #defines to match uapi

2019-08-13 Thread Alistair Francis
On Tue, Aug 13, 2019 at 12:41 PM Arnd Bergmann wrote: > > On Tue, Aug 13, 2019 at 9:01 PM Alistair Francis wrote: > > On Mon, Aug 12, 2019 at 2:49 AM Arnd Bergmann wrote: > > > > > diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h > > > > index 2bcef4c70183..e4bf5e480d60 100644 >

Re: [PATCH] syscalls: Update the syscall #defines to match uapi

2019-08-13 Thread Arnd Bergmann
On Tue, Aug 13, 2019 at 9:01 PM Alistair Francis wrote: > On Mon, Aug 12, 2019 at 2:49 AM Arnd Bergmann wrote: > > > diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h > > > index 2bcef4c70183..e4bf5e480d60 100644 > > > --- a/include/linux/syscalls.h > > > +++ b/include/linux/sysca

Re: [PATCH] syscalls: Update the syscall #defines to match uapi

2019-08-13 Thread Alistair Francis
On Mon, Aug 12, 2019 at 2:49 AM Arnd Bergmann wrote: > > On Sat, Aug 10, 2019 at 3:11 AM Alistair Francis > wrote: > > > > Update the #defines around sys_fstat64() and sys_fstatat64() to match > > the #defines around the __NR3264_fstatat and __NR3264_fstat definitions > > in include/uapi/asm-gene

Re: [PATCH] syscalls: Update the syscall #defines to match uapi

2019-08-12 Thread Arnd Bergmann
On Sat, Aug 10, 2019 at 3:11 AM Alistair Francis wrote: > > Update the #defines around sys_fstat64() and sys_fstatat64() to match > the #defines around the __NR3264_fstatat and __NR3264_fstat definitions > in include/uapi/asm-generic/unistd.h. This avoids compiler failures if > one is defined. Wh

Re: [PATCH] syscalls: Update the syscall #defines to match uapi

2019-08-11 Thread Alistair Francis
On Sun, Aug 11, 2019 at 5:00 PM Andy Lutomirski wrote: > > On Fri, Aug 9, 2019 at 6:11 PM Alistair Francis > wrote: > > > > Update the #defines around sys_fstat64() and sys_fstatat64() to match > > the #defines around the __NR3264_fstatat and __NR3264_fstat definitions > > in include/uapi/asm-gen

Re: [PATCH] syscalls: Update the syscall #defines to match uapi

2019-08-11 Thread Andy Lutomirski
On Fri, Aug 9, 2019 at 6:11 PM Alistair Francis wrote: > > Update the #defines around sys_fstat64() and sys_fstatat64() to match > the #defines around the __NR3264_fstatat and __NR3264_fstat definitions > in include/uapi/asm-generic/unistd.h. This avoids compiler failures if > one is defined. Wha

[PATCH] syscalls: Update the syscall #defines to match uapi

2019-08-09 Thread Alistair Francis
Update the #defines around sys_fstat64() and sys_fstatat64() to match the #defines around the __NR3264_fstatat and __NR3264_fstat definitions in include/uapi/asm-generic/unistd.h. This avoids compiler failures if one is defined. Signed-off-by: Alistair Francis --- include/linux/syscalls.h | 2 +-