[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167489521752.20245.5567947233486771877.git-patchwork-notify@kernel.org>
Date: Sat, 28 Jan 2023 08:40:17 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Hyunwoo Kim <v4bel@...ori.io>
Cc: ralf@...ux-mips.org, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, kuniyu@...zon.com,
imv4bel@...il.com, linux-hams@...r.kernel.org,
netdev@...r.kernel.org
Subject: Re: [PATCH v3] net/rose: Fix to not accept on connected socket
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 25 Jan 2023 02:59:44 -0800 you wrote:
> If you call listen() and accept() on an already connect()ed
> rose 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 rose_accept() dequeues
> the skb waiting in the sk->sk_receive_queue.
>
> [...]
Here is the summary with links:
- [v3] net/rose: Fix to not accept on connected socket
https://git.kernel.org/netdev/net/c/14caefcf9837
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists