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_apm/llvm-release-arm-spec2k6-Os_LTO in repository toolchain/ci/glibc.
from 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) adds ccac2d6d95 nss: add assert to DB_LOOKUP_FCT (BZ #28752) adds b6aade18a7 nss: handle stat failure in check_reload_and_get (BZ #28752)
No new revisions were added by this update.
Summary of changes: NEWS | 13 ++ catgets/open_catalog.c | 4 +- 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 +- nss/XXX-lookup.c | 5 + nss/nss_database.c | 39 +++--- posix/fork.c | 7 +- posix/register-atfork.c | 140 ++++++++++++++++----- socket/sys/socket.h | 2 +- sysdeps/hppa/dl-machine.h | 36 +++--- 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 ++++++++++++ 26 files changed, 618 insertions(+), 181 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