[GIT PULL] virtio,vdpa: fixes

From: Michael S. Tsirkin
Date: Mon Sep 27 2021 - 18:30:17 EST


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

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 be9c6bad9b46451ba5bb8d366c51e2475f374981:

vdpa: potential uninitialized return in vhost_vdpa_va_map() (2021-09-14 18:10:43 -0400)

----------------------------------------------------------------
virtio,vdpa: fixes

Fixes up some issues in rc1.

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

----------------------------------------------------------------
Dan Carpenter (2):
vduse: missing error code in vduse_init()
vdpa: potential uninitialized return in vhost_vdpa_va_map()

Eli Cohen (2):
vdpa/mlx5: Clear ready indication for control VQ
vdpa/mlx5: Avoid executing set_vq_ready() if device is reset

Michael S. Tsirkin (1):
virtio: don't fail on !of_device_is_compatible

Xie Yongji (1):
vduse: Cleanup the old kernel states after reset failure

drivers/vdpa/mlx5/net/mlx5_vnet.c | 5 +++++
drivers/vdpa/vdpa_user/vduse_dev.c | 10 +++++-----
drivers/vhost/vdpa.c | 2 +-
drivers/virtio/virtio.c | 7 ++++++-
4 files changed, 17 insertions(+), 7 deletions(-)