This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/gnu-release-arm-spec2k6-Os in repository toolchain/ci/glibc.
from 85224b0290 NEWS: Mention bug 24112. adds a9f60b1571 Add compiler barriers around modifications of the robust mut [...] adds 60f8062425 nptl: Avoid fork handler lock for async-signal-safe fork [BZ [...] adds e8c13d5f7a nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844) adds 384113d1c0 RISC-V: Fix elfutils testsuite unwind failures. new e5366c12d0 powerpc: Only enable TLE with PPC_FEATURE2_HTM_NOSC
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: ChangeLog | 67 ++++ NEWS | 14 + elf/Makefile | 2 +- elf/tst-unwind-main.c | 28 +- nptl/Makefile | 6 +- nptl/pthread_mutex_trylock.c | 57 +++- nptl/pthread_rwlock_tryrdlock.c | 25 +- nptl/pthread_rwlock_trywrlock.c | 9 +- nptl/register-atfork.c | 8 +- nptl/tst-rwlock-tryrdlock-stall.c | 355 +++++++++++++++++++++ nptl/tst-rwlock-trywrlock-stall.c | 108 +++++++ nptl/tst-unwind-thread.c | 2 + support/Makefile | 1 + .../xpthread_rwlock_destroy.c | 12 +- support/xthread.h | 1 + sysdeps/nptl/fork.c | 6 +- sysdeps/nptl/fork.h | 8 +- sysdeps/powerpc/nptl/tcb-offsets.sym | 1 - sysdeps/powerpc/nptl/tls.h | 13 +- sysdeps/powerpc/powerpc32/sysdep.h | 17 - sysdeps/powerpc/powerpc64/sysdep.h | 17 - sysdeps/powerpc/sysdep.h | 20 -- sysdeps/unix/sysv/linux/powerpc/elision-conf.c | 20 ++ sysdeps/unix/sysv/linux/powerpc/not-errno.h | 30 -- sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | 1 - sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | 1 - sysdeps/unix/sysv/linux/powerpc/syscall.S | 1 - sysdeps/unix/sysv/linux/riscv/clone.S | 5 + 28 files changed, 704 insertions(+), 131 deletions(-) create mode 100644 nptl/tst-rwlock-tryrdlock-stall.c create mode 100644 nptl/tst-rwlock-trywrlock-stall.c create mode 100644 nptl/tst-unwind-thread.c copy sysdeps/x86_64/x32/tst-size_t-wcsncmp.c => support/xpthread_rwlock_destroy.c (76%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/not-errno.h