Re: [PATCH] VSOCK: Don't dec ack backlog twice for rejected connections
From: David Miller <davem@davemloft.net>
Date: 2016-09-27 12:00:32
Also in:
lkml, virtualization
From: David Miller <davem@davemloft.net>
Date: 2016-09-27 12:00:32
Also in:
lkml, virtualization
From: Jorgen Hansen <redacted> Date: Mon, 26 Sep 2016 23:59:53 -0700
If a pending socket is marked as rejected, we will decrease the sk_ack_backlog twice. So don't decrement it for rejected sockets in vsock_pending_work(). Testing of the rejected socket path was done through code modifications. Reported-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Jorgen Hansen <redacted> Reviewed-by: Adit Ranadive <redacted> Reviewed-by: Aditya Sarwade <redacted>
Applied, thanks.