Skip to content

Commit 33b2b93

Browse files
committed
rcu: Remove self-stack-trace when all quiescent states seen
When all quiescent states have been seen, it is normally the grace-period kthread that is in trouble. Although the existing stack trace from the current CPU might possibly provide useful information, experience indicates that there is too much noise for this to be worthwhile. This commit therefore removes this stack trace from the output. Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 8837582 commit 33b2b93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/rcu/tree_stall.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,6 @@ static void print_other_cpu_stall(unsigned long gp_seq)
440440
rcu_state.name, j - gpa, j, gpa,
441441
READ_ONCE(jiffies_till_next_fqs),
442442
rcu_get_root()->qsmask);
443-
/* In this case, the current CPU might be at fault. */
444-
sched_show_task(current);
445443
}
446444
}
447445
/* Rewrite if needed in case of slow consoles. */

0 commit comments

Comments
 (0)