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-O2_LTO in repository toolchain/ci/glibc.
from 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] new 558168c78e support: Also return fd when it is 0
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 + bits/stdlib-bsearch.h | 13 +- include/sys/sysinfo.h | 7 +- malloc/arena.c | 2 +- misc/getsysstats.c | 6 + nptl/pthread_kill.c | 4 +- posix/Makefile | 3 +- ...d_rr_get_interval.c => tst-sched_getaffinity.c} | 37 ++-- support/support-open-dev-null-range.c | 14 +- support/support_wait_for_thread_exit.c | 5 +- sysdeps/mach/getsysstats.c | 6 + sysdeps/pthread/Makefile | 1 + sysdeps/pthread/tst-pthread-raise-blocked-self.c | 92 ++++++++++ sysdeps/unix/sysv/linux/getsysstats.c | 195 ++++++++++++++++----- 14 files changed, 308 insertions(+), 79 deletions(-) copy posix/{tst-sched_rr_get_interval.c => tst-sched_getaffinity.c} (54%) create mode 100644 sysdeps/pthread/tst-pthread-raise-blocked-self.c