public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Update kernel version in syscall-names.list to 4.16
@ 2018-04-03 21:40 Joseph Myers
  2018-04-04 11:28 ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: Joseph Myers @ 2018-04-03 21:40 UTC (permalink / raw)
  To: libc-alpha

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 with build-many-glibcs.py.

2018-04-03  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
	version to 4.16.

diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
index ffbc5f9..fab3ff2 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

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update kernel version in syscall-names.list to 4.16
  2018-04-03 21:40 Update kernel version in syscall-names.list to 4.16 Joseph Myers
@ 2018-04-04 11:28 ` Dmitry V. Levin
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2018-04-04 11:28 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 270 bytes --]

On Tue, Apr 03, 2018 at 09:40:46PM +0000, Joseph Myers wrote:
> Linux 4.16 does not add any new syscalls;

Yes, this is the case.

> this patch updates the
> version number in syscall-names.list to reflect that it's still
> current for 4.16.

OK


-- 
ldv

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update kernel version in syscall-names.list to 4.16
  2018-04-12 19:47   ` DJ Delorie
@ 2018-04-12 20:34     ` Dmitry V. Levin
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry V. Levin @ 2018-04-12 20:34 UTC (permalink / raw)
  To: DJ Delorie; +Cc: Carlos O'Donell, libc-alpha

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

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


-- 
ldv

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update kernel version in syscall-names.list to 4.16
  2018-04-12 19:42 ` Carlos O'Donell
@ 2018-04-12 19:47   ` DJ Delorie
  2018-04-12 20:34     ` Dmitry V. Levin
  0 siblings, 1 reply; 6+ messages in thread
From: DJ Delorie @ 2018-04-12 19:47 UTC (permalink / raw)
  To: Carlos O'Donell; +Cc: libc-alpha

"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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Update kernel version in syscall-names.list to 4.16
  2018-04-12 19:24 DJ Delorie
@ 2018-04-12 19:42 ` Carlos O'Donell
  2018-04-12 19:47   ` DJ Delorie
  0 siblings, 1 reply; 6+ messages in thread
From: Carlos O'Donell @ 2018-04-12 19:42 UTC (permalink / raw)
  To: DJ Delorie, libc-alpha

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
> 


-- 
Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Update kernel version in syscall-names.list to 4.16
@ 2018-04-12 19:24 DJ Delorie
  2018-04-12 19:42 ` Carlos O'Donell
  0 siblings, 1 reply; 6+ messages in thread
From: DJ Delorie @ 2018-04-12 19:24 UTC (permalink / raw)
  To: libc-alpha


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.

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-04-12 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 21:40 Update kernel version in syscall-names.list to 4.16 Joseph Myers
2018-04-04 11:28 ` Dmitry V. Levin
2018-04-12 19:24 DJ Delorie
2018-04-12 19:42 ` Carlos O'Donell
2018-04-12 19:47   ` DJ Delorie
2018-04-12 20:34     ` Dmitry V. Levin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).