Message ID | 20230410055906-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] virtio: last minute fixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 33 this patch: 18 |
netdev/build_clang | success | Errors and warnings before: 18 this patch: 18 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | success | Fixes tag looks correct |
netdev/build_allmodconfig_warn | success | Errors and warnings before: 33 this patch: 18 |
The pull request you sent on Mon, 10 Apr 2023 05:59:06 -0400:
> https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dfc191544864601a056ce7691d600e70d60d3ca1
Thank you!
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@redhat.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(-)