On Mon, Dec 11, 2023 at 01:39:40PM -0800, Paul E. McKenney wrote: > This one passes TREE01 and TINY01, but on TREE09 still gets this: > > kernel/rcu/tree_nocb.h:1785:13: error: ‘__call_rcu_nocb_wake’ defined but not used [-Werror=unused-function] > > Huh. I suppose that there is always __maybe_unused? Looks like a good fit indeed! Thanks! > Thanx, Paul