Re: [PATCH v10 6/9] cpuset: Make generate_sched_domains() recognize reserved_cpus
From: Waiman Long <longman@redhat.com>
Date: 2018-06-21 08:14:25
Also in:
linux-doc, lkml
From: Waiman Long <longman@redhat.com>
Date: 2018-06-21 08:14:25
Also in:
linux-doc, lkml
On 06/20/2018 10:17 PM, Peter Zijlstra wrote:
On Mon, Jun 18, 2018 at 12:14:06PM +0800, Waiman Long wrote:quoted
The generate_sched_domains() function is modified to make it work correctly with the newly introduced reserved_cpus mask for schedule domains generation.Why isn't this (and the previous) patch part of the patch that introduces reserved_cpus? It seems weird to have this broken intermediate state.
I was trying to break the reserved cpu patch into smaller meaningful pieces that will be easier to review. The individual patches can be compiled cleanly one-by-one, though I didn't check if they are functional if not all of them are applied. Cheers, Longman