rcu: Add TPS() protection for _rcu_barrier_trace strings
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 27 Jun 2017 20:22:17 +0000 (13:22 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 17 Aug 2017 14:26:22 +0000 (07:26 -0700)
commitd8db2e86d8ba20ef7eb8ba8627129ade40192838
tree0e148d7a5949aed0d9083f40f170e0031d3eb290
parentd5374226c3e444239e063f005dfb59cae4390db4
rcu: Add TPS() protection for _rcu_barrier_trace strings

The _rcu_barrier_trace() function is a wrapper for trace_rcu_barrier(),
which needs TPS() protection for strings passed through the second
argument.  However, it has escaped prior TPS()-ification efforts because
it _rcu_barrier_trace() does not start with "trace_".  This commit
therefore adds the needed TPS() protection

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/rcu/tree.c