This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-O2 in repository toolchain/ci/glibc.
from 7960c5eea9 benchtests: Updated json bench-variant attribute adds e604a5e4bb setrlimit/getrlimit: Use __nonnull to avoid null pointer adds 61117bfa1b tunables: Simplify TUNABLE_SET interface adds a1b8b06a55 x86: Use SIZE_MAX instead of (long int)-1 for tunable range value adds 228f30ab47 tunables: Disallow negative values for some tunables adds 4b221ec9ee linux: Fix STATFS_IS_STATFS64 definition adds 36260d5035 linux: Set default kernel_stat.h to LFS adds e7702cb56e linux: Set LFS statfs as default adds 1bfbaf7130 linux: Consolidate fstatfs implementations adds f6e616435d linux: Consolidate statfs implementations adds 6ea1603d65 linux: Consolidate fstatvfs implementations adds 52f527d6f1 linux: Consolidate statvfs implementations adds 1566d3c43f linux: Consolidate internal_statvfs adds d2fa24f239 linux: Remove overflow.h adds 7eb3000f9f linux: Remove stat-check.c adds 4458eb1257 hurd: Fix fstatfs build failure adds ce4a94b12e x86: Remove the extra space between "# endif" adds ebcf45a16c elf: Do not copy vDSO soname when setting up link map adds fb1905eed8 aarch64: Fix sys/ptrace.h if linux headers are included adds 25251c0707 S390: Add new hwcap values. new 2323a34260 tst: Provide test for sched_rr_get_interval new 0ca1a95d3b tst: Provide test for ctime new 13c0b30b24 tst: Provide test for difftime new 7b15dabfdd tst: time: Provide Y2038 tests for mktime (tst-mktime4.c)
The 4 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: elf/dl-tunable-types.h | 4 +- elf/dl-tunables.c | 128 +++++++-------------- elf/dl-tunables.h | 37 +++--- elf/dl-tunables.list | 6 + elf/setup-vdso.h | 17 +-- elf/tst-rtld-list-tunables.exp | 2 +- include/sys/resource.h | 4 +- include/sys/statfs.h | 7 +- include/sys/statvfs.h | 3 +- manual/README.tunables | 16 ++- posix/Makefile | 2 +- posix/tst-sched_rr_get_interval.c | 45 ++++++++ resource/sys/resource.h | 14 ++- sysdeps/mach/hurd/fstatfs.c | 2 +- sysdeps/s390/dl-procinfo.c | 5 +- sysdeps/s390/dl-procinfo.h | 4 +- sysdeps/unix/sysv/linux/Makefile | 2 +- sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 2 +- sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h | 34 ++++++ .../linux/{generic/wordsize-32 => alpha}/fstatfs.c | 13 +-- sysdeps/unix/sysv/linux/alpha/fstatfs64.c | 52 ++++++++- sysdeps/unix/sysv/linux/alpha/fstatvfs.c | 1 - sysdeps/unix/sysv/linux/alpha/fstatvfs64.c | 1 - sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c | 1 - .../linux/{generic/wordsize-32 => alpha}/statfs.c | 16 +-- sysdeps/unix/sysv/linux/alpha/statfs64.c | 52 ++++++++- sysdeps/unix/sysv/linux/alpha/statvfs.c | 1 - sysdeps/unix/sysv/linux/alpha/statvfs64.c | 1 - sysdeps/unix/sysv/linux/alpha/syscalls.list | 4 - sysdeps/unix/sysv/linux/arc/kernel_stat.h | 27 ----- sysdeps/unix/sysv/linux/{ => arm}/kernel_stat.h | 0 .../sysv/linux/{generic => csky}/bits/statfs.h | 11 -- .../unix/sysv/linux/{riscv => csky}/kernel_stat.h | 12 +- sysdeps/unix/sysv/linux/fstatat64.c | 12 ++ sysdeps/unix/sysv/linux/fstatfs.c | 62 ++++++++++ sysdeps/unix/sysv/linux/fstatfs64.c | 67 ++--------- sysdeps/unix/sysv/linux/fstatvfs.c | 11 +- sysdeps/unix/sysv/linux/fstatvfs64.c | 53 +++------ sysdeps/unix/sysv/linux/generic/Makefile | 2 +- sysdeps/unix/sysv/linux/generic/stat-check.c | 29 ----- .../unix/sysv/linux/generic/wordsize-32/overflow.h | 69 ----------- sysdeps/unix/sysv/linux/{ => i386}/kernel_stat.h | 0 sysdeps/unix/sysv/linux/ia64/kernel_stat.h | 22 ---- sysdeps/unix/sysv/linux/internal_statvfs.c | 70 +++++++---- sysdeps/unix/sysv/linux/internal_statvfs.h | 8 +- sysdeps/unix/sysv/linux/internal_statvfs64.c | 4 - sysdeps/unix/sysv/linux/kernel_stat.h | 58 ++++------ sysdeps/unix/sysv/linux/{ => m68k}/kernel_stat.h | 0 sysdeps/unix/sysv/linux/mips/kernel_stat.h | 6 +- .../unix/sysv/linux/mips/mips64/n64/fstatfs64.c | 1 - sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c | 1 - .../unix/sysv/linux/mips/mips64/n64/syscalls.list | 3 - .../sysv/linux/{generic => nios2}/bits/statfs.h | 11 -- .../sysv/linux/{generic => nios2}/kernel_stat.h | 18 +-- .../sysv/linux/powerpc/powerpc64/kernel_stat.h | 22 ---- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 2 + .../sysv/linux/{ => s390/s390-32}/kernel_stat.h | 0 sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h | 22 ---- sysdeps/unix/sysv/linux/{ => sh}/kernel_stat.h | 0 .../unix/sysv/linux/sparc/sparc64/kernel_stat.h | 7 +- .../sysv/linux/{generic/wordsize-32 => }/statfs.c | 35 +++++- sysdeps/unix/sysv/linux/statfs64.c | 69 ++--------- sysdeps/unix/sysv/linux/statvfs.c | 11 +- sysdeps/unix/sysv/linux/statvfs64.c | 54 +++------ sysdeps/unix/sysv/linux/wordsize-64/fstatfs64.c | 1 - sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c | 5 - sysdeps/unix/sysv/linux/wordsize-64/fstatvfs64.c | 1 - .../sysv/linux/wordsize-64/internal_statvfs64.c | 1 - sysdeps/unix/sysv/linux/wordsize-64/statfs64.c | 1 - sysdeps/unix/sysv/linux/wordsize-64/statvfs.c | 5 - sysdeps/unix/sysv/linux/wordsize-64/statvfs64.c | 1 - sysdeps/unix/sysv/linux/wordsize-64/syscalls.list | 2 - sysdeps/unix/sysv/linux/x86_64/kernel_stat.h | 22 ---- sysdeps/unix/sysv/linux/xstatconv.c | 7 +- sysdeps/x86/dl-cacheinfo.h | 19 ++- sysdeps/x86/include/cpu-features.h | 2 +- time/Makefile | 2 +- time/tst-ctime.c | 56 +++++++++ time/tst-difftime.c | 56 +++++++++ time/tst-mktime4.c | 109 ++++++++++++++++++ 80 files changed, 793 insertions(+), 752 deletions(-) create mode 100644 posix/tst-sched_rr_get_interval.c rename sysdeps/unix/sysv/linux/{generic/wordsize-32 => alpha}/fstatfs.c (76%) delete mode 100644 sysdeps/unix/sysv/linux/alpha/fstatvfs.c delete mode 100644 sysdeps/unix/sysv/linux/alpha/fstatvfs64.c delete mode 100644 sysdeps/unix/sysv/linux/alpha/internal_statvfs64.c copy sysdeps/unix/sysv/linux/{generic/wordsize-32 => alpha}/statfs.c (72%) delete mode 100644 sysdeps/unix/sysv/linux/alpha/statvfs.c delete mode 100644 sysdeps/unix/sysv/linux/alpha/statvfs64.c delete mode 100644 sysdeps/unix/sysv/linux/arc/kernel_stat.h copy sysdeps/unix/sysv/linux/{ => arm}/kernel_stat.h (100%) copy sysdeps/unix/sysv/linux/{generic => csky}/bits/statfs.h (79%) rename sysdeps/unix/sysv/linux/{riscv => csky}/kernel_stat.h (77%) create mode 100644 sysdeps/unix/sysv/linux/fstatfs.c delete mode 100644 sysdeps/unix/sysv/linux/generic/stat-check.c delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/overflow.h copy sysdeps/unix/sysv/linux/{ => i386}/kernel_stat.h (100%) delete mode 100644 sysdeps/unix/sysv/linux/ia64/kernel_stat.h delete mode 100644 sysdeps/unix/sysv/linux/internal_statvfs64.c copy sysdeps/unix/sysv/linux/{ => m68k}/kernel_stat.h (100%) delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/fstatfs64.c delete mode 100644 sysdeps/unix/sysv/linux/mips/mips64/n64/statfs64.c rename sysdeps/unix/sysv/linux/{generic => nios2}/bits/statfs.h (79%) rename sysdeps/unix/sysv/linux/{generic => nios2}/kernel_stat.h (71%) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/powerpc64/kernel_stat.h copy sysdeps/unix/sysv/linux/{ => s390/s390-32}/kernel_stat.h (100%) delete mode 100644 sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h copy sysdeps/unix/sysv/linux/{ => sh}/kernel_stat.h (100%) rename sysdeps/unix/sysv/linux/{generic/wordsize-32 => }/statfs.c (54%) delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/fstatfs64.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/fstatvfs64.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/internal_statvfs64.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/statfs64.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/statvfs.c delete mode 100644 sysdeps/unix/sysv/linux/wordsize-64/statvfs64.c delete mode 100644 sysdeps/unix/sysv/linux/x86_64/kernel_stat.h create mode 100644 time/tst-ctime.c create mode 100644 time/tst-difftime.c create mode 100644 time/tst-mktime4.c