commit | 33b2b93bd831fc0e994654cef3d046c713e3b55e | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Fri Apr 03 14:12:07 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Apr 27 11:04:37 2020 -0700 |
tree | 1f9a034459ebf77b5c8ef8171e57ce007c1f1b63 | |
parent | 88375825171c7de5f1e68ac6fd5d35d3b831da3c [diff] |
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 <paulmck@kernel.org>