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/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/glibc.
from 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 adds 726117e01b htl: avoid cancelling threads inside critical sections
No new revisions were added by this update.
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/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/x86/cpu-features.c | 18 ++++++ sysdeps/x86/cpu-features.h | 20 ++++++ sysdeps/x86/tst-get-cpu-features.c | 6 ++ 32 files changed, 244 insertions(+), 67 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%)