This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.34/master in repository glibc.
from 52d0119743 MIPS: Setup errno for {f,l,}xstat new addc9d62d6 support: Add support_wait_for_thread_exit new 3abf3bd4ed nptl: pthread_kill, pthread_cancel should not fail after exi [...] new a8ac8c4725 nptl: Fix race between pthread_kill and thread exit (bug 12889)
The 3 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 + nptl/allocatestack.c | 3 + nptl/descr.h | 6 + nptl/pthread_cancel.c | 9 +- nptl/pthread_create.c | 14 +++ nptl/pthread_kill.c | 60 ++++++---- support/Makefile | 3 +- support/support.h | 4 + support/support_wait_for_thread_exit.c | 72 ++++++++++++ sysdeps/pthread/Makefile | 7 +- sysdeps/pthread/tst-kill4.c | 90 --------------- .../tst-pthread_cancel-exited.c} | 29 +++-- sysdeps/pthread/tst-pthread_cancel-select-loop.c | 87 +++++++++++++++ .../tst-pthread_kill-exited.c} | 30 +++-- sysdeps/pthread/tst-pthread_kill-exiting.c | 123 +++++++++++++++++++++ 15 files changed, 403 insertions(+), 136 deletions(-) create mode 100644 support/support_wait_for_thread_exit.c delete mode 100644 sysdeps/pthread/tst-kill4.c copy sysdeps/{unix/sysv/linux/tst-time-clobber.c => pthread/tst-pthread_cancel-exi [...] create mode 100644 sysdeps/pthread/tst-pthread_cancel-select-loop.c copy sysdeps/{unix/sysv/linux/tst-time-clobber.c => pthread/tst-pthread_kill-exite [...] create mode 100644 sysdeps/pthread/tst-pthread_kill-exiting.c