This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_build/release-aarch64 in repository toolchain/ci/glibc.
from db03235895 NEWS: Move PLT tracking slowdown to glibc 2.35. adds cc9a4a664f elf: Fix memory leak in _dl_find_object_update (bug 29062) adds 6583d53445 S390: Add new s390 platform z16. adds ba9c42ac0e nptl: Handle spurious EINTR when thread cancellation is disa [...] new bd415684df hurd: Fix arbitrary error code new 8e8d46d598 mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
The 2 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: NEWS | 5 + elf/Makefile | 8 + elf/dl-find_object.c | 5 +- elf/tst-glibc-hwcaps-cache.script | 6 + manual/process.texi | 3 +- nptl/allocatestack.c | 2 - nptl/cancellation.c | 50 ++++-- nptl/cleanup_defer.c | 42 ++++- nptl/descr.h | 41 +++-- nptl/libc-cleanup.c | 39 ++++- nptl/pthread_cancel.c | 110 +++++++++---- nptl/pthread_join_common.c | 7 +- nptl/pthread_setcancelstate.c | 26 ++- nptl/pthread_setcanceltype.c | 31 +++- nptl/pthread_testcancel.c | 9 +- nss/nss_test_errno.c | 2 +- sysdeps/nptl/dl-tls_init_tp.c | 3 - sysdeps/nptl/pthreadP.h | 2 +- sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-cancel29.c | 207 ++++++++++++++++++++++++ sysdeps/s390/dl-procinfo.c | 5 +- sysdeps/s390/dl-procinfo.h | 2 +- sysdeps/s390/s390-64/Makefile | 25 ++- sysdeps/s390/s390-64/dl-hwcap-check.h | 6 +- sysdeps/s390/s390-64/dl-hwcaps-subdirs.c | 11 +- sysdeps/s390/s390-64/tst-glibc-hwcaps.c | 8 +- sysdeps/unix/sysv/linux/mips/bits/struct_stat.h | 38 +++-- 27 files changed, 575 insertions(+), 119 deletions(-) create mode 100644 sysdeps/pthread/tst-cancel29.c