Update kernel version in syscall-names.list to 4.16
Commit Message
Linux 4.16 does not add any new syscalls; this patch updates the
version number in syscall-names.list to reflect that it's still
current for 4.16.
Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
4.16).
2018-04-12 DJ Delorie <dj@redhat.com>
* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
version to 4.16.
Comments
On 04/12/2018 02:24 PM, DJ Delorie wrote:
> Linux 4.16 does not add any new syscalls; this patch updates the
> version number in syscall-names.list to reflect that it's still
> current for 4.16.
>
> Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
> 4.16).
>
> 2018-04-12 DJ Delorie <dj@redhat.com>
>
> * sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
> version to 4.16.
OK to commit if you reviewed the results across all arches from
build-many-glibcs.py and verified no new syscalls were detected?
Thanks for updating this.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
> diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
> index ffbc5f97e9..fab3ff2328 100644
> --- a/sysdeps/unix/sysv/linux/syscall-names.list
> +++ b/sysdeps/unix/sysv/linux/syscall-names.list
> @@ -22,8 +22,8 @@
> # names are only used if the installed kernel headers also provide
> # them.
>
> -# The list of system calls is current as of Linux 4.15.
> -kernel 4.15
> +# The list of system calls is current as of Linux 4.16.
> +kernel 4.16
>
> FAST_atomic_update
> FAST_cmpxchg
>
On Thu, Apr 12, 2018 at 03:47:33PM -0400, DJ Delorie wrote:
> "Carlos O'Donell" <carlos@redhat.com> writes:
> > OK to commit if you reviewed the results across all arches from
> > build-many-glibcs.py and verified no new syscalls were detected?
>
> I did, yes.
See also
https://sourceware.org/ml/libc-alpha/2018-04/msg00110.html
@@ -22,8 +22,8 @@
# names are only used if the installed kernel headers also provide
# them.
-# The list of system calls is current as of Linux 4.15.
-kernel 4.15
+# The list of system calls is current as of Linux 4.16.
+kernel 4.16
FAST_atomic_update
FAST_cmpxchg