Re: [PATCH v2 08/10] cgroupns: Add a limit on the number of cgroup namespaces

2016-07-25 Thread Serge E. Hallyn
Quoting Eric W. Biederman (ebied...@xmission.com): > Signed-off-by: "Eric W. Biederman" Acked-by: Serge Hallyn > --- > include/linux/user_namespace.h | 1 + > kernel/cgroup.c| 15 +++ > kernel/user_namespace.c| 1 + > 3 files changed, 17 insertions(+) > >

[PATCH v2 08/10] cgroupns: Add a limit on the number of cgroup namespaces

2016-07-21 Thread Eric W. Biederman
Signed-off-by: "Eric W. Biederman" --- include/linux/user_namespace.h | 1 + kernel/cgroup.c| 15 +++ kernel/user_namespace.c| 1 + 3 files changed, 17 insertions(+) diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h index 367cf08ff