Stefano Garzarella
2021-Mar-25 11:08 UTC
[PATCH v5 03/11] vhost-vdpa: protect concurrent access to vhost device iotlb
On Mon, Mar 15, 2021 at 01:37:13PM +0800, Xie Yongji wrote:>Use vhost_dev->mutex to protect vhost device iotlb from >concurrent access. > >Fixes: 4c8cf318("vhost: introduce vDPA-based backend") >Signed-off-by: Xie Yongji <xieyongji at bytedance.com> >--- > drivers/vhost/vdpa.c | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-)Reviewed-by: Stefano Garzarella <sgarzare at redhat.com>