From: patchwork-bot+netdevbpf@kernel.org
To: Yang Wei <albin_yang@163.com>
Cc: 3chas3@gmail.com, davem@davemloft.net, kuba@kernel.org,
pabeni@redhat.com, horms@kernel.org,
linux-atm-general@lists.sourceforge.net, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, albinwyang@tencent.com
Subject: Re: [PATCH] net: atm: fix skb leak in sigd_send() default branch
Date: Wed, 13 May 2026 03:45:11 +0000 [thread overview]
Message-ID: <177864391104.3173643.17276531559974621177.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260509122358.1102997-1-albin_yang@163.com>
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Sat, 9 May 2026 20:23:58 +0800 you wrote:
> From: Wei Yang <albinwyang@tencent.com>
>
> The default branch in sigd_send() calls sock_put() and returns -EINVAL
> without freeing the skb, while all other exit paths do so. Add the
> missing dev_kfree_skb() before sock_put() to fix the leak.
>
> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2")
> Signed-off-by: Wei Yang <albinwyang@tencent.com>
>
> [...]
Here is the summary with links:
- net: atm: fix skb leak in sigd_send() default branch
https://git.kernel.org/netdev/net/c/f9e2342046ef
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2026-05-13 3:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-09 12:23 [PATCH] net: atm: fix skb leak in sigd_send() default branch albin_yang
2026-05-13 3:45 ` patchwork-bot+netdevbpf [this message]
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=177864391104.3173643.17276531559974621177.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=3chas3@gmail.com \
--cc=albin_yang@163.com \
--cc=albinwyang@tencent.com \
--cc=davem@davemloft.net \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-atm-general@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox