Commit 8dd3b546 authored by Paul E. McKenney's avatar Paul E. McKenney

rcutorture: Print GP age upon forward-progress failure

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.ibm.com>
parent bfcfcffc
......@@ -2682,6 +2682,8 @@ void rcu_fwd_progress_check(unsigned long j)
struct rcu_data *rdp;
if (rcu_gp_in_progress()) {
pr_info("%s: GP age %lu jiffies\n",
__func__, jiffies - rcu_state.gp_start);
show_rcu_gp_kthreads();
} else {
preempt_disable();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment