This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.35/master in repository glibc.
from 710057676d sysdeps/x86/Makefile: Split and sort tests new f48d763ab8 elf: Avoid some free (NULL) calls in _dl_update_slotinfo new c3beedeb70 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%)