[GIT PULL] vhost,vdpa: bugfixes
From: Michael S. Tsirkin
Date: Mon Nov 30 2020 - 03:52:52 EST
The following changes since commit 418baf2c28f3473039f2f7377760bd8f6897ae18:
Linux 5.10-rc5 (2020-11-22 15:36:08 -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 ad89653f79f1882d55d9df76c9b2b94f008c4e27:
vhost-vdpa: fix page pinning leakage in error path (rework) (2020-11-25 04:29:07 -0500)
----------------------------------------------------------------
vhost,vdpa: fixes
A couple of minor fixes.
Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
----------------------------------------------------------------
Mike Christie (1):
vhost scsi: fix lun reset completion handling
Si-Wei Liu (1):
vhost-vdpa: fix page pinning leakage in error path (rework)
Stefano Garzarella (1):
vringh: fix vringh_iov_push_*() documentation
drivers/vhost/scsi.c | 4 ++-
drivers/vhost/vdpa.c | 80 ++++++++++++++++++++++++++++++++++++++------------
drivers/vhost/vringh.c | 6 ++--
3 files changed, 68 insertions(+), 22 deletions(-)