This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm in repository toolchain/ci/glibc.
from 01d34e934a Add C2X _PRINTF_NAN_LEN_MAX adds dd5adb515c Linux: Add FUTEX_LOCK_PI2 adds 8352b6df37 nptl: Use FUTEX_LOCK_PI2 when available adds 9cba3fa34b support: Add support_mutex_pi_monotonic adds 2313ab153d nptl: Add CLOCK_MONOTONIC support for PI mutexes adds 176c88f521 support: Add check for TID zero in support_wait_for_thread_exit adds eae81d7057 nptl: pthread_kill must send signals to a specific thread [B [...]
No new revisions were added by this update.
Summary of changes: nptl/futex-internal.c | 63 +++++++++++++++ nptl/pthread_kill.c | 4 +- nptl/pthread_mutex_lock.c | 3 +- nptl/pthread_mutex_timedlock.c | 10 +-- nptl/tst-mutexpi10.c | 42 ++++++---- support/Makefile | 1 + ...taffinity_np.c => support_mutex_pi_monotonic.c} | 24 +++--- support/support_wait_for_thread_exit.c | 5 +- support/xthread.h | 4 + sysdeps/nptl/futex-internal.h | 58 +------------- sysdeps/nptl/lowlevellock-futex.h | 1 + sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-mutex5.c | 23 ++++-- sysdeps/pthread/tst-mutex9.c | 20 +++-- sysdeps/pthread/tst-pthread-raise-blocked-self.c | 92 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/kernel-features.h | 8 ++ 16 files changed, 252 insertions(+), 107 deletions(-) copy support/{xpthread_attr_setaffinity_np.c => support_mutex_pi_monotonic.c} (70%) create mode 100644 sysdeps/pthread/tst-pthread-raise-blocked-self.c