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_check_gcc/master-arm in repository toolchain/ci/glibc.
from d275970ab5 stdlib: Reflow and sort most variable assignments adds 535e935a28 Replace {u}int_fast{16|32} with {u}int32_t adds 2376944b9e S390: Add new s390 platform z16. adds 404656009b nptl: Handle spurious EINTR when thread cancellation is disa [...]
No new revisions were added by this update.
Summary of changes: elf/Makefile | 8 ++ elf/dl-load.c | 2 +- elf/dl-lookup.c | 12 +- elf/dl-machine-reject-phdr.h | 2 +- elf/dl-profile.c | 2 +- elf/setup-vdso.h | 2 +- elf/tst-glibc-hwcaps-cache.script | 6 + hurd/hurdselect.c | 2 +- iconv/gconv_simple.c | 4 +- iconv/gconv_trans.c | 10 +- iconvdata/cp932.c | 2 +- iconvdata/johab.c | 6 +- iconvdata/sjis.c | 2 +- locale/elem-hash.h | 2 +- locale/weight.h | 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 +- posix/regex_internal.h | 2 +- resolv/nss_dns/dns-canon.c | 2 +- string/strcoll_l.c | 2 +- string/strxfrm_l.c | 8 +- sysdeps/mips/dl-machine-reject-phdr.h | 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/dl-sysdep.c | 2 +- 42 files changed, 577 insertions(+), 135 deletions(-) create mode 100644 sysdeps/pthread/tst-cancel29.c