This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.38/master in repository glibc.
from 5a6276d97a Fix error reporting (false negatives) in SGID tests new 1a0d73a625 pthreads NPTL: lost wakeup fix 2 new b5c4727e59 nptl: Update comments and indentation for new condvar implem [...] new 1fa5e51897 nptl: Remove unnecessary catch-all-wake in condvar group switch new 44eaf0615d nptl: Remove unnecessary quadruple check in pthread_cond_wait new 7625579f11 nptl: Remove g_refs from condition variables new 6bac834c5a nptl: Use a single loop in pthread_cond_wait instaed of a ne [...] new 5765653697 nptl: Fix indentation new 8899e89b29 nptl: rename __condvar_quiesce_and_switch_g1 new 39a80f4035 nptl: Use all of g1_start and g_signals new 51210d6496 nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 v [...] new 879f0ee122 malloc: add indirection for malloc(-like) functions in tests [...] new a637f2c42f malloc: obscure calloc use in tst-calloc new 21019afe65 malloc: cleanup casts in tst-calloc
The 13 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: malloc/tst-aligned-alloc.c | 2 + malloc/tst-calloc.c | 12 +- malloc/tst-compathooks-off.c | 2 + malloc/{tst-interpose-aux.h => tst-malloc-aux.h} | 29 ++- malloc/tst-malloc-check.c | 2 + malloc/tst-malloc-too-large.c | 1 + malloc/tst-malloc.c | 2 + malloc/tst-realloc.c | 2 + 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 +- support/support.h | 2 +- sysdeps/nptl/bits/thread-shared-types.h | 5 +- sysdeps/nptl/pthread.h | 2 +- test-skeleton.c | 1 - 17 files changed, 141 insertions(+), 347 deletions(-) copy malloc/{tst-interpose-aux.h => tst-malloc-aux.h} (51%)