Re: [PATCH] vsock/vmci: fix sk_ack_backlog leak on failed handshake

From: Raf Dickson

Date: Mon Jun 01 2026 - 06:23:19 EST


On Mon, Jun 1, 2026 at 9:26 AM Paolo Abeni wrote:
> I'm wondering if sk_acceptq_removed() should be bounded in
> vsock_remove_pending() ? (even if that change would probably be
> net-next material).

Agreed, that would prevent this class of bug entirely. Happy to prepare
a follow-up patch for net-next once this fix lands, if that would be
useful.

Raf