This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5c3e322d3b x86-64: Implement memmove family IFUNC selectors in C new 0edbf12301 nptl: Invert the mmap/mprotect logic on allocated stacks (BZ#18988)
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: ChangeLog | 15 +++++ benchtests/Makefile | 2 +- benchtests/thread_create-inputs | 14 +++++ .../thread_create-source.c | 41 ++++++++++++-- nptl/allocatestack.c | 66 +++++++++++++++++++--- support/Makefile | 1 + ...setstacksize.c => xpthread_attr_setguardsize.c} | 8 +-- support/xthread.h | 2 + 8 files changed, 132 insertions(+), 17 deletions(-) create mode 100644 benchtests/thread_create-inputs copy support/xpthread_attr_init.c => benchtests/thread_create-source.c (51%) copy support/{xpthread_attr_setstacksize.c => xpthread_attr_setguardsize.c} (79%)