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-release-aarch64-spec2k6-O2-vs-O2_LTO in repository toolchain/ci/glibc.
from fca2d6186a Make tst-strftime2 and tst-strftime3 depend on locale generation adds c347431fb5 mips: Force RWX stack for hard-float builds that can run on [...] adds 5f620768fb malloc: Fix missing accounting of top chunk in malloc_info [ [...] adds 09b81b2bab Add glibc.malloc.mxfast tunable adds 09abef31a5 malloc: Various cleanups for malloc/tst-mxfast adds 919af705ee Base max_fast on alignment, not width, of bins (Bug 24903) adds a4b3bbf71e Don't use a custom wrapper macro around __has_include (bug 25189). adds 37c90e1173 rtld: Check __libc_enable_secure before honoring LD_PREFER_M [...] adds f4419b0d01 S390: Fix handling of needles crossing a page in strstr z15 [...] adds 5a08bdb1e7 libio: Disable vtable validation for pre-2.1 interposed hand [...] adds 761452f127 x86: Assume --enable-cet if GCC defaults to CET [BZ #25225] adds 4719e1851c <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clan [...] adds 50f20fe506 misc/test-errno-linux: Handle EINVAL from quotactl adds b90aefd4ac login: Remove utmp backend jump tables [BZ #23518] adds 799f4baa1d login: Assume that _HAVE_UT_* constants are true adds 2f02abb81c login: Replace macro-based control flow with function calls in utmp adds 16a5765042 login: Fix updwtmp, updwtmx unlocking adds 8baeebad9a login: Disarm timer after utmp lock acquisition [BZ #24879] adds dbbd748c5f login: Use struct flock64 in utmp [BZ #24880] adds f0cd1cfbe3 login: pututxline could fail to overwrite existing entries [ [...] adds 143cea84a0 login: Remove double-assignment of fl.l_whence in try_file_lock adds 85da102c52 login: Add nonstring attributes to struct utmp, struct utmpx [...] adds 83f793e6a6 login: Acquire write lock early in pututline [BZ #24882] adds dfa1f9fe0d login: Introduce matches_last_entry to utmp processing adds 6359e79b4c Add nocancel version of pread64() adds 858069cb60 login: Use pread64 in utmp implementation adds 994e529a37 Remove incorrect alloc_size attribute from pvalloc [BZ #25401] adds 43598ef6e2 hppa: Align __clone stack argument to 8 bytes (Bug 25066)
No new revisions were added by this update.
Summary of changes: ChangeLog | 166 +++++++ NEWS | 21 + bits/utmp.h | 104 ++++- configure | 23 +- configure.ac | 9 +- elf/dl-tunables.list | 5 + libio/oldstdfiles.c | 5 + login/Makefile | 6 +- login/getutent_r.c | 108 +---- login/getutid_r.c | 7 +- login/getutline_r.c | 2 +- login/getutmp.c | 12 - login/getutmpx.c | 13 - login/login.c | 4 - login/logout.c | 10 - login/logwtmp.c | 10 - login/programs/utmpdump.c | 46 +- login/tst-pututxline-cache.c | 193 ++++++++ login/tst-pututxline-lockfail.c | 176 +++++++ login/tst-updwtmpx.c | 112 +++++ login/tst-utmp.c | 25 - login/updwtmp.c | 2 +- login/utmp-private.h | 29 +- login/utmp_file.c | 511 ++++++++++----------- login/utmpname.c | 3 +- malloc/Makefile | 6 +- malloc/arena.c | 2 + malloc/malloc.c | 29 +- malloc/malloc.h | 3 +- posix/tst-fnmatch5.c => malloc/tst-mxfast.c | 44 +- malloc/tst-pvalloc-fortify.c | 48 ++ manual/tunables.texi | 12 + manual/users.texi | 20 +- misc/sys/cdefs.h | 8 - string/string.h | 3 +- string/test-strstr.c | 41 +- sysdeps/generic/not-cancel.h | 2 + sysdeps/generic/utmp-equal.h | 34 +- sysdeps/gnu/bits/utmp.h | 126 ----- sysdeps/gnu/bits/utmpx.h | 12 +- sysdeps/s390/strstr-arch13.S | 2 +- sysdeps/unix/getlogin_r.c | 7 +- sysdeps/unix/sysv/linux/Makefile | 4 +- sysdeps/unix/sysv/linux/Versions | 1 + sysdeps/unix/sysv/linux/bits/statx.h | 12 +- sysdeps/unix/sysv/linux/hppa/clone.S | 9 +- sysdeps/unix/sysv/linux/mips/Makefile | 21 +- sysdeps/unix/sysv/linux/mips/configure | 41 ++ sysdeps/unix/sysv/linux/mips/configure.ac | 32 ++ sysdeps/unix/sysv/linux/not-cancel.h | 4 + .../linux/{read_nocancel.c => pread64_nocancel.c} | 14 +- sysdeps/unix/sysv/linux/s390/bits/utmp.h | 3 +- sysdeps/unix/sysv/linux/s390/bits/utmpx.h | 12 +- sysdeps/unix/sysv/linux/test-errno-linux.c | 5 +- sysdeps/unix/sysv/linux/x86_64/64/dl-librecon.h | 3 +- 55 files changed, 1394 insertions(+), 768 deletions(-) create mode 100644 login/tst-pututxline-cache.c create mode 100644 login/tst-pututxline-lockfail.c create mode 100644 login/tst-updwtmpx.c copy posix/tst-fnmatch5.c => malloc/tst-mxfast.c (58%) create mode 100644 malloc/tst-pvalloc-fortify.c delete mode 100644 sysdeps/gnu/bits/utmp.h copy sysdeps/unix/sysv/linux/{read_nocancel.c => pread64_nocancel.c} (69%)