This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Oz in repository toolchain/ci/glibc.
from f2413f2710 x86-64: Use testl to check __x86_string_control adds 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) new 3fc51f35b4 iconvconfig: Fix behaviour with --prefix [BZ #28199]
The 4 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 + iconv/gconv_conf.c | 2 +- iconv/gconv_parseconfdir.h | 22 ++-- iconv/iconvconfig.c | 16 ++- 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 +++++++++++++++++++++ sysdeps/unix/sysv/linux/mips/fxstat.c | 4 +- sysdeps/unix/sysv/linux/mips/lxstat.c | 4 +- sysdeps/unix/sysv/linux/mips/xstat.c | 4 +- 21 files changed, 440 insertions(+), 151 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