[GIT PULL] virtio: bugfixes

From: Michael S. Tsirkin
Date: Wed Aug 26 2020 - 09:28:34 EST


The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

Linux 5.9-rc2 (2020-08-23 14:08:43 -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 cbb523594eb718944b726ba52bb43a1d66188a17:

vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms (2020-08-26 08:13:59 -0400)

----------------------------------------------------------------
virtio: bugfixes

A couple vdpa and vhost bugfixes

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

----------------------------------------------------------------
Jason Wang (2):
vdpa: ifcvf: return err when fail to request config irq
vdpa: ifcvf: free config irq in ifcvf_free_irq()

Nathan Chancellor (1):
vdpa/mlx5: Avoid warnings about shifts on 32-bit platforms

Stefano Garzarella (1):
vhost-iotlb: fix vhost_iotlb_itree_next() documentation

drivers/vdpa/ifcvf/ifcvf_base.h | 2 +-
drivers/vdpa/ifcvf/ifcvf_main.c | 9 +++++--
drivers/vdpa/mlx5/net/mlx5_vnet.c | 50 +++++++++++++++++++--------------------
drivers/vhost/iotlb.c | 4 ++--
4 files changed, 35 insertions(+), 30 deletions(-)