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_apm/llvm-release-arm-spec2k6-Os in repository toolchain/ci/glibc.
from 024a7640ab elf: Avoid deadlock between pthread_create and ctors [BZ #28357] adds 01bffc013c Handle NULL input to malloc_usable_size [BZ #28506] adds f42373f911 ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340] adds 5f36e5c701 ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340] adds 6548a9bdba Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so new f411207a83 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 ( [...]
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: NEWS | 2 + elf/Makefile | 16 ++++-- elf/dl-load.c | 3 +- elf/dl-reloc-static-pie.c | 12 ++++- elf/get-dynamic-info.h | 21 ++------ elf/rtld.c | 7 ++- elf/setup-vdso.h | 5 +- nptl/elision-trylock.c => elf/tst-ro-dynamic-mod.c | 4 +- elf/tst-ro-dynamic-mod.map | 16 ++++++ elf/{tst-audit17.c => tst-ro-dynamic.c} | 8 ++- iconvdata/Makefile | 5 +- iconvdata/bug-iconv15.c | 60 ++++++++++++++++++++++ iconvdata/iso-2022-jp-3.c | 28 +++++++--- include/link.h | 3 ++ malloc/malloc-debug.c | 13 ++--- malloc/malloc.c | 25 ++++----- malloc/tst-malloc-usable.c | 22 ++++---- .../generic/dl-relocate-ld.h | 15 +++--- sysdeps/generic/ldsodefs.h | 17 ++++-- sysdeps/{generic/fork.h => mips/dl-relocate-ld.h} | 19 +++---- sysdeps/mips/ldsodefs.h | 4 -- .../riscv/dl-relocate-ld.h | 15 +++--- sysdeps/riscv/ldsodefs.h | 5 -- 23 files changed, 205 insertions(+), 120 deletions(-) copy nptl/elision-trylock.c => elf/tst-ro-dynamic-mod.c (92%) create mode 100644 elf/tst-ro-dynamic-mod.map copy elf/{tst-audit17.c => tst-ro-dynamic.c} (84%) create mode 100644 iconvdata/bug-iconv15.c copy nptl/tst-pthread_exit-nothreads.c => sysdeps/generic/dl-relocate-ld.h (78%) copy sysdeps/{generic/fork.h => mips/dl-relocate-ld.h} (78%) copy nptl/tst-pthread_exit-nothreads.c => sysdeps/riscv/dl-relocate-ld.h (76%)