pr_err("INFO: Stall ended before state dump start\n");
} else {
j = jiffies;
---- gpa = READ_ONCE(rcu_state.gp_activity);
++++ gpa = data_race(rcu_state.gp_activity);
pr_err("All QSes seen, last %s kthread activity %ld (%ld-%ld), jiffies_till_next_fqs=%ld, root ->qsmask %#lx\n",
rcu_state.name, j - gpa, j, gpa,
---- READ_ONCE(jiffies_till_next_fqs),
++++ data_race(jiffies_till_next_fqs),
rcu_get_root()->qsmask);
--- - /* In this case, the current CPU might be at fault. */
--- - sched_show_task(current);
}
}
/* Rewrite if needed in case of slow consoles. */