I'm pleased to announce rt-tests-2.2 v2.2 mostly contains some small fixes. There is also Daniel Wagner's change to use sched_getaffinity to help with static compiling for the LAVA project. I made a few changes in the deadline tests (sched_deadline and deadline_test) to accomodate the new location of the HRTICK file and to use the HRTICK_DL feature if available, based on some changes in stalld Finally there is a patch from Nicolas Saenz Julienne for oslat to ensure that CPUS are out of idle and running at max frequency before starting test measurements of latencies. Bug reports and patches are always welcome. 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.2 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 (3): signaltest: Fix printf format specifier cyclicdeadline: Fix buffer allocation rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np() John Kacur (10): sched_deadline: Accommodate new location of HRTICK file in kernel sched_deadline: Use HRTICK_DL for sched_deadline tests rt-tests: deadline_test: Move va_start forward rt-tests: deadline_test: Remove deadcode rt-tests: ptsematest: Remove deadcode rt-tests: pi_stress: Don't call free on alloca rt-tests: pip_stress: Add missing paramater in error message rt-tests: pi_stress: Add missing parameter and fix types rt-tests: deadline_test: Exit with message if threads less than 1 rt-tests: Change VERSION to 2.2 Nicolas Saenz Julienne (2): oslat: Remove redundant include oslat: Don't take trace_threshold into account during preheat Makefile | 2 +- src/lib/rt-numa.c | 6 +- src/oslat/oslat.c | 12 ++-- src/pi_tests/pi_stress.c | 12 ++-- src/pi_tests/pip_stress.c | 2 +- src/ptsematest/ptsematest.c | 6 -- src/sched_deadline/cyclicdeadline.c | 94 +++++++++++++++++++------ src/sched_deadline/deadline_test.c | 102 +++++++++++++++++++++------- src/signaltest/signaltest.c | 6 +- 9 files changed, 171 insertions(+), 71 deletions(-) -- 2.31.1