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-aarch64 in repository toolchain/ci/glibc.
from a43c0b5483 x86-64: Create microbenchmark infrastructure for libmvec adds 8bd336a00a nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond [...] adds f1d333b5bf elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres adds f1bcfde3a7 malloc: Fix malloc debug for 2.35 onwards new bdeb7a8fa9 Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.h
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: .../atomic_wide_counter.h | 30 +-- elf/Makefile | 2 +- elf/{dl-diagnostics-cpu.c => dl-libc_freeres.c} | 6 +- elf/rtld.c | 1 + include/atomic_wide_counter.h | 89 +++++++++ include/bits/atomic_wide_counter.h | 1 + malloc/malloc-debug.c | 2 - malloc/set-freeres.c | 5 + misc/Makefile | 3 +- misc/atomic_wide_counter.c | 127 +++++++++++++ nptl/Makefile | 13 +- nptl/pthread_cond_common.c | 204 ++++----------------- nptl/tst-cond22.c | 14 +- sysdeps/generic/ldsodefs.h | 7 + sysdeps/nptl/bits/thread-shared-types.h | 22 +-- sysdeps/unix/sysv/linux/bits/socket.h | 4 +- 16 files changed, 310 insertions(+), 220 deletions(-) copy elf/tst-nodelete-dlclose.c => bits/atomic_wide_counter.h (61%) copy elf/{dl-diagnostics-cpu.c => dl-libc_freeres.c} (87%) create mode 100644 include/atomic_wide_counter.h create mode 100644 include/bits/atomic_wide_counter.h create mode 100644 misc/atomic_wide_counter.c