[GIT,PULL] virtio,vhost,vdpa: bugfixes

Message ID 20230313023139-mutt-send-email-mst@kernel.org
State New
Headers
Series [GIT,PULL] virtio,vhost,vdpa: bugfixes |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus

Message

Michael S. Tsirkin March 13, 2023, 6:31 a.m. UTC
  The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -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 ae43c20da2a77c508715a9c77845b4e87e6a1e25:

  tools/virtio: Ignore virtio-trace/trace-agent (2023-03-13 02:29:12 -0400)

----------------------------------------------------------------
virtio,vhost,vdpa: bugfixes

Some fixes accumulated so far.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

----------------------------------------------------------------
Cindy Lu (1):
      vp_vdpa: fix the crash in hot unplug with vp_vdpa

Eugenio PĂ©rez (1):
      vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready

Gautam Dawar (1):
      vhost-vdpa: free iommu domain after last use during cleanup

Rong Tao (1):
      tools/virtio: Ignore virtio-trace/trace-agent

Si-Wei Liu (1):
      vdpa/mlx5: should not activate virtq object when suspended

 drivers/vdpa/mlx5/core/mlx5_vdpa.h |  1 +
 drivers/vdpa/mlx5/net/mlx5_vnet.c  |  6 +++++-
 drivers/vdpa/vdpa_sim/vdpa_sim.c   | 11 +++++++++++
 drivers/vdpa/virtio_pci/vp_vdpa.c  |  2 +-
 drivers/vhost/vdpa.c               |  3 ++-
 tools/virtio/.gitignore            |  1 +
 6 files changed, 21 insertions(+), 3 deletions(-)
  

Comments

pr-tracker-bot@kernel.org March 13, 2023, 6:25 p.m. UTC | #1
The pull request you sent on Mon, 13 Mar 2023 02:31:39 -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/fc89d7fb499b0162e081f434d45e8d1b47e82ece

Thank you!