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/master-aarch64 in repository toolchain/ci/glibc.
from abd383584b Add narrowing square root functions adds 3886eaff9d benchtests: Enable scripts/plot_strings.py to read stdin adds 2fd36391be benchtests: Remove redundant assert.h new 8af8456004 nptl: pthread_kill, pthread_cancel should not fail after exi [...] new 526c3cf11e nptl: Fix race between pthread_kill and thread exit (bug 12889)
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: benchtests/bench-memset-large.c | 1 - benchtests/bench-memset-walk.c | 1 - benchtests/scripts/plot_strings.py | 11 +- nptl/allocatestack.c | 3 + nptl/descr.h | 6 + nptl/pthread_cancel.c | 9 +- nptl/pthread_create.c | 14 +++ nptl/pthread_kill.c | 60 ++++++---- sysdeps/pthread/Makefile | 7 +- sysdeps/pthread/tst-kill4.c | 89 --------------- .../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 +++++++++++++++++++++ 14 files changed, 331 insertions(+), 139 deletions(-) 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