Re: [PATCH 0/2] Relax cpuset validation for cgroup v2

2021-04-13 Thread Tejun Heo
On Tue, Apr 13, 2021 at 11:02:33AM +0200, Odin Ugedal wrote:
> Two small validation relaxations for cgroup v2, making it easier to
> manage the hierarchy without the current pain points. Both changes
> work for both mems and cpus (but I have no NUMA machine to test mems).
> 
> Hopefully the patches has an ok description about what change they
> provide, and why they are helpful.

I'm generally in favor of removing configuration constraints but let's hear
what Li thinks.

Thanks.

-- 
tejun


[PATCH 0/2] Relax cpuset validation for cgroup v2

2021-04-13 Thread Odin Ugedal
Two small validation relaxations for cgroup v2, making it easier to
manage the hierarchy without the current pain points. Both changes
work for both mems and cpus (but I have no NUMA machine to test mems).

Hopefully the patches has an ok description about what change they
provide, and why they are helpful.

Odin Ugedal (2):
  cgroup2: cpuset: Disable subset validation on set
  cgroup2: cpuset: Always allow setting empty cpuset

 kernel/cgroup/cpuset.c | 17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

-- 
2.31.0