From: patchwork-bot+netdevbpf@kernel•org
To: Hyunwoo Kim <v4bel@theori•io>
Cc: ms@dev•tdt.de, davem@davemloft•net, edumazet@google•com,
kuba@kernel•org, pabeni@redhat•com, kuniyu@amazon•com,
imv4bel@gmail•com, linux-x25@vger•kernel.org,
netdev@vger•kernel.org
Subject: Re: [PATCH v3] net/x25: Fix to not accept on connected socket
Date: Sat, 28 Jan 2023 07:20:34 +0000 [thread overview]
Message-ID: <167489043455.16992.12517633627951269745.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230125110514.GA134174@ubuntu>
Hello:
This patch was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft•net>:
On Wed, 25 Jan 2023 03:05:14 -0800 you wrote:
> If you call listen() and accept() on an already connect()ed
> x25 socket, accept() can successfully connect.
> This is because when the peer socket sends data to sendmsg,
> the skb with its own sk stored in the connected socket's
> sk->sk_receive_queue is connected, and x25_accept() dequeues
> the skb waiting in the sk->sk_receive_queue.
>
> [...]
Here is the summary with links:
- [v3] net/x25: Fix to not accept on connected socket
https://git.kernel.org/netdev/net-next/c/f2b0b5210f67
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:[~2023-01-28 7:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-25 11:05 [PATCH v3] net/x25: Fix to not accept on connected socket Hyunwoo Kim
2023-01-28 7:20 ` 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=167489043455.16992.12517633627951269745.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=edumazet@google$(echo .)com \
--cc=imv4bel@gmail$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=kuniyu@amazon$(echo .)com \
--cc=linux-x25@vger$(echo .)kernel.org \
--cc=ms@dev$(echo .)tdt.de \
--cc=netdev@vger$(echo .)kernel.org \
--cc=pabeni@redhat$(echo .)com \
--cc=v4bel@theori$(echo .)io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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