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 44f757a636 LoongArch: Delete excessively allocated memory. new ccdc4cba07 elf: Fix TLS modid reuse generation assignment (BZ 29039) new 0de9082ed8 elf: Add TLS modid reuse test for bug 29039
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 | 15 +++++++++ elf/dl-tls.c | 1 + elf/tst-tlsgap-mod0.c | 2 ++ elf/tst-tlsgap-mod1.c | 2 ++ elf/tst-tlsgap-mod2.c | 2 ++ elf/tst-tlsgap.c | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 114 insertions(+) create mode 100644 elf/tst-tlsgap-mod0.c create mode 100644 elf/tst-tlsgap-mod1.c create mode 100644 elf/tst-tlsgap-mod2.c create mode 100644 elf/tst-tlsgap.c