Le Thu, Apr 10, 2025 at 12:38:25PM +0200, Gabriele Monaco a écrit :
On Thu, 2025-04-10 at 10:26 +0200, Thomas Gleixner wrote:With "nohz_full=..." or "isolcpus=nohz,..." there is always at least one
How can that happen? There is always at least _ONE_ housekeeping,In my understanding it shouldn't, but I'm not sure there's anything
non-isolated, CPU online, no?
preventing the user from isolating everything via cpuset.
Anyway that's something no one in their mind should do, so I guess I'd
just opt for the cpumask_first (or actually cpumask_any, like before
the change).
housekeeping CPU. But with isolcpus=[domain] or cpusets equivalents
(v1 cpuset.sched_load_balance, v2 isolated partion) there is nothing that
prevents all CPUs from being isolated.