This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-aarch64-build_cross in repository toolchain/ci/glibc.
from c1f46f9db7 pthread: Remove alloca usage from __sem_check_add_mapping adds 1f745ecc21 x86-64: Refactor and improve performance of strchr-avx2.S adds a00e2fe3df strchr: Add additional benchmarks and tests adds 0ff786226c Add more ptrace constants for AArch64 and PowerPC. adds e99156816d linux: Fix __sem_check_add_mapping name length adds 7dd416491e linux: Fix __sem_check_add_mapping search_sem adds c8ba52ab33 misc: Sync cdefs.h with gnulib adds de0e1b45b0 malloc: Sync dynarray with gnulib adds f0908ba118 regex: remove alloca usage on regex set_regs adds f3e5c7262e regexec: remove alloca usage in build_trtable adds 36c604ed36 regex: stop using alloca adds 7960c5eea9 benchtests: Updated json bench-variant attribute adds e604a5e4bb setrlimit/getrlimit: Use __nonnull to avoid null pointer new 61117bfa1b tunables: Simplify TUNABLE_SET interface new a1b8b06a55 x86: Use SIZE_MAX instead of (long int)-1 for tunable range value new 228f30ab47 tunables: Disallow negative values for some tunables
The 3 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: benchtests/bench-memset.c | 2 +- benchtests/bench-strchr.c | 26 ++- elf/dl-tunable-types.h | 4 +- elf/dl-tunables.c | 128 +++++--------- elf/dl-tunables.h | 37 ++-- elf/dl-tunables.list | 6 + elf/tst-rtld-list-tunables.exp | 2 +- include/sys/resource.h | 4 +- malloc/dynarray-skeleton.c | 128 +++++++------- malloc/dynarray.h | 3 +- malloc/dynarray_at_failure.c | 4 + malloc/dynarray_emplace_enlarge.c | 3 +- malloc/dynarray_resize.c | 3 +- malloc/dynarray_resize_clear.c | 4 +- malloc/tst-dynarray-fail.c | 8 +- malloc/tst-dynarray-shared.h | 4 +- malloc/tst-dynarray.c | 22 +-- manual/README.tunables | 16 +- misc/sys/cdefs.h | 142 +++++++++------- posix/regex_internal.h | 19 --- posix/regexec.c | 115 ++++--------- resource/sys/resource.h | 14 +- string/test-strchr.c | 26 ++- sysdeps/pthread/sem_routines.c | 3 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 2 +- sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h | 16 ++ sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h | 10 ++ sysdeps/x86/dl-cacheinfo.h | 19 +-- sysdeps/x86_64/multiarch/strchr-avx2.S | 225 ++++++++++++------------- sysdeps/x86_64/multiarch/strchr.c | 1 + 30 files changed, 497 insertions(+), 499 deletions(-)