This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8cbab3b729 hurd: Protect against servers returning bogus read/write lengths new 9b5f2eb9fc Add further test of TLS
The 1 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 | 36 +++++ elf/tst-tls22-gnu2.c | 1 + elf/tst-tls22-mod1-gnu2.c | 1 + elf/tst-tls22-mod1-vars.c | 9 ++ .../tst-tls22-mod1.c | 12 +- elf/tst-tls22-mod2-gnu2.c | 1 + elf/tst-tls22-mod2-vars.c | 9 ++ support/xclosedir.c => elf/tst-tls22-mod2.c | 12 +- elf/tst-tls22-vars.c | 9 ++ elf/tst-tls22.c | 147 +++++++++++++++++++++ elf/tst-tls22.h | 115 ++++++++++++++++ 11 files changed, 339 insertions(+), 13 deletions(-) create mode 100644 elf/tst-tls22-gnu2.c create mode 100644 elf/tst-tls22-mod1-gnu2.c create mode 100644 elf/tst-tls22-mod1-vars.c copy support/support_check_stat_fd.c => elf/tst-tls22-mod1.c (74%) create mode 100644 elf/tst-tls22-mod2-gnu2.c create mode 100644 elf/tst-tls22-mod2-vars.c copy support/xclosedir.c => elf/tst-tls22-mod2.c (77%) create mode 100644 elf/tst-tls22-vars.c create mode 100644 elf/tst-tls22.c create mode 100644 elf/tst-tls22.h