[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201116081420-mutt-send-email-mst@kernel.org>
Date: Mon, 16 Nov 2020 08:14:20 -0500
From: "Michael S. Tsirkin" <mst@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: kvm@...r.kernel.org, virtualization@...ts.linux-foundation.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
jasowang@...hat.com, lkp@...el.com, lvivier@...hat.com,
michael.christie@...cle.com, mst@...hat.com, rdunlap@...radead.org,
sfr@...b.auug.org.au, stefanha@...hat.com
Subject: [GIT PULL] vhost,vdpa: fixes
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@...hat.com>
----------------------------------------------------------------
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(-)
Powered by blists - more mailing lists