Re: [PATCH 0/8] sched/isolation: Split housekeeping cpumask

From: Marcelo Tosatti
Date: Thu Jan 06 2022 - 12:26:32 EST


On Tue, Jan 04, 2022 at 03:49:36PM +0100, Frederic Weisbecker wrote:
> Hi,
>
> To prepare for extending cpusets to control CPU isolation features
> (nohz_full, rcu_nocbs, unbound timers, workqueues, kthreads affinity...),
> we need to split the global housekeeping_mask to one cpumask per isolation
> feature.
>
> Doing so is quite a chunk already so I'm working on that as a standalone
> patchset. Once that get merged, the next step is to finally provide a
> cpuset interface for one of these isolation features: rcu_nocb could
> be interesting to handle first as nohz_full depends on it.
>
> git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git
> isolation/split
>
> HEAD: 2c07a16ff50d1e722babee28b926d70522e6bd3e
>
> Thanks,
> Frederic

Looks good.

Reviewed-by: Marcelo Tosatti <mtosatti@xxxxxxxxxx>