This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5bc1733 elf: dl-minimal malloc needs to respect fundamental alignment new a2ff21f elf: Avoid using memalign for TLS allocations [BZ #17730] new 6c444ad elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]
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: ChangeLog | 37 ++++++++++ csu/libc-tls.c | 2 +- elf/dl-tls.c | 164 ++++++++++++++++++++++++++----------------- nptl/Makefile | 8 ++- nptl/allocatestack.c | 4 +- nptl/tst-tls3-malloc.c | 176 +++++++++++++++++++++++++++++++++++++++++++++++ sysdeps/generic/dl-dtv.h | 12 ++-- 7 files changed, 327 insertions(+), 76 deletions(-) create mode 100644 nptl/tst-tls3-malloc.c