Blame SOURCES/glibc-rh1747465-5.patch
|
|
3cd4d4 |
commit 1f7097d09ce628878107ed30341cfc1eb3649a81
|
|
|
3cd4d4 |
Author: Florian Weimer <fweimer@redhat.com>
|
|
|
3cd4d4 |
Date: Fri Jul 19 08:53:04 2019 +0200
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
Linux: Update syscall-names.list to Linux 5.2
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
This adds the system call names fsconfig, fsmount, fsopen, fspick,
|
|
|
3cd4d4 |
move_mount, open_tree.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
Tested with build-many-glibcs.py.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
diff --git a/sysdeps/unix/sysv/linux/syscall-names.list b/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
3cd4d4 |
index 95aa3ec7a5..21bf37c627 100644
|
|
|
3cd4d4 |
--- a/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
3cd4d4 |
+++ b/sysdeps/unix/sysv/linux/syscall-names.list
|
|
|
3cd4d4 |
@@ -23,7 +23,7 @@
|
|
|
3cd4d4 |
# them.
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
# The list of system calls is current as of Linux 5.1.
|
|
|
3cd4d4 |
-kernel 5.1
|
|
|
3cd4d4 |
+kernel 5.2
|
|
|
3cd4d4 |
|
|
|
3cd4d4 |
FAST_atomic_update
|
|
|
3cd4d4 |
FAST_cmpxchg
|
|
|
3cd4d4 |
@@ -124,7 +124,11 @@ fork
|
|
|
3cd4d4 |
fp_udfiex_crtl
|
|
|
3cd4d4 |
free_hugepages
|
|
|
3cd4d4 |
fremovexattr
|
|
|
3cd4d4 |
+fsconfig
|
|
|
3cd4d4 |
fsetxattr
|
|
|
3cd4d4 |
+fsmount
|
|
|
3cd4d4 |
+fsopen
|
|
|
3cd4d4 |
+fspick
|
|
|
3cd4d4 |
fstat
|
|
|
3cd4d4 |
fstat64
|
|
|
3cd4d4 |
fstatat64
|
|
|
3cd4d4 |
@@ -248,6 +252,7 @@ mmap
|
|
|
3cd4d4 |
mmap2
|
|
|
3cd4d4 |
modify_ldt
|
|
|
3cd4d4 |
mount
|
|
|
3cd4d4 |
+move_mount
|
|
|
3cd4d4 |
move_pages
|
|
|
3cd4d4 |
mprotect
|
|
|
3cd4d4 |
mpx
|
|
|
3cd4d4 |
@@ -285,6 +290,7 @@ oldumount
|
|
|
3cd4d4 |
olduname
|
|
|
3cd4d4 |
open
|
|
|
3cd4d4 |
open_by_handle_at
|
|
|
3cd4d4 |
+open_tree
|
|
|
3cd4d4 |
openat
|
|
|
3cd4d4 |
osf_adjtime
|
|
|
3cd4d4 |
osf_afs_syscall
|