This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from 6583d53445 S390: Add new s390 platform z16. new ba9c42ac0e nptl: Handle spurious EINTR when thread cancellation is disa [...]
The 1 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 | 2 + 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 +- sysdeps/nptl/dl-tls_init_tp.c | 3 - sysdeps/nptl/pthreadP.h | 2 +- sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-cancel29.c | 207 +++++++++++++++++++++++++++++++++++++++++ 16 files changed, 484 insertions(+), 91 deletions(-) create mode 100644 sysdeps/pthread/tst-cancel29.c