This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 39ca997ab3 Fix name space violation in fortify wrappers (bug 32052) new fe06fb313b elf: Clarify and invert second argument of _dl_allocate_tls_init new 5097cd344f elf: Avoid re-initializing already allocated TLS in dlopen ( [...]
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: elf/Makefile | 30 ++++++ elf/dl-open.c | 35 +------ elf/dl-tls.c | 57 +++++++++--- elf/rtld.c | 2 +- .../tst-dlopen-tlsreinit1.c | 23 ++--- .../tst-dlopen-tlsreinit2.c | 31 +++---- elf/tst-dlopen-tlsreinit3.c | 2 + elf/tst-dlopen-tlsreinit4.c | 2 + .../tst-dlopen-tlsreinitmod1.c | 11 +-- .../tst-dlopen-tlsreinitmod2.c | 18 ++-- elf/tst-dlopen-tlsreinitmod3.c | 102 +++++++++++++++++++++ include/link.h | 1 + nptl/allocatestack.c | 2 +- sysdeps/generic/ldsodefs.h | 12 +-- 14 files changed, 226 insertions(+), 102 deletions(-) copy malloc/tst-aligned-alloc-random.c => elf/tst-dlopen-tlsreinit1.c (67%) copy sysdeps/x86_64/tst-plt-rewrite2.c => elf/tst-dlopen-tlsreinit2.c (69%) create mode 100644 elf/tst-dlopen-tlsreinit3.c create mode 100644 elf/tst-dlopen-tlsreinit4.c copy stdlib/stdc_bit_ceil_ul.c => elf/tst-dlopen-tlsreinitmod1.c (81%) copy support/xgetpeername.c => elf/tst-dlopen-tlsreinitmod2.c (68%) create mode 100644 elf/tst-dlopen-tlsreinitmod3.c