arrfab / rpms / glibc

Forked from rpms/glibc 4 years ago
Clone

Blame SOURCES/glibc-rh1563747.patch

147e83
commit a700e7cb3799316e1b23879b4cf0891f5703acb1
147e83
Author: DJ Delorie <dj@delorie.com>
147e83
Date:   Thu Apr 12 15:25:50 2018 -0400
147e83
147e83
    Update kernel version in syscall-names.list to 4.16.
147e83
    
147e83
    Linux 4.16 does not add any new syscalls; this patch updates the
147e83
    version number in syscall-names.list to reflect that it's still
147e83
    current for 4.16.
147e83
    
147e83
    Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
147e83
    4.16).
147e83
    
147e83
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
147e83
    	version to 4.16.
147e83
147e83
commit 39f898c69205ea4dc3ca2e817f797df95d928347
147e83
Author: Joseph Myers <joseph@codesourcery.com>
147e83
Date:   Thu Feb 1 21:10:04 2018 +0000
147e83
147e83
    Update syscall-names.list for 4.15.
147e83
    
147e83
    This patch updates sysdeps/unix/sysv/linux/syscall-names.list for
147e83
    Linux 4.15.  There only appears to be one new syscall to add to the
147e83
    list.  (The riscv_flush_icache syscall is *not* added because for
147e83
    whatever reason it doesn't appear in the uapi asm/unistd.h; only in
147e83
    arch/riscv/include/uapi/asm/syscalls.h, which is only included by the
147e83
    non-uapi asm/unistd.h - and only syscalls whose __NR_* macros are
147e83
    defined in the uapi asm/unistd.h are relevant for this list.)
147e83
    
147e83
    Tested for x86_64, and with build-many-glibcs.py.
147e83
    
147e83
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
147e83
    	version to 4.15.
147e83
    	(s390_sthyi): New syscall.
147e83
147e83
commit f97773d1e7cf65bbbfd8fa173096eb6144d9e47e
147e83
Author: Joseph Myers <joseph@codesourcery.com>  2017-11-16 12:51:54
147e83
Date:   Thu Nov 16 17:51:54 2017 +0000
147e83
147e83
    Update kernel version in syscall-names.list to 4.14.
147e83
    
147e83
    Linux 4.14 does not add any new syscalls; this patch updates the
147e83
    version number in syscall-names.list to reflect that it's still
147e83
    current for 4.14.
147e83
    
147e83
    Tested for x86_64 (compilation with build-many-glibcs.py, using Linux
147e83
    4.14).
147e83
    
147e83
    	* sysdeps/unix/sysv/linux/syscall-names.list: Update kernel
147e83
    	version to 4.14.
147e83
147e83
diff -rup a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
147e83
--- a/sysdeps/unix/sysv/linux/syscall-names.list	2018-04-13 16:38:10.000000000 -0400
147e83
+++ b/sysdeps/unix/sysv/linux/syscall-names.list	2018-04-13 17:39:37.282289761 -0400
147e83
@@ -1,5 +1,5 @@
147e83
 # List of all known Linux system calls.
147e83
-# Copyright (C) 2017 Free Software Foundation, Inc.
147e83
+# Copyright (C) 2017-2018 Free Software Foundation, Inc.
147e83
 # This file is part of the GNU C Library.
147e83
 #
147e83
 # The GNU C Library is free software; you can redistribute it and/or
147e83
@@ -22,8 +22,8 @@
147e83
 # names are only used if the installed kernel headers also provide
147e83
 # them.
147e83
 
147e83
-# The list of system calls is current as of Linux 4.13.
147e83
-kernel 4.13
147e83
+# The list of system calls is current as of Linux 4.16.
147e83
+kernel 4.16
147e83
 
147e83
 FAST_atomic_update
147e83
 FAST_cmpxchg
147e83
@@ -444,6 +444,7 @@ s390_guarded_storage
147e83
 s390_pci_mmio_read
147e83
 s390_pci_mmio_write
147e83
 s390_runtime_instr
147e83
+s390_sthyi
147e83
 sched_get_affinity
147e83
 sched_get_priority_max
147e83
 sched_get_priority_min