Re: [PATCH 0/4] Sysctl namespace support

2007-11-30 Thread Eric W. Biederman
Herbert Xu <[EMAIL PROTECTED]> writes: > On Thu, Nov 29, 2007 at 10:40:24AM -0700, Eric W. Biederman wrote: >> >> Herbert we need this infrastructure most in net-2.6.25 (as not having >> it is a current bottleneck to further development of the network >> namespace) so these patches are against ne

Re: [PATCH 0/4] Sysctl namespace support

2007-11-30 Thread Herbert Xu
On Thu, Nov 29, 2007 at 10:40:24AM -0700, Eric W. Biederman wrote: > > Herbert we need this infrastructure most in net-2.6.25 (as not having > it is a current bottleneck to further development of the network > namespace) so these patches are against net-2.6.25. I've applied them all to net-2.6.25

[PATCH 0/4] Sysctl namespace support

2007-11-29 Thread Eric W. Biederman
Currently the network namespace work has gotten about as far as we can without the ability to make sysctls that are per network namespace. The techniques we have been using for other namespace of examining current and replacing the ctl_table.data field depending on the namespace instance that cur