Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-10 Thread Eric W. Biederman
Andrei Vagin writes: > On Thu, Oct 06, 2016 at 02:33:53PM -0500, Eric W. Biederman wrote: >> Andrei Vagin writes: >> >> > Hello Eric, >> > >> > What do you think about this series? It should be useful to know current >> > usage for user counters. >>

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-10 Thread Eric W. Biederman
Andrei Vagin writes: > On Thu, Oct 06, 2016 at 02:33:53PM -0500, Eric W. Biederman wrote: >> Andrei Vagin writes: >> >> > Hello Eric, >> > >> > What do you think about this series? It should be useful to know current >> > usage for user counters. >> >> I am in favor of knowing the values.

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-10 Thread Andrei Vagin
On Thu, Oct 06, 2016 at 02:33:53PM -0500, Eric W. Biederman wrote: > Andrei Vagin writes: > > > Hello Eric, > > > > What do you think about this series? It should be useful to know current > > usage for user counters. > > I am in favor of knowing the values. Unless there

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-10 Thread Andrei Vagin
On Thu, Oct 06, 2016 at 02:33:53PM -0500, Eric W. Biederman wrote: > Andrei Vagin writes: > > > Hello Eric, > > > > What do you think about this series? It should be useful to know current > > usage for user counters. > > I am in favor of knowing the values. Unless there is a good reason not >

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-06 Thread Andrei Vagin
Hello Eric, What do you think about this series? It should be useful to know current usage for user counters. Thanks, Andrei On Mon, Aug 15, 2016 at 01:10:20PM -0700, Andrei Vagin wrote: > Recently Eric added user namespace counters. User namespace counters is > a feature that allows to limit

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-06 Thread Andrei Vagin
Hello Eric, What do you think about this series? It should be useful to know current usage for user counters. Thanks, Andrei On Mon, Aug 15, 2016 at 01:10:20PM -0700, Andrei Vagin wrote: > Recently Eric added user namespace counters. User namespace counters is > a feature that allows to limit

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-06 Thread Eric W. Biederman
Andrei Vagin writes: > Hello Eric, > > What do you think about this series? It should be useful to know current > usage for user counters. I am in favor of knowing the values. Unless there is a good reason not to we should export the values with a read-only sysctl. I

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-10-06 Thread Eric W. Biederman
Andrei Vagin writes: > Hello Eric, > > What do you think about this series? It should be useful to know current > usage for user counters. I am in favor of knowing the values. Unless there is a good reason not to we should export the values with a read-only sysctl. I believe that is what

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-08-16 Thread Serge E. Hallyn
Quoting Andrei Vagin (ava...@openvz.org): > Recently Eric added user namespace counters. User namespace counters is > a feature that allows to limit the number of various kernel objects a > user can create. These limits are set via /proc/sys/user/ sysctls on a > per user namespace basis and are

Re: [PATCH 0/2 v2] userns: show current values of user namespace counters

2016-08-16 Thread Serge E. Hallyn
Quoting Andrei Vagin (ava...@openvz.org): > Recently Eric added user namespace counters. User namespace counters is > a feature that allows to limit the number of various kernel objects a > user can create. These limits are set via /proc/sys/user/ sysctls on a > per user namespace basis and are