This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-master-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from b4bbedb1e7 dso-ordering-test.py: Put all sources in one directory [BZ #28550] adds 1f67d8286b elf: Use a temporary file to generate Makefile fragments [BZ [...] adds d8c2e8e043 elf: hidden visibility for __minimal_malloc functions adds 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 adds bdeb7a8fa9 Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.h adds ed3ce71f5c elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespac [...]
No new revisions were added by this update.
Summary of changes: bits/atomic_wide_counter.h | 35 +++ elf/Makefile | 21 +- elf/dl-libc_freeres.c | 24 ++ elf/dl-load.c | 74 ++--- elf/dl-minimal-malloc.c | 5 + elf/rtld.c | 1 + elf/tst-audit18.c | 129 ++++++++ elf/tst-audit18mod.c | 23 ++ elf/tst-auditmod18.c | 73 +++++ 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 +- sysdeps/x86_64/fpu/Makeconfig | 35 +++ sysdeps/x86_64/fpu/Makefile | 40 +++ sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 103 ++++++ sysdeps/x86_64/fpu/scripts/bench_libmvec.py | 464 ++++++++++++++++++++++++++++ 25 files changed, 1277 insertions(+), 241 deletions(-) create mode 100644 bits/atomic_wide_counter.h create mode 100644 elf/dl-libc_freeres.c create mode 100644 elf/tst-audit18.c create mode 100644 elf/tst-audit18mod.c create mode 100644 elf/tst-auditmod18.c 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 create mode 100644 sysdeps/x86_64/fpu/bench-libmvec-skeleton.c create mode 100755 sysdeps/x86_64/fpu/scripts/bench_libmvec.py