rcu: Mark obtuse portion of stall warning as internal debug
authorPaul E. McKenney <paulmck@kernel.org>
Fri, 6 Nov 2020 21:52:31 +0000 (13:52 -0800)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 4 Jan 2021 21:54:40 +0000 (13:54 -0800)
commitb08ea1de6a8f8929c7dafd6f708799365fa90c11
treeb37a04f865ec0c76e44dd844e13f1ec95548e7f1
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
rcu: Mark obtuse portion of stall warning as internal debug

There is a rather obtuse string that can be printed as part of an
expedited RCU CPU stall-warning message that starts with "blocking
rcu_node structures".  Under normal conditions, most of this message
is just repeating the list of CPUs blocking the current expedited grace
period, but in a manner that is rather difficult to read.  This commit
therefore marks this message as "(internal RCU debug)" in an effort to
give people the option of avoiding wasting time attempting to extract
nonexistent additional meaning from this portion of the message.

Reported-by: Jonathan Lemon <bsd@fb.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree_exp.h