Re: [PATCH 12/21] ARC: Update syscall-names.list for ARC specific syscalls

2018-12-19 Thread Florian Weimer
* Vineet Gupta: > On 12/18/18 1:26 PM, Florian Weimer wrote: >> This should come in with a sync with a released upstream kernel. Will >> the port be in Linux 4.20? > > linux port was upstreamed in 2013 in v3.9 Ah, right, we add system calls to the lists only for our ports. Thanks, Florian

Re: [PATCH 12/21] ARC: Update syscall-names.list for ARC specific syscalls

2018-12-18 Thread Vineet Gupta
On 12/18/18 1:26 PM, Florian Weimer wrote: > This should come in with a sync with a released upstream kernel. Will > the port be in Linux 4.20? linux port was upstreamed in 2013 in v3.9 -Vineet ___ linux-snps-arc mailing list linux-snps-arc@lists.infr

Re: [PATCH 12/21] ARC: Update syscall-names.list for ARC specific syscalls

2018-12-18 Thread Florian Weimer
* Vineet Gupta: > diff --git a/sysdeps/unix/sysv/linux/syscall-names.list > b/sysdeps/unix/sysv/linux/syscall-names.list > index f88001c9c38d..62862010600f 100644 > --- a/sysdeps/unix/sysv/linux/syscall-names.list > +++ b/sysdeps/unix/sysv/linux/syscall-names.list > @@ -42,6 +42,9 @@ adjtimex >

[PATCH 12/21] ARC: Update syscall-names.list for ARC specific syscalls

2018-12-18 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- ChangeLog | 1 + sysdeps/unix/sysv/linux/syscall-names.list | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4182e89ccbb3..3735df67a3b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -91,6 +91,7 @@