This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 4f5f8343c3 Linux: Match kernel text for SCHED_ macros new 9897ced8e7 elf: Run constructors on cyclic recursive dlopen (bug 31986) new e096b7a189 elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTEN [...] new 43db5e2c06 elf: Signal RT_CONSISTENT after relocation processing in dlo [...]
The 3 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: elf/Makefile | 12 +++ elf/dl-close.c | 10 +-- elf/dl-open.c | 50 ++++++++--- elf/dl-support.c | 1 + elf/rtld.c | 6 +- elf/tst-dlopen-auditdup-auditmod.c | 100 +++++++++++++++++++++ ...t-dlopen-tlsreinit1.c => tst-dlopen-auditdup.c} | 20 ++--- ...lclose-lazy-mod2.c => tst-dlopen-auditdupmod.c} | 39 ++++---- .../tst-dlopen-recurse.c | 25 ++---- .../tst-join7mod.c => elf/tst-dlopen-recursemod1.c | 51 ++++------- elf/tst-dlopen-recursemod2.c | 66 ++++++++++++++ 11 files changed, 277 insertions(+), 103 deletions(-) create mode 100644 elf/tst-dlopen-auditdup-auditmod.c copy elf/{tst-dlopen-tlsreinit1.c => tst-dlopen-auditdup.c} (70%) copy elf/{tst-dlclose-lazy-mod2.c => tst-dlopen-auditdupmod.c} (54%) copy malloc/tst-aligned-alloc-random.c => elf/tst-dlopen-recurse.c (71%) copy sysdeps/pthread/tst-join7mod.c => elf/tst-dlopen-recursemod1.c (52%) create mode 100644 elf/tst-dlopen-recursemod2.c