Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Steffen Klassert <steffen.klassert@secunet.com>
Cc: davem@davemloft.net, kuba@kernel.org,
herbert@gondor.apana.org.au, netdev@vger.kernel.org
Subject: Re: [PATCH 1/6] net: xfrm: fix memory leak in xfrm_user_rcv_msg
Date: Wed, 04 Aug 2021 10:10:07 +0000 [thread overview]
Message-ID: <162807180714.12271.8843307893569328928.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210804070329.1357123-2-steffen.klassert@secunet.com>
Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Wed, 4 Aug 2021 09:03:24 +0200 you wrote:
> From: Pavel Skripkin <paskripkin@gmail.com>
>
> Syzbot reported memory leak in xfrm_user_rcv_msg(). The
> problem was is non-freed skb's frag_list.
>
> In skb_release_all() skb_release_data() will be called only
> in case of skb->head != NULL, but netlink_skb_destructor()
> sets head to NULL. So, allocated frag_list skb should be
> freed manualy, since consume_skb() won't take care of it
>
> [...]
Here is the summary with links:
- [1/6] net: xfrm: fix memory leak in xfrm_user_rcv_msg
https://git.kernel.org/netdev/net/c/7c1a80e80cde
- [2/6] Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_bytype"
https://git.kernel.org/netdev/net/c/eaf228263921
- [3/6] xfrm: Fix RCU vs hash_resize_mutex lock inversion
https://git.kernel.org/netdev/net/c/2580d3f40022
- [4/6] net/xfrm/compat: Copy xfrm_spdattr_type_t atributes
https://git.kernel.org/netdev/net/c/4e9505064f58
- [5/6] selftests/net/ipsec: Add test for xfrm_spdattr_type_t
https://git.kernel.org/netdev/net/c/70bfdf62e93a
- [6/6] net: xfrm: Fix end of loop tests for list_for_each_entry
https://git.kernel.org/netdev/net/c/480e93e12aa0
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-08-04 10:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-04 7:03 pull request (net): ipsec 2021-08-04 Steffen Klassert
2021-08-04 7:03 ` [PATCH 1/6] net: xfrm: fix memory leak in xfrm_user_rcv_msg Steffen Klassert
2021-08-04 10:10 ` patchwork-bot+netdevbpf [this message]
2021-08-04 7:03 ` [PATCH 2/6] Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_bytype" Steffen Klassert
2021-08-04 7:03 ` [PATCH 3/6] xfrm: Fix RCU vs hash_resize_mutex lock inversion Steffen Klassert
2021-08-04 7:03 ` [PATCH 4/6] net/xfrm/compat: Copy xfrm_spdattr_type_t atributes Steffen Klassert
2021-08-04 7:03 ` [PATCH 5/6] selftests/net/ipsec: Add test for xfrm_spdattr_type_t Steffen Klassert
2021-08-04 7:03 ` [PATCH 6/6] net: xfrm: Fix end of loop tests for list_for_each_entry Steffen Klassert
2021-08-04 10:10 ` pull request (net): ipsec 2021-08-04 patchwork-bot+netdevbpf
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=162807180714.12271.8843307893569328928.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=steffen.klassert@secunet.com \
--subject='Re: [PATCH 1/6] net: xfrm: fix memory leak in xfrm_user_rcv_msg' \
/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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).