commit | ccd7c62460a1ca6a8fb800de0d50d973ba62dcb8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Tue Aug 15 15:53:32 2023 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Thu Aug 17 14:03:42 2023 -0700 |
tree | c185ec6a08355bf3697a1e64255add0e778e96d5 | |
parent | 8ffba8590b5907d6d440c32b8b30d41a8194e77b [diff] |
rcutorture: Add test of RCU CPU stall notifiers This commit registers an RCU CPU stall notifier when testing RCU CPU stalls. The notifier logs a message similar to the following: rcu_torture_stall_nf: v=1, duration=21001. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>