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-master-arm-spec2k6-O3_LTO_VECT 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] new 691d9ae9e6 Remove ununsed tcb-offset
The 1 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: 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 +- sysdeps/aarch64/nptl/Makefile | 21 -- sysdeps/aarch64/nptl/tcb-offsets.sym | 6 - sysdeps/aarch64/nptl/tls.h | 3 - sysdeps/alpha/nptl/Makefile | 20 -- sysdeps/alpha/nptl/tcb-offsets.sym | 13 - sysdeps/alpha/nptl/tls.h | 2 - .../alpha/tst-file-align.h | 18 +- sysdeps/arc/nptl/Makefile | 22 -- sysdeps/arc/nptl/tcb-offsets.sym | 11 - sysdeps/arm/nptl/Makefile | 4 - sysdeps/arm/nptl/tcb-offsets.sym | 10 - sysdeps/arm/nptl/tls.h | 3 - sysdeps/csky/Makefile | 4 - sysdeps/csky/nptl/Makefile | 20 -- sysdeps/csky/nptl/tcb-offsets.sym | 10 - sysdeps/csky/nptl/tls.h | 1 - sysdeps/generic/Makefile | 8 + sysdeps/generic/malloc-hugepages.c | 39 +++ sysdeps/generic/malloc-hugepages.h | 44 +++ .../generic/tst-file-align.h | 14 +- sysdeps/hppa/nptl/Makefile | 20 -- sysdeps/hppa/nptl/tcb-offsets.sym | 17 - sysdeps/hppa/nptl/tls.h | 3 - sysdeps/m68k/nptl/Makefile | 20 -- sysdeps/m68k/nptl/tcb-offsets.sym | 10 - sysdeps/m68k/nptl/tls.h | 3 - sysdeps/microblaze/nptl/Makefile | 21 -- sysdeps/microblaze/nptl/tcb-offsets.sym | 10 - sysdeps/microblaze/nptl/tls.h | 3 - .../microblaze/tst-file-align.h | 18 +- sysdeps/mips/nptl/Makefile | 20 -- sysdeps/mips/nptl/tcb-offsets.sym | 10 - sysdeps/mips/nptl/tls.h | 2 - sysdeps/nios2/Makefile | 4 - .../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/riscv/nptl/Makefile | 21 -- sysdeps/riscv/nptl/tcb-offsets.sym | 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 +- 76 files changed, 997 insertions(+), 599 deletions(-) copy elf/tst-alignmod3.c => debug/tst-realpath-chk.c (66%) create mode 100644 localedata/locales/ab_GE delete mode 100644 sysdeps/aarch64/nptl/Makefile delete mode 100644 sysdeps/aarch64/nptl/tcb-offsets.sym delete mode 100644 sysdeps/alpha/nptl/Makefile delete mode 100644 sysdeps/alpha/nptl/tcb-offsets.sym copy elf/tst-alignmod3.c => sysdeps/alpha/tst-file-align.h (68%) delete mode 100644 sysdeps/arc/nptl/Makefile delete mode 100644 sysdeps/arc/nptl/tcb-offsets.sym delete mode 100644 sysdeps/arm/nptl/tcb-offsets.sym delete mode 100644 sysdeps/csky/nptl/Makefile delete mode 100644 sysdeps/csky/nptl/tcb-offsets.sym 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%) delete mode 100644 sysdeps/hppa/nptl/Makefile delete mode 100644 sysdeps/hppa/nptl/tcb-offsets.sym delete mode 100644 sysdeps/m68k/nptl/Makefile delete mode 100644 sysdeps/m68k/nptl/tcb-offsets.sym delete mode 100644 sysdeps/microblaze/nptl/Makefile delete mode 100644 sysdeps/microblaze/nptl/tcb-offsets.sym copy elf/tst-alignmod3.c => sysdeps/microblaze/tst-file-align.h (68%) delete mode 100644 sysdeps/mips/nptl/Makefile delete mode 100644 sysdeps/mips/nptl/tcb-offsets.sym copy elf/tst-alignmod3.c => sysdeps/nios2/tst-file-align.h (68%) delete mode 100644 sysdeps/riscv/nptl/Makefile delete mode 100644 sysdeps/riscv/nptl/tcb-offsets.sym create mode 100644 sysdeps/unix/sysv/linux/malloc-hugepages.c