[GIT PULL] virtio: last minute fixes

From: Michael S. Tsirkin
Date: Thu Apr 22 2021 - 18:20:31 EST


The following changes since commit bc04d93ea30a0a8eb2a2648b848cef35d1f6f798:

vdpa/mlx5: Fix suspend/resume index restoration (2021-04-09 12:08:28 -0400)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

for you to fetch changes up to be286f84e33da1a7f83142b64dbd86f600e73363:

vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails (2021-04-22 18:15:31 -0400)

----------------------------------------------------------------
virtio: last minute fixes

Very late in the cycle but both risky if left unfixed and more or less
obvious..

Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>

----------------------------------------------------------------
Eli Cohen (1):
vdpa/mlx5: Set err = -ENOMEM in case dma_map_sg_attrs fails

Xie Yongji (1):
vhost-vdpa: protect concurrent access to vhost device iotlb

drivers/vdpa/mlx5/core/mr.c | 4 +++-
drivers/vhost/vdpa.c | 6 +++++-
2 files changed, 8 insertions(+), 2 deletions(-)