From: patchwork-bot+netdevbpf@kernel.org
To: Allison Henderson <achender@kernel.org>
Cc: netdev@vger.kernel.org, linux-kselftest@vger.kernel.org,
pabeni@redhat.com, edumazet@google.com, rds-devel@oss.oracle.com,
kuba@kernel.org, horms@kernel.org, linux-rdma@vger.kernel.org,
allison.henderson@oracle.com
Subject: Re: [PATCH net] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
Date: Thu, 19 Feb 2026 15:10:06 +0000 [thread overview]
Message-ID: <177151380683.2260009.6858466914416054623.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260216222643.2391390-1-achender@kernel.org>
Hello:
This patch was applied to netdev/net.git (main)
by Paolo Abeni <pabeni@redhat.com>:
On Mon, 16 Feb 2026 15:26:43 -0700 you wrote:
> Save a local pointer to new_sock->sk and hold a reference before
> installing callbacks in rds_tcp_accept_one. After
> rds_tcp_set_callbacks() or rds_tcp_reset_callbacks(), tc->t_sock is
> set to new_sock which may race with the shutdown path. A concurrent
> rds_tcp_conn_path_shutdown() may call sock_release(), which sets
> new_sock->sk = NULL and may eventually free sk when the refcount
> reaches zero.
>
> [...]
Here is the summary with links:
- [net] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one
https://git.kernel.org/netdev/net/c/6bf45704a92a
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-02-19 15:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-16 22:26 [PATCH net] net/rds: Fix NULL pointer dereference in rds_tcp_accept_one Allison Henderson
2026-02-19 15:10 ` 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=177151380683.2260009.6858466914416054623.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=achender@kernel.org \
--cc=allison.henderson@oracle.com \
--cc=edumazet@google.com \
--cc=horms@kernel.org \
--cc=kuba@kernel.org \
--cc=linux-kselftest@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=rds-devel@oss.oracle.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