I'm pleased to announce version 2.4 of the rt-tests suite. Thanks to everyone who contributed! John Kacur To fetch: 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.4 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 John Kacur (5): rt-tests: Fix parsing of affinity when there is a space. rt-tests: Remove classic_pi rt-tests: Makefile: ctags: Change obsolete extra to extras rt-tests: cyclictest: Fix seg fault for verbose with no affinity maxk rt-tests: Change to version v2.4 Liwei Song (1): rt-migrate-test: increase the buf size to 2048 when parse cpuinfo Marcelo Tosatti (1): rt-numa: ignore runtime cpumask if -a CPULIST is specified Nicolas Saenz Julienne (1): oslat: Print offending cpu number when above threshold Oscar Shiang (3): rt-numa: Correct the comment of numa_initialize() rt-tests: oslat.8: Remove the argument of --bias rt-tests: hwlatdetect: Add option to specify cpumask Sebastian Andrzej Siewior (1): cyclictest: Delay setting of main_affinity_mask after creating threads. Song Chen (1): sched_deadline/cyclicdeadline: add tracelimit Yihao Wu (1): hackbench: Add af_inet mode besides af_unix and pipe bartwensley (1): rt-tests: resync has_smi_counter with turbostat code Makefile | 6 +- src/cyclictest/cyclictest.c | 119 +++-- src/hackbench/hackbench.c | 57 ++- src/hwlatdetect/hwlatdetect.8 | 3 + src/hwlatdetect/hwlatdetect.py | 19 + src/lib/rt-numa.c | 5 +- src/oslat/oslat.8 | 2 +- src/oslat/oslat.c | 8 +- src/pi_tests/classic_pi.c | 599 -------------------------- src/pi_tests/classic_pi.odg | Bin 12470 -> 0 bytes src/rt-migrate-test/rt-migrate-test.c | 4 +- src/sched_deadline/cyclicdeadline.8 | 6 + src/sched_deadline/cyclicdeadline.c | 49 ++- src/signaltest/signaltest.c | 4 +- 14 files changed, 227 insertions(+), 654 deletions(-) delete mode 100644 src/pi_tests/classic_pi.c delete mode 100644 src/pi_tests/classic_pi.odg -- 2.36.1