On Tue, Sep 15, 2026 at 03:15:12PM +0200, Michal Luczaj wrote:
Refactor under Fixes missed one: SS_UNCONNECTED (1) -> TCP_CLOSE (7). Until now, sk->sk_state = 1 stood for TCP_ESTABLISHED.Fixes: 3b4477d2dcf2 ("VSOCK: use TCP state constants for sk_state") Signed-off-by: Michal Luczaj <[email protected]> --- drivers/vhost/vsock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Stefano Garzarella <[email protected]>

