This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.38/master in repository glibc.
from 12fec8aae5 x86/string: Fixup alignment of main loop in str{n}cmp-evex [ [...] new 48642ef1a5 elf: Avoid some free (NULL) calls in _dl_update_slotinfo new 549e7f7c5a elf: Support recursive use of dynamic TLS in interposed malloc
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 | 26 ++++++ elf/dl-tls.c | 102 +++++++++++++++++++-- elf/rtld.c | 2 + elf/tst-recursive-tls.c | 60 ++++++++++++ elf/tst-recursive-tlsmallocmod.c | 64 +++++++++++++ .../tst-recursive-tlsmodN.c | 13 ++- sysdeps/generic/ldsodefs.h | 14 +++ sysdeps/x86_64/dl-tls.c | 5 +- 8 files changed, 271 insertions(+), 15 deletions(-) create mode 100644 elf/tst-recursive-tls.c create mode 100644 elf/tst-recursive-tlsmallocmod.c copy sysdeps/generic/mremap-failure.h => elf/tst-recursive-tlsmodN.c (77%)