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-aarch64-build_cross in repository toolchain/ci/glibc.
from 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) adds bdc674d97b Improve documentation for malloc etc. (BZ#27719) adds 30c2a0e41b i386: Update ulps adds 58137d00ba s390: Update ulps adds f2913118cd misc: syslog: Fix calls to openlog() with LOG_KERN facility [...] adds a9880586ee linux: sysconf: limit _SC_MAX_ARG to 6 MiB (BZ #25305) adds bdc12a77b7 linux: sysconf: Use a more explicit maximum_ARG_MAX adds f4596d9540 Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h new aecbe50c9d ARC: Update ulps
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: include/time.h | 5 + 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 ++++++++ sunrpc/svcauth_des.c | 1 - support/Makefile | 2 + support/support.h | 8 ++ .../support_select_modifies_timeout.c | 13 ++- .../support_select_normalizes_timeout.c | 13 ++- sysdeps/arc/fpu/libm-test-ulps | 40 +++---- sysdeps/arc/nofpu/libm-test-ulps | 14 ++- 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/select.c | 45 ++++++-- sysdeps/unix/sysv/linux/sys/prctl.h | 4 - sysdeps/unix/sysv/linux/sysconf.c | 8 +- 24 files changed, 294 insertions(+), 148 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%)