mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-15 11:08:06 +00:00
rcutorture: Print GP age upon forward-progress failure
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
This commit is contained in:
parent
bfcfcffc5f
commit
8dd3b54689
1 changed files with 2 additions and 0 deletions
|
|
@ -2682,6 +2682,8 @@ void rcu_fwd_progress_check(unsigned long j)
|
||||||
struct rcu_data *rdp;
|
struct rcu_data *rdp;
|
||||||
|
|
||||||
if (rcu_gp_in_progress()) {
|
if (rcu_gp_in_progress()) {
|
||||||
|
pr_info("%s: GP age %lu jiffies\n",
|
||||||
|
__func__, jiffies - rcu_state.gp_start);
|
||||||
show_rcu_gp_kthreads();
|
show_rcu_gp_kthreads();
|
||||||
} else {
|
} else {
|
||||||
preempt_disable();
|
preempt_disable();
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue