mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
selftests/rseq: Remove RSEQ_SKIP_FASTPATH code
This code is not currently build by the test Makefile, adds complexity, and is not overall useful considering that the abort handling loops to retry the fast-path. 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-10-mathieu.desnoyers@efficios.com
This commit is contained in:
committed by
Peter Zijlstra
parent
f7b01bb0b5
commit
72cb1d7f2f
@@ -38,11 +38,7 @@ static int opt_yield, opt_signal, opt_sleep,
|
||||
opt_disable_rseq, opt_threads = 200,
|
||||
opt_disable_mod = 0, opt_test = 's', opt_mb = 0;
|
||||
|
||||
#ifndef RSEQ_SKIP_FASTPATH
|
||||
static long long opt_reps = 5000;
|
||||
#else
|
||||
static long long opt_reps = 100;
|
||||
#endif
|
||||
|
||||
static __thread __attribute__((tls_model("initial-exec")))
|
||||
unsigned int signals_delivered;
|
||||
|
||||
Reference in New Issue
Block a user