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-master-aarch64-spec2k6-O3_LTO in repository toolchain/ci/glibc.
from f6ff87868a NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only adds 4435c29892 Support target specific ALIGN for variable alignment test [B [...] adds a6d2f948b7 Use LFS and 64 bit time for installed programs (BZ #15333) adds cb976fba4c powerpc: Use global register variable in <thread_pointer.h> adds 5f6d8d97c6 malloc: Add madvise support for Transparent Huge Pages adds 7478c9959a malloc: Add THP/madvise support for sbrk adds 6cc3ccc67e malloc: Move mmap logic to its own function adds 98d5fcb8d0 malloc: Add Huge Page support for mmap adds c1beb51d08 malloc: Add Huge Page support to arenas adds 0849eed45d malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback adds 0f982c1827 malloc: Enable huge page support on main arena adds ae23fa3e5f __glibc_unsafe_len: Fix comment adds ff3cb03f38 Fix __minimal_malloc segfaults in __mmap due to stack-protector adds a16c5ab139 localedata: add new locale ab_GE adds 0a4df6f534 Remove upper limit on tunable MALLOC_MMAP_THRESHOLD adds 72e4a717bd Fix The GNU ToolChain Authors copyright notice adds ce1e5b1122 arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macro adds b99b0f93ee nss: Use "files dns" as the default for the hosts database ( [...] adds 2bbd07c715 fortify: Fix spurious warning with realpath adds c16dc431c8 Update copyright header in recently merged ab_GE locale adds ae91d3df24 powerpc64[le]: Allocate extra stack frame on syscall.S adds 94058f6cde elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD [...] adds d2e594d715 riscv: align stack in clone [BZ #28702] adds 225da459ce riscv: align stack before calling _dl_init [BZ #28703]
No new revisions were added by this update.
Summary of changes: Makeconfig | 13 +- Makerules | 12 +- NEWS | 7 + Rules | 36 ++ debug/Makefile | 3 +- elf/tst-alignmod3.c => debug/tst-realpath-chk.c | 29 +- elf/dl-tunables.list | 4 + elf/sotruss-lib.c | 4 +- elf/tst-align3.c | 4 +- elf/tst-alignmod3.c | 4 +- elf/tst-rtld-list-tunables.exp | 1 + iconvdata/Makefile | 2 +- iconvdata/bug-iconv15.c | 2 +- iconvdata/iso-2022-jp-3.c | 2 +- include/libc-pointer-arith.h | 8 + localedata/locales/ab_GE | 156 +++++++++ malloc/Makefile | 23 ++ malloc/arena.c | 143 +++++--- malloc/malloc-internal.h | 1 + malloc/malloc.c | 368 ++++++++++++++------- malloc/morecore.c | 4 - manual/nss.texi | 5 +- manual/tunables.texi | 17 + misc/Makefile | 4 + misc/sys/cdefs.h | 2 +- nss/XXX-lookup.c | 2 +- nss/nss_database.c | 4 +- rt/tst-bz28213.c | 2 +- scripts/build-many-glibcs.py | 2 +- stdlib/bits/stdlib.h | 2 +- .../alpha/tst-file-align.h | 18 +- sysdeps/generic/Makefile | 8 + sysdeps/generic/malloc-hugepages.c | 39 +++ sysdeps/generic/malloc-hugepages.h | 44 +++ .../generic/tst-file-align.h | 14 +- .../microblaze/tst-file-align.h | 18 +- .../nios2/tst-file-align.h | 18 +- sysdeps/powerpc/nptl/thread_pointer.h | 13 +- sysdeps/powerpc/nptl/tls.h | 7 +- sysdeps/riscv/dl-machine.h | 6 + sysdeps/unix/sysv/linux/arm/getcontext.S | 4 +- sysdeps/unix/sysv/linux/arm/setcontext.S | 4 +- sysdeps/unix/sysv/linux/malloc-hugepages.c | 201 +++++++++++ sysdeps/unix/sysv/linux/powerpc/syscall.S | 4 + sysdeps/unix/sysv/linux/riscv/clone.S | 3 + sysdeps/x86/tst-cpu-features-cpuinfo.c | 9 +- 46 files changed, 997 insertions(+), 279 deletions(-) copy elf/tst-alignmod3.c => debug/tst-realpath-chk.c (66%) create mode 100644 localedata/locales/ab_GE copy elf/tst-alignmod3.c => sysdeps/alpha/tst-file-align.h (68%) create mode 100644 sysdeps/generic/malloc-hugepages.c create mode 100644 sysdeps/generic/malloc-hugepages.h copy elf/tst-alignmod3.c => sysdeps/generic/tst-file-align.h (76%) copy elf/tst-alignmod3.c => sysdeps/microblaze/tst-file-align.h (68%) copy elf/tst-alignmod3.c => sysdeps/nios2/tst-file-align.h (68%) create mode 100644 sysdeps/unix/sysv/linux/malloc-hugepages.c