Re: [PATCH 1/2] cgroup: export list of delegatable control files using sysfs

2017-11-06 Thread Tejun Heo
Hello, Roman. On Fri, Nov 03, 2017 at 10:56:31AM -0700, Tejun Heo wrote: > On Fri, Nov 03, 2017 at 01:46:02PM -0400, Roman Gushchin wrote: > > Delegatable cgroup v2 control files may require special handling > > (e.g. chowning), and the exact list of such files varies between > > kernel versions (

Re: [PATCH 1/2] cgroup: export list of delegatable control files using sysfs

2017-11-03 Thread Tejun Heo
On Fri, Nov 03, 2017 at 01:46:02PM -0400, Roman Gushchin wrote: > Delegatable cgroup v2 control files may require special handling > (e.g. chowning), and the exact list of such files varies between > kernel versions (and likely to be extended in the future). > > To guarantee correctness of this li

[PATCH 1/2] cgroup: export list of delegatable control files using sysfs

2017-11-03 Thread Roman Gushchin
Delegatable cgroup v2 control files may require special handling (e.g. chowning), and the exact list of such files varies between kernel versions (and likely to be extended in the future). To guarantee correctness of this list and simplify the life of userspace (systemd, first of all), let's expor