This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-release-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from 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 [...] new 0a1572b8bb powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]
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 +- 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/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 | 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/x86_64/multiarch/strcmp-avx2.S | 8 +- 22 files changed, 478 insertions(+), 110 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%)