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-release-arm-spec2k6-O3_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) adds fe9ca732ac socket: Fix mistyped define statement in socket/sys/socket.h [...] adds 0a1572b8bb powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197] adds 97dd8b3f70 nptl: Fix __libc_cleanup_pop_restore asynchronous restore (B [...] adds 99978cd42c NEWS: Add a bug fix entry for BZ #29225 adds 8468be8433 hppa: Remove _dl_skip_args usage (BZ# 29165) adds 9d8ae95604 nios2: Remove _dl_skip_args usage (BZ# 29187)
No new revisions were added by this update.
Summary of changes: NEWS | 13 ++ 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 +- nptl/libc-cleanup.c | 3 +- posix/fork.c | 7 +- posix/register-atfork.c | 140 ++++++++++++++++----- socket/sys/socket.h | 2 +- string/bits/string_fortified.h | 2 +- sysdeps/hppa/dl-machine.h | 36 +++--- sysdeps/mach/hurd/dl-sysdep.c | 30 ++--- sysdeps/nios2/dl-machine.h | 50 ++------ sysdeps/posix/fpathconf.c | 4 +- sysdeps/posix/isfdtype.c | 4 +- sysdeps/posix/posix_fallocate.c | 4 +- sysdeps/posix/posix_fallocate64.c | 4 +- sysdeps/powerpc/powerpc64/le/power9/strncpy.S | 4 +- sysdeps/pthread/Makefile | 39 +++++- 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/pthread/tst-cancel30.c | 82 ++++++++++++ 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 +- 33 files changed, 982 insertions(+), 203 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/pthread/tst-cancel30.c 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