From: patchwork-bot+netdevbpf@kernel.org
To: David Howells <dhowells@redhat.com>
Cc: netdev@vger.kernel.org, jeliantsurux@gmail.com,
syzbot+305326672fed51b205f7@syzkaller.appspotmail.com,
linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net] rxrpc: Fix memory leak in rxrpc_lookup_local
Date: Thu, 28 Jan 2021 21:20:11 +0000 [thread overview]
Message-ID: <161186881153.25673.15830898023753339404.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <161183091692.3506637.3206605651502458810.stgit@warthog.procyon.org.uk>
Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Thu, 28 Jan 2021 10:48:36 +0000 you wrote:
> From: Takeshi Misawa <jeliantsurux@gmail.com>
>
> Commit 9ebeddef58c4 ("rxrpc: rxrpc_peer needs to hold a ref on the rxrpc_local record")
> Then release ref in __rxrpc_put_peer and rxrpc_put_peer_locked.
>
> struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp)
> - peer->local = local;
> + peer->local = rxrpc_get_local(local);
>
> [...]
Here is the summary with links:
- [net] rxrpc: Fix memory leak in rxrpc_lookup_local
https://git.kernel.org/netdev/net/c/b8323f7288ab
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2021-01-28 21:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-28 10:48 [PATCH net] rxrpc: Fix memory leak in rxrpc_lookup_local David Howells
2021-01-28 21:20 ` patchwork-bot+netdevbpf [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-24 12:59 Takeshi Misawa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=161186881153.25673.15830898023753339404.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=dhowells@redhat.com \
--cc=jeliantsurux@gmail.com \
--cc=linux-afs@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=syzbot+305326672fed51b205f7@syzkaller.appspotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.