Re: [PATCH v2 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1

2019-06-12 Thread J. Bruce Fields
On Wed, Jun 12, 2019 at 04:37:55PM +0800, Wenbin Zeng wrote: > On Tue, May 14, 2019 at 09:03:31PM -0400, J. Bruce Fields wrote: > > Whoops, I was slow to test these. I'm getting failuring krb5 nfs > > mounts, and the following the server's logs. Dropping the three patches > > for now. > My bad, I

Re: [PATCH v2 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1

2019-06-12 Thread Wenbin Zeng
On Tue, May 14, 2019 at 09:03:31PM -0400, J. Bruce Fields wrote: > Whoops, I was slow to test these. I'm getting failuring krb5 nfs > mounts, and the following the server's logs. Dropping the three patches > for now. My bad, I should have found it earlier. Thank you for testing it, Bruce. I figu

[PATCH v2 0/3] auth_gss: netns refcount leaks when use-gss-proxy==1

2019-05-09 Thread Wenbin Zeng
This patch series fixes an auth_gss bug that results in netns refcount leaks when use-gss-proxy is set to 1. The problem was found in privileged docker containers with gssproxy service enabled and /proc/net/rpc/use-gss-proxy set to 1, the corresponding struct net->count ends up at 2 after containe