This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.40/master in repository glibc.
from d8a1a1aef7 x86: Detect Intel Diamond Rapids new 736e673505 pthreads NPTL: lost wakeup fix 2 new 88d999d840 nptl: Update comments and indentation for new condvar implem [...] new 136a29f9d0 nptl: Remove unnecessary catch-all-wake in condvar group switch new 2a259b6d77 nptl: Remove unnecessary quadruple check in pthread_cond_wait new a2465f4293 nptl: Remove g_refs from condition variables new fa110993a6 nptl: Use a single loop in pthread_cond_wait instaed of a ne [...] new afbf0d4685 nptl: Fix indentation new 2ad6949734 nptl: rename __condvar_quiesce_and_switch_g1 new 7f71824b80 nptl: Use all of g1_start and g_signals new 8d3dd23e3d nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...]
The 10 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/pthread_cond_broadcast.c | 8 +- nptl/pthread_cond_common.c | 109 +++---------- nptl/pthread_cond_signal.c | 19 ++- nptl/pthread_cond_wait.c | 278 +++++++------------------------- nptl/tst-cond22.c | 12 +- sysdeps/nptl/bits/thread-shared-types.h | 5 +- sysdeps/nptl/pthread.h | 2 +- 7 files changed, 101 insertions(+), 332 deletions(-)