This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 0385d5fff8 hurd: Export _hurd_libc_proc_init adds 9f1bed18f9 Further fixes for REALLOC_ZERO_BYTES_FREES comment adds 8d4d77f6c8 arm: Fix an incorrect check in ____longjmp_chk [BZ #27709] adds 716a3bdc41 support: Add capability to fork an sgid child adds ca33528106 tst-env-setuid: Use support_capture_subprogram_self_sgid adds 061fe3f8ad Enhance setuid-tunables test adds 2ed18c5b53 Fix SXID_ERASE behavior in setuid programs (BZ #27471) adds 5628f103f5 libsupport: Add support_select_modifies_timeout adds 49a40ba18e libsupport: Add support_select_normalizes_timeout adds 9d7c5cc38e linux: Normalize and return timeout on select (BZ #27651) adds cedbf6d5f3 linux: always update select timeout (BZ #27706) new bdc674d97b Improve documentation for malloc etc. (BZ#27719) new 30c2a0e41b i386: Update ulps new 58137d00ba s390: Update ulps new f2913118cd misc: syslog: Fix calls to openlog() with LOG_KERN facility [...] new a9880586ee linux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305) new bdc12a77b7 linux: sysconf: Use a more explicit maximum_ARG_MAX
The 6 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: elf/Makefile | 2 - elf/dl-tunables.c | 56 +++--- elf/tst-env-setuid-tunables.c | 118 +++++++++--- elf/tst-env-setuid.c | 197 ++------------------ include/time.h | 5 + malloc/malloc.c | 15 +- manual/charset.texi | 2 +- manual/filesys.texi | 10 +- manual/memory.texi | 125 +++++++++---- manual/socket.texi | 2 +- manual/stdio.texi | 30 ++-- manual/string.texi | 41 ++--- manual/tunables.texi | 14 +- manual/users.texi | 2 +- misc/syslog.c | 6 +- misc/tst-select.c | 47 +++++ stdlib/tst-secure-getenv.c | 199 ++------------------- sunrpc/svcauth_des.c | 1 - support/Makefile | 2 + support/capture_subprocess.h | 6 + support/subprocess.h | 5 + support/support.h | 8 + support/support_capture_subprocess.c | 126 +++++++++++++ .../support_select_modifies_timeout.c | 13 +- .../support_select_normalizes_timeout.c | 13 +- support/support_subprocess.c | 13 ++ sysdeps/i386/fpu/libm-test-ulps | 4 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 4 +- sysdeps/s390/fpu/libm-test-ulps | 2 +- sysdeps/unix/sysv/linux/arm/____longjmp_chk.S | 4 +- sysdeps/unix/sysv/linux/select.c | 45 +++-- sysdeps/unix/sysv/linux/sysconf.c | 8 +- 32 files changed, 579 insertions(+), 546 deletions(-) copy elf/dl-diagnostics-cpu.c => support/support_select_modifies_timeout.c (81%) copy elf/dl-diagnostics-kernel.c => support/support_select_normalizes_timeout.c (81%)