This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-master-arm-build_cross in repository toolchain/ci/glibc.
from 3e2f285c5f nptl: Remove MULTI_PAGE_ALIASING [BZ #23554] new 3989bcb5e3 fix: Always export ntp_gettimex function new c0c926d00d tst: Add test for ntp_gettime new d816bb448b tst: Add test for ntp_gettimex new bff3019afc tst: Provide test for select new a4ea18ec6c tst: Add test for sigtimedwait new c3b287be74 hurd: handle EINTR during critical sections
The 6 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: hurd/dtable.c | 15 ++++++- hurd/geteuids.c | 4 ++ hurd/hurd/signal.h | 4 ++ hurd/hurdexec.c | 4 ++ hurd/hurdfchdir.c | 4 ++ hurd/hurdsock.c | 4 ++ hurd/seteuids.c | 4 ++ misc/Makefile | 2 +- .../sysv/linux/tst-ppoll.c => misc/tst-select.c | 45 +++++++++++++------- sysdeps/mach/hurd/faccessat.c | 4 ++ sysdeps/mach/hurd/fork.c | 4 ++ sysdeps/mach/hurd/getegid.c | 4 ++ sysdeps/mach/hurd/geteuid.c | 4 ++ sysdeps/mach/hurd/getgid.c | 4 ++ sysdeps/mach/hurd/getgroups.c | 4 ++ sysdeps/mach/hurd/getresgid.c | 4 ++ sysdeps/mach/hurd/getresuid.c | 4 ++ sysdeps/mach/hurd/getuid.c | 4 ++ sysdeps/mach/hurd/group_member.c | 4 ++ sysdeps/mach/hurd/setegid.c | 4 ++ sysdeps/mach/hurd/seteuid.c | 4 ++ sysdeps/mach/hurd/setgid.c | 4 ++ sysdeps/mach/hurd/setgroups.c | 4 ++ sysdeps/mach/hurd/setitimer.c | 9 +++- sysdeps/mach/hurd/setregid.c | 4 ++ sysdeps/mach/hurd/setresgid.c | 4 ++ sysdeps/mach/hurd/setresuid.c | 4 ++ sysdeps/mach/hurd/setreuid.c | 4 ++ sysdeps/mach/hurd/setsid.c | 4 ++ sysdeps/mach/hurd/setuid.c | 4 ++ sysdeps/mach/hurd/spawni.c | 15 ++++++- sysdeps/unix/sysv/linux/Makefile | 3 +- sysdeps/unix/sysv/linux/sys/timex.h | 2 +- .../sysv/linux/{tst-ppoll.c => tst-ntp_gettime.c} | 48 +++++++++++----------- .../unix/sysv/linux/tst-ntp_gettimex.c | 6 ++- .../sysv/linux/{tst-ppoll.c => tst-sigtimedwait.c} | 26 +++++++----- 36 files changed, 218 insertions(+), 57 deletions(-) copy sysdeps/unix/sysv/linux/tst-ppoll.c => misc/tst-select.c (58%) copy sysdeps/unix/sysv/linux/{tst-ppoll.c => tst-ntp_gettime.c} (55%) copy nptl/elision-trylock.c => sysdeps/unix/sysv/linux/tst-ntp_gettimex.c (89%) copy sysdeps/unix/sysv/linux/{tst-ppoll.c => tst-sigtimedwait.c} (70%)