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-O3_LTO in repository toolchain/ci/glibc.
from 81b83ff61f linux: Move xmknod{at} to compat symbols adds 5a619c1f46 hurd: support clock_gettime(CLOCK_PROCESS/THREAD_CPUTIME_ID) adds 21181d1c7b elf: Add missing <dl-procinfo.h> header to elf/dl-usage.c adds 7ee881f1f4 rtld: fix typo in comment adds a5177499e4 manual: replace an obsolete collation example with a valid one adds af548086ed manual: correct the spelling of "MALLOC_PERTURB_" [BZ #23015] adds 880a12e96d Add missing stat/mknod symbol on libc.abilist some ABIs adds 873e239a4c support: Provide a way to reorder responses within the DNS t [...] adds 08443b1996 support: Provide a way to clear the RA bit in DNS server responses adds f1f00c0721 resolv: Handle transaction ID collisions in parallel queries [...] adds e11ed9d2b4 AArch64: Use __memcpy_simd on Neoverse N2/V1 adds a49d7fd4f7 sysvipc: Fix IPC_INFO and SHM_INFO handling [BZ #26636] adds 9ebaabeaac sysvipc: Return EINVAL for invalid shmctl commands adds 29e9874a04 y2038: nptl: Convert pthread_mutex_{clock|timed}lock to supp [...] adds af79ed5fb6 y2038: Remove not used __fstatat_time64 define adds d3a5ae6ad1 statfs: add missing f_flags assignment adds b8b53b338f resolv: Serialize processing in resolv/tst-resolv-txnid-collision adds c02695d776 x86/CET: Update vfork to prevent child return adds 602da9de69 sysvipc: Fix tst-sysvshm-linux on x32 adds 9030377480 shm tests: Append PID to names passed to shm_open [BZ #26737] adds cb49c65bb5 linux: Use INTERNAL_SYSCALL on fstatat{64} adds 01f33a9acc linux: Fix time64 support for futimesat adds 14633d3e56 Move ftime to a compatibility symbol adds f1ed4d4c2c linux: Add 64-bit time_t support for wait3
No new revisions were added by this update.
Summary of changes: elf/dl-usage.c | 1 + elf/rtld.c | 2 +- include/sys/resource.h | 4 + include/sys/stat.h | 1 - include/sys/timeb.h | 1 - manual/memory.texi | 2 +- manual/string.texi | 6 +- nptl/pthreadP.h | 9 + nptl/pthread_mutex_timedlock.c | 66 ++-- resolv/Makefile | 7 + resolv/res_send.c | 40 +-- resolv/tst-resolv-txnid-collision.c | 334 +++++++++++++++++++++ rt/tst-shm-cancel.c | 11 +- rt/tst-shm.c | 35 ++- support/Makefile | 2 + .../resolv_response_context_duplicate.c | 40 +-- .../resolv_response_context_free.c | 12 +- support/resolv_test.c | 63 ++-- support/resolv_test.h | 41 ++- sysdeps/aarch64/multiarch/memcpy.c | 3 +- sysdeps/aarch64/multiarch/memmove.c | 3 +- sysdeps/mach/clock_gettime.c | 88 +++++- sysdeps/nptl/futex-internal.c | 53 ++++ sysdeps/nptl/futex-internal.h | 72 ++++- sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 4 + sysdeps/unix/sysv/linux/arm/be/libc.abilist | 10 + sysdeps/unix/sysv/linux/fstatat.c | 19 +- sysdeps/unix/sysv/linux/fstatat64.c | 31 +- sysdeps/unix/sysv/linux/generic/futimesat.c | 52 ---- sysdeps/unix/sysv/linux/i386/vfork.S | 55 +--- sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist | 10 + sysdeps/unix/sysv/linux/microblaze/le/libc.abilist | 2 + .../unix/sysv/linux/mips/mips32/nofpu/libc.abilist | 10 + sysdeps/unix/sysv/linux/mips/mips64/kstat_cp.h | 8 +- sysdeps/unix/sysv/linux/powerpc/elision-timed.c | 5 +- sysdeps/unix/sysv/linux/powerpc/lowlevellock.h | 2 +- .../linux/powerpc/powerpc32/nofpu/libc.abilist | 2 + sysdeps/unix/sysv/linux/riscv/rv32/libc.abilist | 1 - sysdeps/unix/sysv/linux/s390/elision-timed.c | 5 +- sysdeps/unix/sysv/linux/s390/lowlevellock.h | 2 +- sysdeps/unix/sysv/linux/sh/be/libc.abilist | 2 + sysdeps/unix/sysv/linux/shmctl.c | 58 +++- sysdeps/unix/sysv/linux/sparc/sparc64/kstat_cp.h | 4 +- sysdeps/unix/sysv/linux/statfs64.c | 1 + sysdeps/unix/sysv/linux/tst-sysvshm-linux.c | 186 ++++++++++++ sysdeps/unix/sysv/linux/utimensat.c | 8 +- {posix => sysdeps/unix/sysv/linux}/wait3.c | 26 +- sysdeps/unix/sysv/linux/x86/Makefile | 5 + sysdeps/unix/sysv/linux/x86/elision-timed.c | 5 +- sysdeps/unix/sysv/linux/x86/lowlevellock.h | 2 +- sysdeps/unix/sysv/linux/x86/tst-cet-vfork-1.c | 88 ++++++ sysdeps/unix/sysv/linux/x86_64/vfork.S | 36 +-- sysvipc/test-sysvipc.h | 33 +- sysvipc/test-sysvshm.c | 5 + time/Makefile | 5 +- time/ftime.c | 19 +- time/sys/timeb.h | 44 --- time/tst-ftime.c | 59 ++-- 59 files changed, 1303 insertions(+), 399 deletions(-) delete mode 100644 include/sys/timeb.h create mode 100644 resolv/tst-resolv-txnid-collision.c copy string/test-sig_np.c => support/resolv_response_context_duplicate.c (55%) copy sysdeps/mach/htl/thrd_yield.c => support/resolv_response_context_free.c (76%) delete mode 100644 sysdeps/unix/sysv/linux/generic/futimesat.c create mode 100644 sysdeps/unix/sysv/linux/tst-sysvshm-linux.c copy {posix => sysdeps/unix/sysv/linux}/wait3.c (61%) create mode 100644 sysdeps/unix/sysv/linux/x86/tst-cet-vfork-1.c delete mode 100644 time/sys/timeb.h