selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 4 Jan 2023 16:35:42 +0000 (11:35 -0500)
committerPeter Zijlstra <peterz@infradead.org>
Thu, 12 Jan 2023 10:22:22 +0000 (11:22 +0100)
The mm_numa_cid related rseq patches from the series were not picked up
into the tip tree, so enabling the mm_numa_cid test needs to be
reverted.

This reverts commit b344b8f2d88dbf095caf97ac57fd3645843fa70f.

Reported-by: kernel test robot <oliver.sang@intel.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/oe-lkp/202301040903.2dd1e25b-oliver.sang@intel.com
tools/testing/selftests/rseq/run_param_test.sh

index 603b3b69d20c2f36c4cbfc31e1d883688ed8cde9..8d31426ab41f22daa66d68c3ac150ee7bb26221d 100755 (executable)
@@ -47,11 +47,6 @@ function do_tests()
                ./param_test_mm_cid ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
                echo "Running mm_cid compare-twice test ${TEST_NAME[$i]}"
                ./param_test_mm_cid_compare_twice ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
-
-               echo "Running mm_numa_cid test ${TEST_NAME[$i]}"
-               ./param_test_mm_numa_cid ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
-               echo "Running mm_numa_cid compare-twice test ${TEST_NAME[$i]}"
-               ./param_test_mm_numa_cid_compare_twice ${TEST_LIST[$i]} -r ${REPS} -t ${NR_THREADS} ${@} ${EXTRA_ARGS} || exit 1
                let "i++"
        done
 }