This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-master-arm-spec2k6-O3-vs-O3_LTO in repository toolchain/ci/glibc.
from bad4a908ff manual: Fix sigdescr_np and sigabbrev_np return type (BZ #26343) adds 0be0845b7a S390: Regenerate ULPs. adds 12b2fd0ef9 aarch64: update ulps. adds 4a14cb87ca y2038: nptl: Convert pthread_{clock|timed}join_np to support [...] adds b3aa7976d0 Update kernel version to 5.8 in tst-mman-consts.py. adds 23a7896d06 Update build-many-glibcs.py for binutils ia64 obsoletion. adds cb7e7a5ca1 nptl: Handle NULL abstime [BZ #26394] adds c4e4b2e149 Correct locking and cancellation cleanup in syslog functions [...] adds 88a2cf6c4b Add new STATX_* constants from Linux 5.8 to bits/statx-generic.h. adds c08df688f2 Use MPC 1.2.0 in build-many-glibcs.py. adds e5baabf57b Add C2x BOOL_MAX and BOOL_WIDTH to limits.h. adds e1fd4bbe31 Fix namespace violation in stdio.h and sys/stat.h if build w [...] adds 33dd32fd79 build-many-glibcs.py: Add a s390x -O3 glibc variant. adds cd71f47acc [vcstocl] Import ProjectQuirks from its own file adds 756c306502 S390: Sync HWCAP names with kernel by adding aliases [BZ #25971] adds 02c91eb611 linux: Add helper function to optimize 64-bit time_t fallbac [...] adds 4f7092348d linux: Simplify clock_adjtime adds d9310f33fc linux: Simplify clock_gettime adds 55399535c1 linux: Simplify clock_nanosleep adds ff6228d5c6 linux: Simplify clock_settime adds 1e03b6d828 linux: Simplify mq_timedreceive adds 85077eaa54 linux: Simplify mq_timedsend adds 3feb53bab0 linux: Simplify ppoll adds fd31691c67 linux: Simplify sched_rr_get_interval adds 70746a06c2 linux: Simplify timer_gettime adds 278498a1c0 linux: Simplify timerfd_settime adds f032f3af2c linux: Simplify utimensat adds 5df6ebcf44 string: test strncasecmp and strncpy near page boundaries adds cd41ffeb0b hurd: define BSD 4.3 ioctls only under __USE_MISC adds 9bd8e3f99d elf/tst-libc_dlvsym: Add a TEST_COMPAT around some symbol tests adds fda4d81801 io/lockf: Include bits/types.h before __OFF_T_MATCHES_OFF64_T check
No new revisions were added by this update.
Summary of changes: elf/tst-libc_dlvsym.h | 5 ++ include/limits.h | 12 ++++ io/bits/statx-generic.h | 3 + io/lockf.c | 2 + io/sys/stat.h | 4 +- libio/bits/stdio.h | 4 +- misc/syslog.c | 44 +++++++++----- nptl/pthreadP.h | 16 ++++- nptl/pthread_clockjoin.c | 25 +++++++- nptl/pthread_join_common.c | 19 +++--- nptl/pthread_timedjoin.c | 22 ++++++- scripts/build-many-glibcs.py | 27 +++++++-- scripts/vcstocl_quirks.py | 2 +- string/test-strncasecmp.c | 43 +++++++++++++ string/test-strncpy.c | 35 +++++++++++ sysdeps/aarch64/libm-test-ulps | 2 +- sysdeps/mach/hurd/bits/ioctls.h | 2 + sysdeps/nptl/futex-internal.h | 52 ++++++++++++++++ sysdeps/s390/dl-procinfo.h | 3 + sysdeps/s390/fpu/libm-test-ulps | 2 +- sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/clock_adjtime.c | 23 ++++--- sysdeps/unix/sysv/linux/clock_gettime.c | 42 ++++++------- sysdeps/unix/sysv/linux/clock_nanosleep.c | 33 ++++------ sysdeps/unix/sysv/linux/clock_settime.c | 18 +++--- sysdeps/unix/sysv/linux/mq_timedreceive.c | 18 +++--- sysdeps/unix/sysv/linux/mq_timedsend.c | 14 ++--- sysdeps/unix/sysv/linux/ppoll.c | 21 ++++--- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 3 + sysdeps/unix/sysv/linux/sched_rr_gi.c | 20 +++---- .../unix/sysv/linux/time64-support.c | 12 ++-- sysdeps/unix/sysv/linux/time64-support.h | 70 ++++++++++++++++++++++ sysdeps/unix/sysv/linux/timer_gettime.c | 20 +++---- sysdeps/unix/sysv/linux/timerfd_settime.c | 23 +++---- sysdeps/unix/sysv/linux/tst-mman-consts.py | 2 +- sysdeps/unix/sysv/linux/utimensat.c | 23 ++++--- 36 files changed, 471 insertions(+), 198 deletions(-) copy string/strerrorname_np.c => sysdeps/unix/sysv/linux/time64-support.c (84%) create mode 100644 sysdeps/unix/sysv/linux/time64-support.h