diff mbox series

Linux: Add nds32 specific syscalls to syscall-names.list

Message ID 1561534595-2696-1-git-send-email-vincentc@andestech.com
State New
Headers show
Series Linux: Add nds32 specific syscalls to syscall-names.list | expand

Commit Message

Vincent Chen June 26, 2019, 7:36 a.m. UTC
The nds32 creates two specific syscalls, udftrap and fp_udfiex_crtl, in
kernel v5.0 and v5.2, respectively. Add these two syscalls to
syscall-names.list.
---
 ChangeLog                                  | 5 +++++
 sysdeps/unix/sysv/linux/syscall-names.list | 2 ++
 2 files changed, 7 insertions(+)

Comments

Florian Weimer June 26, 2019, 7:56 a.m. UTC | #1
* Vincent Chen:

> The nds32 creates two specific syscalls, udftrap and fp_udfiex_crtl, in
> kernel v5.0 and v5.2, respectively. Add these two syscalls to
> syscall-names.list.
> ---
>  ChangeLog                                  | 5 +++++
>  sysdeps/unix/sysv/linux/syscall-names.list | 2 ++
>  2 files changed, 7 insertions(+)
>
> diff --git a/ChangeLog b/ChangeLog
> index 7b7bccd..5f87187 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2019-06-26  Vincentc Chen  <vincentc@andestech.com>

I'm sorry, but is your preferred spelling really “Vincentc”?  You use
“Vincent” in your email address.

The change itself looks to me.  I can push it for you.

Thanks,
Florian
Vincent Chen June 26, 2019, 8:02 a.m. UTC | #2
On Wed, Jun 26, 2019 at 03:56:09PM +0800, Florian Weimer wrote:
> * Vincent Chen:
> 
> > The nds32 creates two specific syscalls, udftrap and fp_udfiex_crtl, in
> > kernel v5.0 and v5.2, respectively. Add these two syscalls to
> > syscall-names.list.
> > ---
> >  ChangeLog                                  | 5 +++++
> >  sysdeps/unix/sysv/linux/syscall-names.list | 2 ++
> >  2 files changed, 7 insertions(+)
> >
> > diff --git a/ChangeLog b/ChangeLog
> > index 7b7bccd..5f87187 100644
> > --- a/ChangeLog
> > +++ b/ChangeLog
> > @@ -1,3 +1,8 @@
> > +2019-06-26  Vincentc Chen  <vincentc@andestech.com>
> 
> I'm sorry, but is your preferred spelling really "Vincentc"  You use
> "Vincent" in your email address.
>
Sorry, "Vincentc" is a typo. Thanks for your reminder.
I will resend a patch to correct it.
 
> The change itself looks to me.  I can push it for you.

Thank you.


Regards,
Vincent
diff mbox series

Patch

diff --git a/ChangeLog b/ChangeLog
index 7b7bccd..5f87187 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@ 
+2019-06-26  Vincentc Chen  <vincentc@andestech.com>
+
+	* sysdeps/unix/sysv/linux/syscall-names.list: Add nds32
+	specific system calls, fp_udfiex_crtl and udftrap.
+
 2019-06-25  Stefan Liebler  <stli@linux.ibm.com>
 
 	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index ae8adab..95aa3ec 100644
--- a/sysdeps/unix/sysv/linux/syscall-names.list
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
@@ -121,6 +121,7 @@  finit_module
 flistxattr
 flock
 fork
+fp_udfiex_crtl
 free_hugepages
 fremovexattr
 fsetxattr
@@ -603,6 +604,7 @@  tkill
 truncate
 truncate64
 tuxcall
+udftrap
 ugetrlimit
 ulimit
 umask