Re: [PATCH v12 9/9] cpuset: Support forced turning off of partition flag

2018-10-02 Thread Waiman Long
On 10/02/2018 04:06 PM, Tejun Heo wrote: > Hello, Waiman. > > My apologies for the delay. > > On Mon, Aug 27, 2018 at 01:50:18PM -0400, Waiman Long wrote: >> My current code has explicitly assumed the following relationship for >> partition root. >> >> cpus_allowed = effective_cpus + reserved_c

Re: [PATCH v12 9/9] cpuset: Support forced turning off of partition flag

2018-10-02 Thread Tejun Heo
Hello, Waiman. My apologies for the delay. On Mon, Aug 27, 2018 at 01:50:18PM -0400, Waiman Long wrote: > My current code has explicitly assumed the following relationship for > partition root. > > cpus_allowed = effective_cpus + reserved_cpus > > Also effective_cpus cannot be empty. Specif

Re: [PATCH v12 9/9] cpuset: Support forced turning off of partition flag

2018-09-24 Thread Waiman Long
On 09/06/2018 05:20 PM, Waiman Long wrote: > On 08/27/2018 01:50 PM, Waiman Long wrote: >> On 08/27/2018 12:40 PM, Tejun Heo wrote: >>> Hello, Waiman. >>> >>> On Mon, Aug 27, 2018 at 10:41:24AM -0400, Waiman Long wrote: Cpuset allows arbitrary modification of cpu list in "cpuset.cpus" eve