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_tk1/llvm-release-arm-spec2k6-O2 in repository toolchain/ci/glibc.
from 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 [...] adds 33adeaa3e2 nptl: Avoid setxid deadlock with blocked signals in thread e [...] adds 4bf7251998 support: Add check for TID zero in support_wait_for_thread_exit adds 40bade26d5 nptl: pthread_kill must send signals to a specific thread [B [...] adds e870aac897 misc: Add __get_nprocs_sched adds cda99af14e linux: Simplify get_nprocs adds 822662cf2a linux: Revert the use of sched_getaffinity on get_nproc (BZ #28310) adds 80a009119b Suppress -Wcast-qual warnings in bsearch adds a996d13b8a Add missing braces to bsearch inline implementation [BZ #28400]
No new revisions were added by this update.
Summary of changes: NEWS | 4 + bits/stdlib-bsearch.h | 13 +- include/sys/sysinfo.h | 7 +- io/tst-closefrom.c | 21 +-- malloc/arena.c | 2 +- misc/getsysstats.c | 6 + nptl/pthread_create.c | 12 +- nptl/pthread_kill.c | 4 +- posix/Makefile | 3 +- ...d_rr_get_interval.c => tst-sched_getaffinity.c} | 37 ++-- posix/tst-spawn5.c | 13 +- support/Makefile | 2 + support/support-open-dev-null-range.c | 134 ++++++++++++++ support/support.h | 8 + support/support_wait_for_thread_exit.c | 5 +- support/tst-support-open-dev-null-range.c | 155 ++++++++++++++++ sysdeps/mach/getsysstats.c | 6 + sysdeps/nptl/pthread.h | 4 +- sysdeps/pthread/Makefile | 2 + sysdeps/pthread/tst-pthread-raise-blocked-self.c | 92 ++++++++++ .../pthread/tst-pthread-setuid-loop.c | 54 +++--- sysdeps/unix/sysv/linux/getsysstats.c | 195 ++++++++++++++++----- sysdeps/unix/sysv/linux/tst-close_range.c | 31 ++-- 23 files changed, 660 insertions(+), 150 deletions(-) copy posix/{tst-sched_rr_get_interval.c => tst-sched_getaffinity.c} (54%) create mode 100644 support/support-open-dev-null-range.c create mode 100644 support/tst-support-open-dev-null-range.c create mode 100644 sysdeps/pthread/tst-pthread-raise-blocked-self.c copy nptl/tst-pthread-attr-affinity-fail.c => sysdeps/pthread/tst-pthread-setuid-l [...]