Re: [PATCH 00/10] rcu: Allow a CPU to leave and reenter NOCB state

2020-05-13 Thread Paul E. McKenney
On Wed, May 13, 2020 at 06:47:04PM +0200, Frederic Weisbecker wrote: > This is a necessary step toward making nohz_full controllable through > cpuset. Next step should be to allow a CPU to be nocb even if it wasn't > part of the nocb set on boot. > > The core design of this set is mostly based on

[PATCH 00/10] rcu: Allow a CPU to leave and reenter NOCB state

2020-05-13 Thread Frederic Weisbecker
This is a necessary step toward making nohz_full controllable through cpuset. Next step should be to allow a CPU to be nocb even if it wasn't part of the nocb set on boot. The core design of this set is mostly based on suggestions from Paul of course.