commit | f83f12d660d11718d3eed9d979ee03e83aa55544 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Tue Dec 06 06:07:15 2016 +0200 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 15 06:59:19 2016 +0200 |
tree | 50e595e12928065b9b12135cd66af6c71cf728d1 | |
parent | 819483d806f4324b42a25f8dd760735ae659141c [diff] |
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>