This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 01d34e934a Add C2X _PRINTF_NAN_LEN_MAX new dd5adb515c Linux: Add FUTEX_LOCK_PI2 new 8352b6df37 nptl: Use FUTEX_LOCK_PI2 when available new 9cba3fa34b support: Add support_mutex_pi_monotonic new 2313ab153d nptl: Add CLOCK_MONOTONIC support for PI mutexes
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: nptl/futex-internal.c | 63 ++++++++++++++++++++++ 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/xthread.h | 4 ++ sysdeps/nptl/futex-internal.h | 58 ++------------------ sysdeps/nptl/lowlevellock-futex.h | 1 + sysdeps/pthread/tst-mutex5.c | 23 +++++--- sysdeps/pthread/tst-mutex9.c | 20 ++++--- sysdeps/unix/sysv/linux/kernel-features.h | 8 +++ 12 files changed, 154 insertions(+), 103 deletions(-) copy support/{xpthread_attr_setaffinity_np.c => support_mutex_pi_monotonic.c} (70%)