Re: [PATCH v2 07/10] ipcns: Add a limit on the number of ipc 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 + > ipc/namespace.c| 42 > +++--- > kernel/user_namespace.c| 1 + > 3 files

[PATCH v2 07/10] ipcns: Add a limit on the number of ipc namespaces

2016-07-21 Thread Eric W. Biederman
Signed-off-by: "Eric W. Biederman" --- include/linux/user_namespace.h | 1 + ipc/namespace.c| 42 +++--- kernel/user_namespace.c| 1 + 3 files changed, 33 insertions(+), 11 deletions(-) diff --git a/include/linux/user_namespace.h b/in