This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-Os in repository toolchain/ci/glibc.
from 43576de04a Improve the accuracy of tgamma (BZ #26983) adds e06e6554c3 aarch64: update libm test ulps adds 2d690bbb17 arm: update libm test ulps adds 667d9c8d55 powerpc: Update libm test ulps adds dff9e592b8 Fix REALLOC_ZERO_BYTES_FREES comment to match C17 adds 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) 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 new f4596d9540 Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h
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: elf/Makefile | 2 - elf/dl-tunables.c | 56 +++--- elf/tst-env-setuid-tunables.c | 118 +++++++++--- elf/tst-env-setuid.c | 197 ++------------------ hurd/Versions | 5 + hurd/hurd.h | 3 + include/time.h | 5 + malloc/malloc.c | 12 +- 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/aarch64/libm-test-ulps | 2 +- sysdeps/arm/libm-test-ulps | 50 +++--- sysdeps/i386/fpu/libm-test-ulps | 4 +- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 4 +- sysdeps/mach/hurd/i386/libc.abilist | 1 + sysdeps/powerpc/fpu/libm-test-ulps | 20 +-- 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/sys/prctl.h | 4 - sysdeps/unix/sysv/linux/sysconf.c | 8 +- 39 files changed, 624 insertions(+), 583 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%)