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_tx1/llvm-release-aarch64-spec2k6-O2_LTO in repository toolchain/ci/glibc.
from 72d9dcfd16 csu: Implement and use _dl_early_allocate during static startup adds 04892c543e S390: Enable static PIE adds f5f7144dfc rtld: Use generic argv adjustment in ld.so [BZ #23293] adds 2b128a7d30 linux: Add a getauxval test [BZ #23293] adds 478cd506ea string.h: fix __fortified_attr_access macro call [BZ #29162] adds ac87df8d75 x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ [...] adds 6abb4002df Fix deadlock when pthread_atfork handler calls pthread_atfor [...] adds cb49c14183 misc: Use 64 bit stat for daemon (BZ# 29203) adds 37c94dc999 misc: Use 64 bit stat for getusershell (BZ# 29204) adds 45e5d0f533 posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207) adds 9bcf5b12f8 posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208) adds 6ea3c0aba4 socket: Use 64 bit stat for isfdtype (BZ# 29209) adds e429695805 inet: Use 64 bit stat for ruserpass (BZ# 29210) adds c5a75ecec8 catgets: Use 64 bit stat for __open_catalog (BZ# 29211) adds d7d1eebd4d iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213) new fe9ca732ac socket: Fix mistyped define statement in socket/sys/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: NEWS | 8 ++ catgets/open_catalog.c | 4 +- elf/rtld.c | 73 +++++++++-- iconv/gconv_parseconfdir.h | 9 +- include/register-atfork.h | 26 ++-- inet/ruserpass.c | 4 +- misc/daemon.c | 5 +- misc/getusershell.c | 4 +- posix/fork.c | 7 +- posix/register-atfork.c | 140 ++++++++++++++++----- socket/sys/socket.h | 2 +- string/bits/string_fortified.h | 2 +- sysdeps/mach/hurd/dl-sysdep.c | 30 ++--- sysdeps/posix/fpathconf.c | 4 +- sysdeps/posix/isfdtype.c | 4 +- sysdeps/posix/posix_fallocate.c | 4 +- sysdeps/posix/posix_fallocate64.c | 4 +- sysdeps/pthread/Makefile | 38 +++++- sysdeps/pthread/tst-atfork3.c | 118 +++++++++++++++++ .../xfopen.c => sysdeps/pthread/tst-atfork3mod.c | 35 ++++-- sysdeps/pthread/tst-atfork4.c | 128 +++++++++++++++++++ .../pthread/{tst-atfork2mod.c => tst-atfork4mod.c} | 30 ++--- sysdeps/s390/s390-64/configure | 122 ++++++++++++++++++ sysdeps/s390/s390-64/configure.ac | 92 ++++++++++++++ sysdeps/s390/s390-64/start.S | 28 +++++ sysdeps/unix/sysv/linux/Makefile | 1 + sysdeps/unix/sysv/linux/tst-getauxval.c | 74 +++++++++++ sysdeps/x86_64/multiarch/strcmp-avx2.S | 8 +- 28 files changed, 866 insertions(+), 138 deletions(-) create mode 100644 sysdeps/pthread/tst-atfork3.c copy support/xfopen.c => sysdeps/pthread/tst-atfork3mod.c (67%) create mode 100644 sysdeps/pthread/tst-atfork4.c copy sysdeps/pthread/{tst-atfork2mod.c => tst-atfork4mod.c} (65%) create mode 100644 sysdeps/s390/s390-64/configure create mode 100644 sysdeps/s390/s390-64/configure.ac create mode 100644 sysdeps/unix/sysv/linux/tst-getauxval.c