This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8e86549d14 nptl: Correct stack size attribute when stack grows up [BZ #32574] new a6fbe36b7f nptl: Add support for setup guard pages with MADV_GUARD_INSTALL new 4c43173eba ld.so: Decorate BSS mappings
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/dl-map-segments.h | 30 +++ nptl/Makefile | 1 + nptl/TODO-testing | 4 - nptl/allocatestack.c | 267 +++++++++++++-------- nptl/descr.h | 8 +- nptl/nptl-stack.c | 2 +- nptl/pthread_create.c | 2 +- nptl/tst-guard1.c | 369 ++++++++++++++++++++++++++++++ sysdeps/generic/setvmaname.h | 12 + sysdeps/nptl/dl-tls_init_tp.c | 2 +- sysdeps/nptl/fork.h | 3 +- sysdeps/unix/sysv/linux/bits/mman-linux.h | 2 + sysdeps/unix/sysv/linux/setvmaname.c | 45 +++- sysdeps/unix/sysv/linux/setvmaname.h | 8 + 14 files changed, 644 insertions(+), 111 deletions(-) create mode 100644 nptl/tst-guard1.c