This release just contains the fix for the problem reported and investigated by Mike Galbraith. Thanks Mike The solution was to move the get_timestamp() call to the ramp up phase before the actual benchmark starts. Bug reports, testing, patches are always appreciated. Enjoy! Clone git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git https://kernel.googlesource.com/pub/scm/utils/rt-tests/rt-tests.git Branch: main Tag: v2.1 Tarballs are available here: https://kernel.org/pub/linux/utils/rt-tests Older version tarballs are available here: https://kernel.org/pub/linux/utils/rt-tests/older Daniel Wagner (2): rt-utils: Call get_timestmap() in rt_init() rt-utils: Remove empty rt_test_start() John Kacur (1): rt-tests: Change VERSION to 2.1 Makefile | 2 +- src/cyclictest/cyclictest.c | 1 - src/include/rt-utils.h | 2 -- src/lib/rt-utils.c | 29 ++++++++++++--------------- src/oslat/oslat.c | 1 - src/pi_tests/pi_stress.c | 1 - src/pmqtest/pmqtest.c | 1 - src/ptsematest/ptsematest.c | 1 - src/rt-migrate-test/rt-migrate-test.c | 1 - src/sched_deadline/cyclicdeadline.c | 1 - src/signaltest/signaltest.c | 1 - src/sigwaittest/sigwaittest.c | 1 - src/ssdd/ssdd.c | 1 - src/svsematest/svsematest.c | 1 - 14 files changed, 14 insertions(+), 30 deletions(-) -- 2.31.1