This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 82688ca310 s390x: Regenerated ULPs new e41aabcc93 tests: Verify inheritance of cpu affinity
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 | 1 + nptl/tst-pthread-affinity-inheritance.c | 71 ++++++++++ nptl/tst-skeleton-affinity-inheritance.c | 152 +++++++++++++++++++++ sysdeps/unix/sysv/linux/Makefile | 1 + .../sysv/linux/tst-sched-affinity-inheritance.c | 71 ++++++++++ 5 files changed, 296 insertions(+) create mode 100644 nptl/tst-pthread-affinity-inheritance.c create mode 100644 nptl/tst-skeleton-affinity-inheritance.c create mode 100644 sysdeps/unix/sysv/linux/tst-sched-affinity-inheritance.c