Re: [PATCH kselftest-next] Add cgroup core selftests

2018-07-24 Thread Shuah Khan
On 07/19/2018 11:08 AM, Roman Gushchin wrote: > On Wed, Jul 18, 2018 at 07:33:58PM +0200, Claudio wrote: >> This commit adds tests for some of the core functionalities >> of cgroups v2. >> >> The commit adds tests for some core principles of croup V2 API: >> >> -

Re: [PATCH kselftest-next] Add cgroup core selftests

2018-07-24 Thread Shuah Khan
On 07/19/2018 11:08 AM, Roman Gushchin wrote: > On Wed, Jul 18, 2018 at 07:33:58PM +0200, Claudio wrote: >> This commit adds tests for some of the core functionalities >> of cgroups v2. >> >> The commit adds tests for some core principles of croup V2 API: >> >> -

Re: [PATCH kselftest-next] Add cgroup core selftests

2018-07-19 Thread Roman Gushchin
On Wed, Jul 18, 2018 at 07:33:58PM +0200, Claudio wrote: > This commit adds tests for some of the core functionalities > of cgroups v2. > > The commit adds tests for some core principles of croup V2 API: > > - test_cgcore_internal_process_constraint > > Tests internal process constraint. >

Re: [PATCH kselftest-next] Add cgroup core selftests

2018-07-19 Thread Roman Gushchin
On Wed, Jul 18, 2018 at 07:33:58PM +0200, Claudio wrote: > This commit adds tests for some of the core functionalities > of cgroups v2. > > The commit adds tests for some core principles of croup V2 API: > > - test_cgcore_internal_process_constraint > > Tests internal process constraint. >

Re: [PATCH kselftest-next] Add cgroup core selftests

2018-07-19 Thread Tejun Heo
On Wed, Jul 18, 2018 at 07:33:58PM +0200, Claudio wrote: > This commit adds tests for some of the core functionalities > of cgroups v2. > > The commit adds tests for some core principles of croup V2 API: Acked-by: Tejun Heo Thanks, Claudio. -- tejun

Re: [PATCH kselftest-next] Add cgroup core selftests

2018-07-19 Thread Tejun Heo
On Wed, Jul 18, 2018 at 07:33:58PM +0200, Claudio wrote: > This commit adds tests for some of the core functionalities > of cgroups v2. > > The commit adds tests for some core principles of croup V2 API: Acked-by: Tejun Heo Thanks, Claudio. -- tejun

[PATCH kselftest-next] Add cgroup core selftests

2018-07-18 Thread Claudio
This commit adds tests for some of the core functionalities of cgroups v2. The commit adds tests for some core principles of croup V2 API: - test_cgcore_internal_process_constraint Tests internal process constraint. You can't add a pid to a domain parent if a controller is enabled. -

[PATCH kselftest-next] Add cgroup core selftests

2018-07-18 Thread Claudio
This commit adds tests for some of the core functionalities of cgroups v2. The commit adds tests for some core principles of croup V2 API: - test_cgcore_internal_process_constraint Tests internal process constraint. You can't add a pid to a domain parent if a controller is enabled. -