vhost-vdpa: protect concurrent access to vhost device iotlb
authorXie Yongji <xieyongji@bytedance.com>
Mon, 12 Apr 2021 09:55:12 +0000 (17:55 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 22 Apr 2021 22:15:31 +0000 (18:15 -0400)
commita9d064524fc3cf463b3bb14fa63de78aafb40dab
treec541b596e010de5d772b19f9e925a55170bce841
parentbc04d93ea30a0a8eb2a2648b848cef35d1f6f798
vhost-vdpa: protect concurrent access to vhost device iotlb

Protect vhost device iotlb by vhost_dev->mutex. Otherwise,
it might cause corruption of the list and interval tree in
struct vhost_iotlb if userspace sends the VHOST_IOTLB_MSG_V2
message concurrently.

Fixes: 4c8cf318("vhost: introduce vDPA-based backend")
Cc: stable@vger.kernel.org
Signed-off-by: Xie Yongji <xieyongji@bytedance.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20210412095512.178-1-xieyongji@bytedance.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/vdpa.c