[GIT PULL] virtio,vhost,vdpa: fixes

From: Michael S. Tsirkin
Date: Wed Feb 01 2023 - 11:07:30 EST


The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65:

Linux 6.2-rc5 (2023-01-21 16:27:01 -0800)

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 6b04456e248761cf68f562f2fd7c04e591fcac94:

vdpa: ifcvf: Do proper cleanup if IFCVF init fails (2023-01-27 06:18:41 -0500)

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

Just small bugfixes all over the place.

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

----------------------------------------------------------------
Eric Auger (1):
vhost/net: Clear the pending messages when the backend is removed

Jason Wang (1):
vhost-scsi: unbreak any layout for response

Shunsuke Mie (1):
tools/virtio: fix the vringh test for virtio ring changes

Tanmay Bhushan (1):
vdpa: ifcvf: Do proper cleanup if IFCVF init fails

drivers/vdpa/ifcvf/ifcvf_main.c | 2 +-
drivers/vhost/net.c | 3 +++
drivers/vhost/scsi.c | 21 +++++++++++++++++----
drivers/vhost/vhost.c | 3 ++-
drivers/vhost/vhost.h | 1 +
tools/virtio/linux/bug.h | 8 +++-----
tools/virtio/linux/build_bug.h | 7 +++++++
tools/virtio/linux/cpumask.h | 7 +++++++
tools/virtio/linux/gfp.h | 7 +++++++
tools/virtio/linux/kernel.h | 1 +
tools/virtio/linux/kmsan.h | 12 ++++++++++++
tools/virtio/linux/scatterlist.h | 1 +
tools/virtio/linux/topology.h | 7 +++++++
13 files changed, 69 insertions(+), 11 deletions(-)
create mode 100644 tools/virtio/linux/build_bug.h
create mode 100644 tools/virtio/linux/cpumask.h
create mode 100644 tools/virtio/linux/gfp.h
create mode 100644 tools/virtio/linux/kmsan.h
create mode 100644 tools/virtio/linux/topology.h