This series relies on the "Move common code to helper libraries" series [1]. After the recent debugging session I think it would be a good thing to change the default behavior of signaltest and set the affinity on default. One thing I also was tempted to change is the default priority to let's say 98, so that the default settings are useful. It's so easy to forget to set something and get bad numbers. Obviously, if we agree on this, we should go over all the tests and try to come of usable defaults. Thanks, Daniel [1] https://lore.kernel.org/linux-rt-users/20201113210910.21807-1-dwagner@xxxxxxx/ Daniel Wagner (3): rt-numa: Move thread placement code to rt-numa library signaltest: Implement thread placing signaltest: Set affintiy on default Makefile | 4 +- src/cyclictest/cyclictest.c | 98 +++---------------------------- src/include/rt-numa.h | 13 ++++ src/lib/rt-numa.c | 100 +++++++++++++++++++++++++++++++ src/signaltest/signaltest.8 | 22 ++++++- src/signaltest/signaltest.c | 114 ++++++++++++++++++++++++++++++++++-- 6 files changed, 252 insertions(+), 99 deletions(-) -- 2.29.2