Re: [PATCH -next v2 2/4] rcu/nocb: Add warning if no rcuog wake up attempt happened during overload
From: Joel Fernandes
Date: Mon Jan 19 2026 - 17:04:22 EST
On 1/16/2026 4:56 PM, Frederic Weisbecker wrote:
Le Wed, Jan 14, 2026 at 12:31:52PM -0500, Joel Fernandes a écrit :Yes! I will drop this hunk on respin, thanks.
@@ -1254,6 +1262,7 @@ lazy_rcu_shrink_scan(struct shrinker *shrink, struct shrink_control *sc)
continue;
}
rcu_nocb_try_flush_bypass(rdp, jiffies);
+ rdp->nocb_gp_handling = true;
It should be true already, right?
- Joel