This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_tk1/gnu-release-arm-spec2k6-O2 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]
No new revisions were added by this update.
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_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 ++++++++++++++++----- 13 files changed, 301 insertions(+), 72 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