]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Dec 2016 04:59:19 +0000 (06:59 +0200)
commitf83f12d660d11718d3eed9d979ee03e83aa55544
tree50e595e12928065b9b12135cd66af6c71cf728d1
parent819483d806f4324b42a25f8dd760735ae659141c
vsock/virtio: fix src/dst cid format

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

Cc: stable@vger.kernel.org
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
net/vmw_vsock/virtio_transport_common.c