This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 0ff2d30dae iconv: Use TIMEOUTFACTOR for iconv test timeout new e6fd79f379 elf: Testing infrastructure for ld.so DSO sorting (BZ #17645) new 15a0c5730d elf: Fix slow DSO sorting behavior in dynamic loader (BZ #17645)
The 2 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 | 9 + elf/Makefile | 15 + elf/dl-close.c | 34 +- elf/dl-deps.c | 7 +- elf/dl-fini.c | 3 +- elf/dl-sort-maps.c | 208 +++- elf/dl-support.c | 2 + elf/dl-sysdep.c | 3 + elf/dl-tunables.list | 9 + elf/dso-sort-tests-1.def | 66 ++ elf/dso-sort-tests-2.def | 614 +++++++++++ elf/rtld.c | 3 + elf/tst-rtld-list-tunables.exp | 1 + include/link.h | 5 + manual/tunables.texi | 11 + scripts/dso-ordering-test.py | 1144 ++++++++++++++++++++ support/Depend | 1 + support/Makefile | 6 + support/support_test_main.c | 12 + support/test-driver.c | 4 +- support/test-driver.h | 1 + .../test-run-command.c | 12 +- sysdeps/generic/ldsodefs.h | 14 +- 23 files changed, 2135 insertions(+), 49 deletions(-) create mode 100644 elf/dso-sort-tests-1.def create mode 100644 elf/dso-sort-tests-2.def create mode 100644 scripts/dso-ordering-test.py create mode 100644 support/Depend copy elf/dl-diagnostics-cpu.c => support/test-run-command.c (78%)