Message ID | 20220127200937.2157402-1-eric.dumazet@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | SUNRPC: add some netns refcount trackers | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Thu, 27 Jan 2022 12:09:34 -0800 you wrote: > From: Eric Dumazet <edumazet@google.com> > > Effort started in linux-5.17 > > Our goal is to replace get_net()/put_net() pairs with > get_net_track()/put_net_track() to get instant notifications > of imbalance bugs in the future. > > [...] Here is the summary with links: - [net-next,1/3] SUNRPC: add netns refcount tracker to struct svc_xprt https://git.kernel.org/netdev/net-next/c/6cdef8a6ee74 - [net-next,2/3] SUNRPC: add netns refcount tracker to struct gss_auth https://git.kernel.org/netdev/net-next/c/9b1831e56c7f - [net-next,3/3] SUNRPC: add netns refcount tracker to struct rpc_xprt https://git.kernel.org/netdev/net-next/c/b9a0d6d143ec You are awesome, thank you!
From: Eric Dumazet <edumazet@google.com> Effort started in linux-5.17 Our goal is to replace get_net()/put_net() pairs with get_net_track()/put_net_track() to get instant notifications of imbalance bugs in the future. Patches were split from a bigger series sent one month ago. Eric Dumazet (3): SUNRPC: add netns refcount tracker to struct svc_xprt SUNRPC: add netns refcount tracker to struct gss_auth SUNRPC: add netns refcount tracker to struct rpc_xprt include/linux/sunrpc/svc_xprt.h | 1 + include/linux/sunrpc/xprt.h | 1 + net/sunrpc/auth_gss/auth_gss.c | 10 ++++++---- net/sunrpc/svc_xprt.c | 4 ++-- net/sunrpc/xprt.c | 4 ++-- 5 files changed, 12 insertions(+), 8 deletions(-)