This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2412deae1a Open master branch for glibc 2.38 development new ff9ffc805f linux: Do not reset signal handler in posix_spawn if it is a [...] new 2fe58919a0 linux: Extend internal clone3 documentation new 2290cf73cc Linux: Do not align the stack for __clone3 new 2053c11331 linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn new 1e442efd57 aarch64: Add the clone3 wrapper new 98f9435f33 Linux: optimize clone3 internal usage
The 6 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/clone_internal.h | 37 ++++- posix/Makefile | 3 +- posix/tst-spawn7.c | 179 +++++++++++++++++++++ sysdeps/unix/sysv/linux/Makefile | 3 +- .../unix/sysv/linux/aarch64/{clone.S => clone3.S} | 69 ++++---- sysdeps/unix/sysv/linux/aarch64/sysdep.h | 2 + sysdeps/unix/sysv/linux/clone-internal.c | 59 +++++-- sysdeps/unix/sysv/linux/clone3.h | 15 +- sysdeps/unix/sysv/linux/kernel-features.h | 9 ++ sysdeps/unix/sysv/linux/spawni.c | 33 ++-- .../unix/sysv/linux/tst-misalign-clone-internal.c | 74 --------- sysdeps/unix/sysv/linux/x86_64/clone3.S | 3 - 12 files changed, 332 insertions(+), 154 deletions(-) create mode 100644 posix/tst-spawn7.c copy sysdeps/unix/sysv/linux/aarch64/{clone.S => clone3.S} (55%) delete mode 100644 sysdeps/unix/sysv/linux/tst-misalign-clone-internal.c