rcutorture: Stop testing RCU Tasks Rude asynchronous APIs
authorPaul E. McKenney <paulmck@kernel.org>
Wed, 3 Jul 2024 16:04:08 +0000 (09:04 -0700)
committerNeeraj Upadhyay <neeraj.upadhyay@kernel.org>
Wed, 14 Aug 2024 11:16:31 +0000 (16:46 +0530)
commitb428a9de9bba8877aeb5de4691cc9334467065d6
tree9d536acfc38d8d81760db442ef5675c90923e9fd
parent0ff92d145a2be4da47e2ee6287a731084fba112f
rcutorture: Stop testing RCU Tasks Rude asynchronous APIs

The call_rcu_tasks_rude() and rcu_barrier_tasks_rude() APIs are currently
unused.  Furthermore, the idea is to get rid of RCU Tasks Rude entirely
once all architectures have their deep-idle and entry/exit code correctly
marked as inline or noinstr.  As a first step towards this goal, this
commit therefore removes these two functions from rcutorture testing.

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Neeraj Upadhyay <neeraj.upadhyay@kernel.org>
kernel/rcu/rcutorture.c