Hello:

This patch was applied to netdev/net.git (main)
by Paolo Abeni <pab...@redhat.com>:

On Sun, 11 Aug 2024 19:21:53 -0700 you wrote:
> From: Cong Wang <cong.w...@bytedance.com>
> 
> After a vsock socket has been added to a BPF sockmap, its prot->recvmsg
> has been replaced with vsock_bpf_recvmsg(). Thus the following
> recursiion could happen:
> 
> vsock_bpf_recvmsg()
>  -> __vsock_recvmsg()
>   -> vsock_connectible_recvmsg()
>    -> prot->recvmsg()
>     -> vsock_bpf_recvmsg() again
> 
> [...]

Here is the summary with links:
  - [net] vsock: fix recursive ->recvmsg calls
    https://git.kernel.org/netdev/net/c/69139d2919dd

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Reply via email to