Hello:
This patch was applied to netdev/net.git (refs/heads/master):
On Sun, 15 Aug 2021 03:13:36 -0400 you wrote:
__tipc_sendmsg() is called to send SYN packet by either tipc_sendmsg()
or tipc_connect(). The difference is in tipc_connect(), it will call
tipc_wait_for_connect() after __tipc_sendmsg() to wait until connecting
is done. So there's no need to wait in __tipc_sendmsg() for this case.
This patch is to fix it by calling tipc_wait_for_connect() only when dlen
is not 0 in __tipc_sendmsg(), which means it's called by tipc_connect().
[...]
Here is the summary with links:
- [net] tipc: call tipc_wait_for_connect only when dlen is not 0
https://git.kernel.org/netdev/net/c/7387a72c5f84
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html