This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 8d42bf859a Fix tst-pkey expectations on pkey_get [BZ #23202] new 27d83441a2 Block all signals on timer_create thread (BZ#10815)
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: nptl/Makefile | 5 +- nptl/tst-cancel28.c | 79 +++++++++++++++++++++++++ rt/Makefile | 7 ++- rt/tst-timer-sigmask.c | 78 +++++++++++++++++++++++++ sysdeps/unix/sysv/linux/internal-signals.h | 21 +++++++ sysdeps/unix/sysv/linux/timer_routines.c | 94 +++++++++++------------------- 6 files changed, 221 insertions(+), 63 deletions(-) create mode 100644 nptl/tst-cancel28.c create mode 100644 rt/tst-timer-sigmask.c