UPSTREAM: 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>

(cherry picked from commit f83f12d660d11718d3eed9d979ee03e83aa55544)

BUG=chromium:763970
TEST=build caroline with USE=kvm_host

Change-Id: Ia8b2fb66b357231ef82d6e6727e8cc1a8fa94267
Signed-off-by: Chirantan Ekbote <chirantan@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/669384
Signed-off-by: Sonny Rao <sonnyrao@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/1058974
Reviewed-by: Guenter Roeck <groeck@chromium.org>
1 file changed