This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from ecbbadbf10 x86: Update CPU feature detection [BZ #26149] adds 8ec13b4639 Add MREMAP_DONTUNMAP from Linux 5.7 adds bb2c12aecb aarch64: MTE compatible strcpy adds 7ff899969f aarch64: MTE compatible memchr adds df06b0d90f aarch64: MTE compatible memrchr adds 79160c06c7 aarch64: MTE compatible strrchr adds adac54ffc5 aarch64: MTE compatible strcmp adds 03e1378f94 aarch64: MTE compatible strncmp adds ae725e3f9c powerpc: Add new hwcap values adds 9f6e508b42 htl: Enable tst-cancel25 test adds 3513d5af3d htl: Simplify non-cancel path of __pthread_cond_timedwait_internal adds eca16db02d htl: Make sem_*wait cancellations points adds 1b90d52df9 htl: Fix case when sem_*wait is canceled while holding a token adds 6f3331f26d elf: Include <stdbool.h> in <dl-tunables.h> because bool is used adds 1fb7dc751e htl: Add wrapper header for <semaphore.h> with hidden __sem_post adds f6b955e8ba S390: Regenerate ULPs. adds 087942251f nptl: Don't madvise user provided stack adds 2034c70e64 elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h> adds 0792c8ae1a S390: Optimize __memcpy_z196. adds 1d21fb1061 S390: Optimize __memset_z196. adds 6e540caa21 Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD [...] adds 4fdd4d41a1 x86: Detect Intel Advanced Matrix Extensions adds b9ca3f3efb tst-cancel4-common.c: fix calling socketpair new 726117e01b htl: avoid cancelling threads inside critical sections
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: elf/dl-tunables.h | 2 + localedata/charmaps/UTF-8 | 2 + localedata/locales/i18n_ctype | 2 +- localedata/locales/tr_TR | 2 +- localedata/locales/translit_circle | 2 +- localedata/locales/translit_cjk_compat | 2 +- localedata/locales/translit_combining | 2 +- localedata/locales/translit_compat | 2 +- localedata/locales/translit_font | 2 +- localedata/locales/translit_fraction | 2 +- localedata/unicode-gen/utf8_gen.py | 9 +- nptl/Makefile | 6 +- nptl/pthread_create.c | 5 +- nptl/tst-cancel4-common.c | 2 +- sysdeps/aarch64/memchr.S | 187 ++++++-------- sysdeps/aarch64/memrchr.S | 199 +++++++-------- sysdeps/aarch64/strcmp.S | 234 ++++++++++-------- sysdeps/aarch64/strcpy.S | 385 +++++++++-------------------- sysdeps/aarch64/strncmp.S | 244 ++++++++++-------- sysdeps/aarch64/strrchr.S | 205 +++++++-------- sysdeps/generic/ldconfig.h | 2 + sysdeps/htl/include/semaphore.h | 9 + sysdeps/htl/pt-cond-timedwait.c | 41 +-- sysdeps/htl/sem-post.c | 2 +- sysdeps/htl/sem-timedwait.c | 103 +++++++- sysdeps/mach/hurd/htl/pt-docancel.c | 9 + sysdeps/powerpc/bits/hwcap.h | 2 + sysdeps/powerpc/dl-procinfo.c | 2 +- sysdeps/pthread/Makefile | 11 +- {nptl => sysdeps/pthread}/tst-cancel13.c | 0 {nptl => sysdeps/pthread}/tst-cancel25.c | 2 + {nptl => sysdeps/pthread}/tst-cancelx13.c | 0 sysdeps/s390/fpu/libm-test-ulps | 2 + sysdeps/s390/memcpy-z900.S | 21 +- sysdeps/s390/memset-z900.S | 19 +- sysdeps/unix/sysv/linux/bits/mman-shared.h | 1 + sysdeps/x86/cpu-features.c | 18 ++ sysdeps/x86/cpu-features.h | 20 ++ sysdeps/x86/tst-get-cpu-features.c | 6 + 39 files changed, 891 insertions(+), 875 deletions(-) create mode 100644 sysdeps/htl/include/semaphore.h rename {nptl => sysdeps/pthread}/tst-cancel13.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel25.c (99%) rename {nptl => sysdeps/pthread}/tst-cancelx13.c (100%)