Re: [Devel] [PATCH VZ8 v1 05/14] cgroup: added rcu node string wrapper for in-cgroup usage. This will be used in further patches in same patchset.

2021-01-25 Thread Kirill Tkhai
On 20.01.2021 12:56, Valeriy Vdovin wrote: > Signed-off-by: Valeriy Vdovin > > Reviewed-by: Kirill Tkhai > (Cherry-picked from e828803a5d776125c9c329f194aff74fb4ec181a) > Signed-off-by: Valeriy Vdovin Reviewed-by: Kirill Tkhai > --- > include/linux/cgroup-defs.h | 5 + > include/linux/c

[Devel] [PATCH VZ8 v1 05/14] cgroup: added rcu node string wrapper for in-cgroup usage. This will be used in further patches in same patchset.

2021-01-20 Thread Valeriy Vdovin
Signed-off-by: Valeriy Vdovin Reviewed-by: Kirill Tkhai (Cherry-picked from e828803a5d776125c9c329f194aff74fb4ec181a) Signed-off-by: Valeriy Vdovin --- include/linux/cgroup-defs.h | 5 + include/linux/cgroup.h | 4 kernel/cgroup/cgroup-v1.c | 15 +++ 3 files chang