[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230410055906-mutt-send-email-mst@kernel.org>
Date: Mon, 10 Apr 2023 05:59:06 -0400
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,
dmitry.fomichev@....com, elic@...dia.com, jasowang@...hat.com,
michael.christie@...cle.com, mst@...hat.com, sgarzare@...hat.com,
stable@...r.kernel.org, zwisler@...omium.org, zwisler@...gle.com
Subject: [GIT PULL] virtio: last minute fixes
The following changes since commit 7e364e56293bb98cae1b55fd835f5991c4e96e7d:
Linux 6.3-rc5 (2023-04-02 14:29:29 -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 9da667e50c7e62266f3c2f8ad57b32fca40716b1:
vdpa_sim_net: complete the initialization before register the device (2023-04-04 14:22:12 -0400)
----------------------------------------------------------------
virtio: last minute fixes
Some last minute fixes - most of them for regressions.
Signed-off-by: Michael S. Tsirkin <mst@...hat.com>
----------------------------------------------------------------
Dmitry Fomichev (2):
virtio-blk: fix to match virtio spec
virtio-blk: fix ZBD probe in kernels without ZBD support
Eli Cohen (1):
vdpa/mlx5: Add and remove debugfs in setup/teardown driver
Mike Christie (2):
vhost-scsi: Fix vhost_scsi struct use after free
vhost-scsi: Fix crash during LUN unmapping
Ross Zwisler (1):
tools/virtio: fix typo in README instructions
Stefano Garzarella (1):
vdpa_sim_net: complete the initialization before register the device
drivers/block/virtio_blk.c | 269 ++++++++++++++++++++++-------------
drivers/vdpa/mlx5/net/mlx5_vnet.c | 8 +-
drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 13 +-
drivers/vhost/scsi.c | 39 +----
include/uapi/linux/virtio_blk.h | 18 +--
tools/virtio/virtio-trace/README | 2 +-
6 files changed, 205 insertions(+), 144 deletions(-)
Powered by blists - more mailing lists