mbox series

[net,0/2] rxrpc: Leak fixes

Message ID 163820097905.226370.17234085194655347888.stgit@warthog.procyon.org.uk (mailing list archive)
Headers show
Series rxrpc: Leak fixes | expand

Message

David Howells Nov. 29, 2021, 3:49 p.m. UTC
Here are a couple of fixes for leaks in AF_RXRPC:

 (1) Fix a leak of rxrpc_peer structs in rxrpc_look_up_bundle().

 (2) Fix a leak of rxrpc_local structs in rxrpc_lookup_peer().

The patches are tagged here:

	git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
	rxrpc-fixes-20211129

and can also be found on the following branch:

	http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes

David
---
Eiichi Tsukata (2):
      rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
      rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()


 net/rxrpc/peer_object.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 30, 2021, 4:20 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David Howells <dhowells@redhat.com>:

On Mon, 29 Nov 2021 15:49:39 +0000 you wrote:
> Here are a couple of fixes for leaks in AF_RXRPC:
> 
>  (1) Fix a leak of rxrpc_peer structs in rxrpc_look_up_bundle().
> 
>  (2) Fix a leak of rxrpc_local structs in rxrpc_lookup_peer().
> 
> The patches are tagged here:
> 
> [...]

Here is the summary with links:
  - [net,1/2] rxrpc: Fix rxrpc_peer leak in rxrpc_look_up_bundle()
    https://git.kernel.org/netdev/net/c/ca77fba82135
  - [net,2/2] rxrpc: Fix rxrpc_local leak in rxrpc_lookup_peer()
    https://git.kernel.org/netdev/net/c/beacff50edbd

You are awesome, thank you!