This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 932329a513 Use MPFR 4.0.2 in build-many-glibcs.py. new 5fc9ed4c40 nptl: Fix pthread_rwlock_try*lock stalls (Bug 23844)
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 | 17 + nptl/Makefile | 3 +- nptl/pthread_rwlock_tryrdlock.c | 25 +- nptl/pthread_rwlock_trywrlock.c | 9 +- nptl/tst-rwlock-tryrdlock-stall.c | 355 +++++++++++++++++++++ nptl/tst-rwlock-trywrlock-stall.c | 108 +++++++ support/Makefile | 1 + .../xpthread_rwlock_destroy.c | 12 +- support/xthread.h | 1 + 9 files changed, 517 insertions(+), 14 deletions(-) create mode 100644 nptl/tst-rwlock-tryrdlock-stall.c create mode 100644 nptl/tst-rwlock-trywrlock-stall.c copy sysdeps/x86_64/x32/tst-size_t-wcsncmp.c => support/xpthread_rwlock_destroy.c (76%)