Re: [PATCH v2 10/10] mntns: Add a limit on the number of mount 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 Thanks, Eric. > --- > fs/namespace.c | 19 ++- > include/linux/user_namespace.h | 1 + > kernel/user_namespace.c| 1 + > 3 files changed, 20

[PATCH v2 10/10] mntns: Add a limit on the number of mount namespaces.

2016-07-21 Thread Eric W. Biederman
Signed-off-by: "Eric W. Biederman" --- fs/namespace.c | 19 ++- include/linux/user_namespace.h | 1 + kernel/user_namespace.c| 1 + 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/fs/namespace.c b/fs/namespace.c index aabe8e397fc3..3942ae6c