This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.31/master in repository glibc.
from de371d1581 Fix build with GCC 10 when long double = double. new 04330f8526 x32: Properly pass long to syscall [BZ #25810] new 496b5963a7 Add SYSCALL_ULONG_ARG_[12] to pass long to syscall [BZ #25810] new 5b9d49293b Add a syscall test for [BZ #25810] new 63c3696a4a Mark unsigned long arguments with U in more syscalls [BZ #25810] new 9c5ae39a64 Add C wrappers for process_vm_readv/process_vm_writev [BZ #25810] new 7c9e054afd powerpc: Rename argN to _argN in LOADARGS_N [BZ #25902] new 18fdba553d 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 | 2 +- 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 +++-- .../sysv/linux/process_vm_readv.c} | 19 ++- .../sysv/linux/process_vm_writev.c} | 19 ++- 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, 443 insertions(+), 114 deletions(-) create mode 100644 misc/tst-syscalls.c copy sysdeps/unix/sysv/linux/{sparc/sparc32/sigreturn_stub.S => prctl.c} (50%) copy sysdeps/{powerpc/tst-cache-ppc.c => unix/sysv/linux/process_vm_readv.c} (66%) copy sysdeps/{powerpc/tst-cache-ppc.c => unix/sysv/linux/process_vm_writev.c} (66%)