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_LTO in repository toolchain/ci/glibc.
from 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 new e221c512c7 ld.so: Check for new cache format first and enhance corrupti [...]
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/dl-cache.c | 27 ++++++++++-------- htl/Makefile | 1 + htl/Versions | 1 + htl/forward.c | 4 +-- htl/libc_pthread_init.c | 2 ++ htl/pt-alloc.c | 2 -- htl/pt-cleanup.c | 2 +- htl/pt-internal.h | 4 ++- nptl/Makefile | 3 +- 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/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/pthread/Makefile | 8 ++++-- .../pthread}/tst-cancel-self-cancelstate.c | 0 {nptl => sysdeps/pthread}/tst-cancel-self.c | 0 {nptl => sysdeps/pthread}/tst-cancel9.c | 0 {nptl => sysdeps/pthread}/tst-cancelx9.c | 0 32 files changed, 141 insertions(+), 80 deletions(-) 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 rename {nptl => sysdeps/pthread}/tst-cancel-self-cancelstate.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel-self.c (100%) rename {nptl => sysdeps/pthread}/tst-cancel9.c (100%) rename {nptl => sysdeps/pthread}/tst-cancelx9.c (100%)