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-release-aarch64-spec2k6-O2_LTO 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 adds f411207a83 gconv: Do not emit spurious NUL character in ISO-2022-JP-3 ( [...] adds cf8c6a634c elf: Earlier missing dynamic segment check in _dl_map_object [...]
No new revisions were added by this update.
Summary of changes: NEWS | 2 + elf/Makefile | 16 ++++-- elf/dl-load.c | 25 +++++---- 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, 217 insertions(+), 130 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%)