[GIT PULL] virtio,vdpa: fixes

From: Michael S. Tsirkin
Date: Sat Jun 11 2022 - 03:49:06 EST


The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

Linux 5.19-rc1 (2022-06-05 17:18:54 -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 eacea844594ff338db06437806707313210d4865:

um: virt-pci: set device ready in probe() (2022-06-10 20:38:06 -0400)

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

Fixes all over the place, most notably fixes for latent
bugs in drivers that got exposed by suppressing
interrupts before DRIVER_OK, which in turn has been
done by 8b4ec69d7e09 ("virtio: harden vring IRQ").

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

----------------------------------------------------------------
Bo Liu (1):
virtio: Fix all occurences of the "the the" typo

Dan Carpenter (2):
vdpa/mlx5: fix error code for deleting vlan
vdpa/mlx5: clean up indenting in handle_ctrl_vlan()

Jason Wang (2):
virtio-rng: make device ready before making request
vdpa: make get_vq_group and set_group_asid optional

Vincent Whitchurch (1):
um: virt-pci: set device ready in probe()

Xiang wangx (1):
vdpa/mlx5: Fix syntax errors in comments

Xie Yongji (2):
vringh: Fix loop descriptors check in the indirect cases
vduse: Fix NULL pointer dereference on sysfs access

chengkaitao (1):
virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed

arch/um/drivers/virt-pci.c | 7 ++++++-
drivers/char/hw_random/virtio-rng.c | 2 ++
drivers/vdpa/mlx5/net/mlx5_vnet.c | 9 +++++----
drivers/vdpa/vdpa_user/vduse_dev.c | 7 +++----
drivers/vhost/vdpa.c | 2 ++
drivers/vhost/vringh.c | 10 ++++++++--
drivers/virtio/virtio_mmio.c | 3 ++-
drivers/virtio/virtio_pci_modern_dev.c | 2 +-
include/linux/vdpa.h | 5 +++--
9 files changed, 32 insertions(+), 15 deletions(-)