This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from 2ededd1b62 Make pointer in tst-realloc volatile also new 1cdc251369 Revert upstream removal of async-safe TLS patches. new 1d2b702dde Fix TLS problems not handled by cherrypick new 33caf2b08a Fix regressions in async-safe TLS, add run-time control for [...]
The 3 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/Versions | 1 + elf/dl-misc.c | 157 ++++++++++++++++++++++++++++++++++++ elf/dl-open.c | 5 +- elf/dl-reloc.c | 62 ++++++++++++-- elf/dl-support.c | 3 + elf/dl-tls.c | 137 ++++++++++++++++++++++++++++--- elf/rtld.c | 24 +++++- nptl/Makefile | 7 ++ nptl/allocatestack.c | 11 ++- nptl/tst-tls7a.c | 144 +++++++++++++++++++++++++++++++++ nptl/{tst-sem2.c => tst-tls7amod.c} | 41 ++++------ sysdeps/generic/ldsodefs.h | 19 +++++ sysdeps/mach/hurd/dl-sysdep.h | 7 ++ sysdeps/unix/sysv/linux/dl-sysdep.c | 44 ++++++++++ sysdeps/unix/sysv/linux/dl-sysdep.h | 4 + 15 files changed, 615 insertions(+), 51 deletions(-) create mode 100644 nptl/tst-tls7a.c copy nptl/{tst-sem2.c => tst-tls7amod.c} (58%)