rcu: Fix macro name CONFIG_TASKS_RCU_TRACE
authorZhouyi Zhou <zhouzhouyi@gmail.com>
Tue, 13 Jul 2021 00:56:45 +0000 (08:56 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Sep 2021 11:40:19 +0000 (13:40 +0200)
commitd3ca78775db42eedde8ce9fee5fbd5be4b36a0f1
tree652cca4bc63733b0d32c28ea4ce639a7b8e302cd
parent34609faad0c9f9f08d4b59d25c94b78bf5710d93
rcu: Fix macro name CONFIG_TASKS_RCU_TRACE

[ Upstream commit fed31a4dd3adb5455df7c704de2abb639a1dc1c0 ]

This commit fixes several typos where CONFIG_TASKS_RCU_TRACE should
instead be CONFIG_TASKS_TRACE_RCU.  Among other things, these typos
could cause CONFIG_TASKS_TRACE_RCU_READ_MB=y kernels to suffer from
memory-ordering bugs that could result in false-positive quiescent
states and too-short grace periods.

Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
include/linux/rcupdate.h
kernel/rcu/tree_plugin.h