Re: [PATCH 31/38] rcu: Replace deprecated CPU-hotplug functions.

From: Paul E. McKenney
Date: Tue Aug 10 2021 - 14:20:40 EST


On Tue, Aug 10, 2021 at 02:42:09PM +0200, Thomas Gleixner wrote:
> On Tue, Aug 03 2021 at 09:00, Paul E. McKenney wrote:
> > On Tue, Aug 03, 2021 at 04:16:14PM +0200, Sebastian Andrzej Siewior wrote:
> >> The functions get_online_cpus() and put_online_cpus() have been
> >> deprecated during the CPU hotplug rework. They map directly to
> >> cpus_read_lock() and cpus_read_unlock().
> >>
> >> Replace deprecated CPU-hotplug functions with the official version.
> >> The behavior remains unchanged.
> >>
> > I have queued this one and 35/38 (rcutorture) for v5.16. If you would
> > prefer to send them some other route, please let me know and:
>
> 5.15 would be appreciated so we can get rid of the old interface around
> rc1.

Fair enough! I have rebased to pull those two patches into my v5.15 pile.

Thanx, Paul