[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <167353671881.4906.17023070386600990258.tip-bot2@tip-bot2>
Date: Thu, 12 Jan 2023 15:18:38 -0000
From: "tip-bot2 for Mathieu Desnoyers" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: kernel test robot <oliver.sang@...el.com>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: sched/core] selftests/rseq: Revert "selftests/rseq: Add
mm_numa_cid to test script"
The following commit has been merged into the sched/core branch of tip:
Commit-ID: c91b0bf3e590a2dd0f2af4bb048abc0542eabf2e
Gitweb: https://git.kernel.org/tip/c91b0bf3e590a2dd0f2af4bb048abc0542eabf2e
Author: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
AuthorDate: Wed, 04 Jan 2023 11:35:42 -05:00
Committer: Peter Zijlstra <peterz@...radead.org>
CommitterDate: Thu, 12 Jan 2023 11:22:22 +01:00
selftests/rseq: Revert "selftests/rseq: Add mm_numa_cid to test script"
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@...el.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@...radead.org>
Link: https://lore.kernel.org/oe-lkp/202301040903.2dd1e25b-oliver.sang@intel.com
---
tools/testing/selftests/rseq/run_param_test.sh | 5 -----
1 file changed, 5 deletions(-)
diff --git a/tools/testing/selftests/rseq/run_param_test.sh b/tools/testing/selftests/rseq/run_param_test.sh
index 603b3b6..8d31426 100755
--- a/tools/testing/selftests/rseq/run_param_test.sh
+++ b/tools/testing/selftests/rseq/run_param_test.sh
@@ -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
}
Powered by blists - more mailing lists