This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.30/master in repository glibc.
from 1c05b8f551 Add new file missed in previous hppa commit. new 7378e9c520 x32: Properly pass long to syscall [BZ #25810] new 6bd82f5fd0 Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810] new 618a86e09e Add a syscall test for [BZ #25810] new a604ee4a54 Mark unsigned long arguments with U in more syscalls [BZ #25810] new bc33a4d53c Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810] new 8e94ffe0f8 powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902] new c8e3101337 Add a C wrapper for prctl [BZ #25896]
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/sys/prctl.h | 1 + misc/Makefile | 3 +- misc/tst-syscalls.c | 167 +++++++++++++++++++++ sysdeps/unix/make-syscalls.sh | 24 +++ sysdeps/unix/syscall-template.S | 49 +++++- sysdeps/unix/syscalls.list | 22 +-- sysdeps/unix/sysv/linux/Makefile | 4 +- sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | 24 +-- sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 24 +-- .../{sparc/sparc32/sigreturn_stub.S => prctl.c} | 40 +++-- .../sigreturn_stub.S => process_vm_readv.c} | 30 ++-- .../sigreturn_stub.S => process_vm_writev.c} | 30 ++-- sysdeps/unix/sysv/linux/syscalls.list | 41 +++-- sysdeps/unix/sysv/linux/x86_64/sysdep.h | 86 ++++++++--- sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h | 35 +++++ 15 files changed, 450 insertions(+), 130 deletions(-) create mode 100644 misc/tst-syscalls.c copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => prctl.c} (50%) copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => process_vm_readv.c} (66%) copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => process_vm_writev. [...]