Re: [PATCH v2 05/10] pidns: Add a limit on the number of pid 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/pid_namespace.c | 22 ++ > kernel/user_namespace.c| 1 + > 3 files changed, 20 insertions(

[PATCH v2 05/10] pidns: Add a limit on the number of pid namespaces

2016-07-21 Thread Eric W. Biederman
Signed-off-by: "Eric W. Biederman" --- include/linux/user_namespace.h | 1 + kernel/pid_namespace.c | 22 ++ kernel/user_namespace.c| 1 + 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/include/linux/user_namespace.h b/include/linux/user_name