mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 14:02:06 -04:00
selftests/rseq: Implement parametrized mm_cid test
Adapt to the rseq.h API changes introduced by commits "selftests/rseq: <arch>: Template memory ordering and percpu access mode". Build a new param_test_mm_cid, param_test_mm_cid_benchmark, and param_test_mm_cid_compare_twice executables to test the new "mm_cid" rseq field. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lore.kernel.org/r/20221122203932.231377-20-mathieu.desnoyers@efficios.com
This commit is contained in:
committed by
Peter Zijlstra
parent
cead720627
commit
ee31fff091
3
tools/testing/selftests/rseq/.gitignore
vendored
3
tools/testing/selftests/rseq/.gitignore
vendored
@@ -6,3 +6,6 @@ basic_rseq_op_test
|
||||
param_test
|
||||
param_test_benchmark
|
||||
param_test_compare_twice
|
||||
param_test_mm_cid
|
||||
param_test_mm_cid_benchmark
|
||||
param_test_mm_cid_compare_twice
|
||||
|
||||
Reference in New Issue
Block a user