Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <[email protected]>:

On Tue, 19 May 2026 17:23:10 +0700 you wrote:
> vmci_transport_recv_connecting_server() returned err = 0 for a peer
> RST in its default switch arm:
> 
>       err = pkt->type == VMCI_TRANSPORT_PACKET_TYPE_RST ? 0 : -EINVAL;
> 
> That made vmci_transport_recv_listen() skip vsock_remove_pending(),
> leaving the pending socket on the listener's pending_links with
> sk_state = TCP_CLOSE while destroy: still dropped the explicit
> reference taken before schedule_delayed_work().
> 
> [...]

Here is the summary with links:
  - [net,v4] vsock/vmci: fix UAF when peer resets connection during handshake
    https://git.kernel.org/netdev/net/c/99e22ddf4edb

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



Reply via email to