The following changes since commit 0c86d774883fa17e7c81b0c8838b88d06c2c911e: vdpasim: allow to assign a MAC address (2020-10-30 04:04:35 -0400) 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 efd838fec17bd8756da852a435800a7e6281bfbc: vhost scsi: Add support for LUN resets. (2020-11-15 17:30:55 -0500) ---------------------------------------------------------------- vhost,vdpa: fixes Fixes all over the place, most notably vhost scsi IO error fixes. Signed-off-by: Michael S. Tsirkin <mst@xxxxxxxxxx> ---------------------------------------------------------------- Laurent Vivier (1): vdpasim: fix "mac_pton" undefined error Mike Christie (5): vhost: add helper to check if a vq has been setup vhost scsi: alloc cmds per vq instead of session vhost scsi: fix cmd completion race vhost scsi: add lun parser helper vhost scsi: Add support for LUN resets. Stephen Rothwell (1): swiotlb: using SIZE_MAX needs limits.h included drivers/vdpa/Kconfig | 1 + drivers/vhost/scsi.c | 397 ++++++++++++++++++++++++++++++++++-------------- drivers/vhost/vhost.c | 6 + drivers/vhost/vhost.h | 1 + include/linux/swiotlb.h | 1 + 5 files changed, 289 insertions(+), 117 deletions(-)