]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
vsock/virtio: fix src/dst cid format
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Dec 2016 04:07:15 +0000 (06:07 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jan 2017 07:21:57 +0000 (08:21 +0100)
commit8569aadeed3fe07befec67127acaecc58eca1a5f
tree7ac088486715344d81f66c7425862cd695efa8d8
parent576ea9e5e92e9211ae26d75880d4d3142ff1b8d0
vsock/virtio: fix src/dst cid format

commit f83f12d660d11718d3eed9d979ee03e83aa55544 upstream.

These fields are 64 bit, using le32_to_cpu and friends
on these will not do the right thing.
Fix this up.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
net/vmw_vsock/virtio_transport_common.c