vringh: add 'iotlb_lock' to synchronize iotlb accesses
authorStefano Garzarella <sgarzare@redhat.com>
Mon, 15 Mar 2021 16:34:38 +0000 (17:34 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 3 May 2021 08:55:52 +0000 (04:55 -0400)
commitf53d9910d009bc015b42d88114e2d86a93b0e6b7
treef79287a3e556fb2b40c4e0cb1bad5bf93808b669
parent4080fc1067501707b9693b8003feae7d50d14e35
vringh: add 'iotlb_lock' to synchronize iotlb accesses

Usually iotlb accesses are synchronized with a spinlock.
Let's request it as a new parameter in vringh_set_iotlb() and
hold it when we navigate the iotlb in iotlb_translate() to avoid
race conditions with any new additions/deletions of ranges from
the ioltb.

Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Link: https://lore.kernel.org/r/20210315163450.254396-3-sgarzare@redhat.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/vdpa_sim/vdpa_sim.c
drivers/vhost/vringh.c
include/linux/vringh.h