This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 2c41b52 debug/tst-longjmp_chk2: Make signal handler more conservative [...] new b39b6e0 nptl: Add sendmmsg and recvmmsg cancellation tests
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 | 10 ++ nptl/Makefile | 3 +- nptl/tst-cancel4-common.c | 257 ++++++++++++++++++++++++++++++++++++ nptl/tst-cancel4-common.h | 77 +++++++++++ nptl/tst-cancel4.c | 323 +++------------------------------------------- nptl/tst-cancel4_1.c | 127 ++++++++++++++++++ nptl/tst-cancel4_2.c | 125 ++++++++++++++++++ 7 files changed, 613 insertions(+), 309 deletions(-) create mode 100644 nptl/tst-cancel4-common.c create mode 100644 nptl/tst-cancel4-common.h create mode 100644 nptl/tst-cancel4_1.c create mode 100644 nptl/tst-cancel4_2.c