Re: [RFC PATCH 01/12] rcu: Implement rcu_segcblist_is_offloaded() config dependent

From: Frederic Weisbecker
Date: Wed Sep 23 2020 - 11:25:19 EST


On Tue, Sep 22, 2020 at 04:11:50PM -0700, Paul E. McKenney wrote:
> On Tue, Sep 22, 2020 at 11:43:26PM +0200, Frederic Weisbecker wrote:
> > On Mon, Sep 21, 2020 at 05:27:32PM -0700, Paul E. McKenney wrote:
> > > On Mon, Sep 21, 2020 at 02:43:40PM +0200, Frederic Weisbecker wrote:
> > > > This simplify the usage of this API and avoid checking the kernel
> > > > config from the callers.
> > > >
> > > > Suggested-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
> > > > 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>
> > >
> > > Nice cleanup! I clearly should have done it this way to start with.
> > >
> > > Any reason I shouldn't pull this into -rcu right now?
> >
> > I think that very one can be applied indeed.
>
> Very well! I had to hand-apply it due to recent -rcu thrash, and as
> usual I could not resist wordsmithing the commit log. Please let
> me know if I messed anything up.

Looks very good, thanks!