Version 0.57 of the rt-tests package is now available both as a tarball
on kernel.org and in my git repository:
tarball:
http://www.kernel.org/pub/linux//kernel/people/clrkwllms/rt-tests/rt-tests-0.57.tar.bz2
git:
git://git.kernel.org/pub/scm/linux/kernel/git/clrkwllms/rt-tests.git
This version adds tests from Carsten Emde:
- backfire/sendme - measure signal propagation time from driver to
userspace
- ptsematest - measure latency of posix mutex
- sigwaittest - measure interthread signal latency
- svsematest - measure interthread SystemV semaphore latency
Many thanks to John Kacur <[email protected]> for doing the integration
work in adding these tests.
Clark