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 in repository toolchain/ci/glibc.
from a365ac45b7 aarch64: MTE compatible strlen adds 533dd2acf7 Add "%d" support to _dl_debug_vdprintf adds bc9cf8fbe8 htl: Fix linking static tests by factorizing the symbols list adds 62d97c3432 htl: Enable more cancel tests adds c477beb2cc Use Linux 5.7 in build-many-glibcs.py. adds 146fea0764 powerpc: Automatic CPU detection in preconfigure adds 89edef7b39 hurd: Make recv* cancellation points adds ea5cad3e37 htl: Add noreturn attribute on __pthread_exit forward adds e2b9d562d1 htl: initialize first and prevent from unloading adds a50efac19a htl: Move cleanup stack to variable shared between libc and pthread adds 76fe4ef4be htl: Fix cleanup support for IO locking adds 662de0889a hurd: Make write and pwrite64 cancellation points adds 45fce058fe htl: Enable more cancellation tests adds 0c46891442 hurd: Make send* cancellation points adds c1dcc54113 hurd: Fix __writev_nocancel_nostatus
No new revisions were added by this update.
Summary of changes: elf/dl-misc.c | 31 ++++++++++- htl/Makefile | 11 ++-- htl/Versions | 1 + htl/forward.c | 4 +- htl/libc_pthread_init.c | 2 + htl/libpthread.a | 22 +------- htl/libpthread_pic.a | 22 +------- htl/{libpthread.a => libpthread_syms.a} | 3 +- htl/pt-alloc.c | 2 - htl/pt-cleanup.c | 2 +- htl/pt-internal.h | 4 +- nptl/Makefile | 18 +++---- scripts/build-many-glibcs.py | 2 +- sysdeps/htl/libc-lockP.h | 33 ++++++++++++ sysdeps/htl/pthread-functions.h | 4 +- sysdeps/{generic => htl}/stdio-lock.h | 21 +++----- sysdeps/mach/hurd/Makefile | 6 ++- sysdeps/mach/hurd/Versions | 2 + sysdeps/mach/hurd/dl-sysdep.c | 2 + sysdeps/mach/hurd/i386/localplt.data | 3 +- sysdeps/mach/hurd/not-cancel.h | 20 +++++-- sysdeps/mach/hurd/pwrite64.c | 16 +++--- .../mach/hurd/{pwrite64.c => pwrite64_nocancel.c} | 10 ++-- sysdeps/mach/hurd/recv.c | 5 ++ sysdeps/mach/hurd/recvfrom.c | 22 +++++--- sysdeps/mach/hurd/recvmsg.c | 23 ++++++-- sysdeps/mach/hurd/send.c | 4 ++ sysdeps/mach/hurd/sendmsg.c | 3 ++ sysdeps/mach/hurd/sendto.c | 3 ++ sysdeps/mach/hurd/write.c | 13 ++--- sysdeps/mach/hurd/{write.c => write_nocancel.c} | 9 ++-- ...ancel_nostatus.c => writev_nocancel_nostatus.c} | 12 ++--- sysdeps/posix/writev.c | 2 + sysdeps/posix/writev_nocancel.c | 4 ++ sysdeps/powerpc/preconfigure | 62 +++++++++++++++++++--- sysdeps/powerpc/preconfigure.ac | 58 ++++++++++++++++++++ sysdeps/pthread/Makefile | 19 ++++--- .../pthread}/tst-cancel-self-cancelstate.c | 0 {nptl => sysdeps/pthread}/tst-cancel-self.c | 0 {nptl => sysdeps/pthread}/tst-cancel11.c | 0 {nptl => sysdeps/pthread}/tst-cancel21-static.c | 0 {nptl => sysdeps/pthread}/tst-cancel21.c | 0 {nptl => sysdeps/pthread}/tst-cancel6.c | 0 {nptl => sysdeps/pthread}/tst-cancel9.c | 0 {nptl => sysdeps/pthread}/tst-cancelx11.c | 0 {nptl => sysdeps/pthread}/tst-cancelx21.c | 0 {nptl => sysdeps/pthread}/tst-cancelx6.c | 0 {nptl => sysdeps/pthread}/tst-cancelx9.c | 0 48 files changed, 331 insertions(+), 149 deletions(-) copy htl/{libpthread.a => libpthread_syms.a} (94%) copy sysdeps/{generic => htl}/stdio-lock.h (77%) copy sysdeps/mach/hurd/{pwrite64.c => pwrite64_nocancel.c} (84%) copy sysdeps/mach/hurd/{write.c => write_nocancel.c} (82%) copy sysdeps/mach/hurd/{close_nocancel_nostatus.c => writev_nocancel_nostatus.c} (79%) create mode 100644 sysdeps/posix/writev_nocancel.c create mode 100644 sysdeps/powerpc/preconfigure.ac rename {nptl => sysdeps/pthread}/tst-cancel-self-cancelstate.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel11.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel21-static.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel21.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel6.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel9.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx11.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx21.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx6.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx9.c (100%)