This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 213573f86e write_archive_locales: Fix memory leak new 1387ad6225 elf: Fix data races in pthread_create and TLS access [BZ #19329] new f4f8f4d4e0 elf: Use relaxed atomics for racy accesses [BZ #19329] new 9d0e30329c elf: Add test case for [BZ #19329] new 572bd547d5 elf: Fix DTV gap reuse logic [BZ #27135]
The 4 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 | 9 ++++- elf/dl-close.c | 26 +++++++++---- elf/dl-open.c | 15 ++------ elf/dl-tls.c | 99 +++++++++++++++++++++++++++++++++++-------------- elf/tst-tls21.c | 68 +++++++++++++++++++++++++++++++++ elf/tst-tls21mod.c | 1 + sysdeps/x86_64/dl-tls.c | 3 +- 7 files changed, 171 insertions(+), 50 deletions(-) create mode 100644 elf/tst-tls21.c create mode 100644 elf/tst-tls21mod.c