("rcutorture: Test runtime toggling of CPUs' callback offloading") should be moved on top of this pile and include this fixup. Signed-off-by: Frederic Weisbecker <frederic@xxxxxxxxxx> Cc: Paul E. McKenney <paulmck@xxxxxxxxxx> Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx> Cc: Steven Rostedt <rostedt@xxxxxxxxxxx> Cc: Mathieu Desnoyers <mathieu.desnoyers@xxxxxxxxxxxx> Cc: Lai Jiangshan <jiangshanlai@xxxxxxxxx> Cc: Joel Fernandes <joel@xxxxxxxxxxxxxxxxx> Cc: Neeraj Upadhyay <neeraju@xxxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Boqun Feng <boqun.feng@xxxxxxxxx> --- kernel/rcu/tree_plugin.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/rcu/tree_plugin.h b/kernel/rcu/tree_plugin.h index b68714e5ce64..ada4b875e489 100644 --- a/kernel/rcu/tree_plugin.h +++ b/kernel/rcu/tree_plugin.h @@ -2397,6 +2397,7 @@ int rcu_nocb_cpu_deoffload(int cpu) return ret; } +EXPORT_SYMBOL_GPL(rcu_nocb_cpu_deoffload); static int __rcu_nocb_rdp_offload(struct rcu_data *rdp) { @@ -2472,6 +2473,7 @@ int rcu_nocb_cpu_offload(int cpu) return ret; } +EXPORT_SYMBOL_GPL(rcu_nocb_cpu_offload); void __init rcu_init_nohz(void) -- 2.25.1