This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-release-aarch64-spec2k6-O3 in repository toolchain/ci/glibc.
from 4ed990e5b9 Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5. [...] adds 433ec4f14a posix: Fix attribute access mode on getcwd [BZ #27476] adds 73c7f5a879 nptl: pthread_kill needs to return ESRCH for old programs (b [...] adds 8b8a1d0b73 nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mu [...] adds 5ad589d63b support: Add support_open_dev_null_range adds 772e33411b Use support_open_dev_null_range io/tst-closefrom, misc/tst-c [...] new 33adeaa3e2 nptl: Avoid setxid deadlock with blocked signals in thread e [...]
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: NEWS | 2 + io/tst-closefrom.c | 21 +-- nptl/pthread_create.c | 12 +- nptl/pthread_kill.c | 37 +++-- posix/bits/unistd.h | 5 +- posix/tst-spawn5.c | 13 +- posix/unistd.h | 3 +- support/Makefile | 2 + support/support-open-dev-null-range.c | 134 ++++++++++++++++++ support/support.h | 8 ++ support/tst-support-open-dev-null-range.c | 155 +++++++++++++++++++++ sysdeps/nptl/pthread.h | 4 +- sysdeps/pthread/Makefile | 1 + .../pthread/tst-pthread-setuid-loop.c | 54 +++---- sysdeps/pthread/tst-pthread_kill-exited.c | 21 ++- sysdeps/unix/sysv/linux/tst-close_range.c | 31 ++--- 16 files changed, 410 insertions(+), 93 deletions(-) create mode 100644 support/support-open-dev-null-range.c create mode 100644 support/tst-support-open-dev-null-range.c copy nptl/tst-pthread-attr-affinity-fail.c => sysdeps/pthread/tst-pthread-setuid-l [...]