Message ID | 20230313023139-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [GIT,PULL] virtio,vhost,vdpa: bugfixes | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | success | Errors and warnings before: 18 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: 18 this patch: 18 |
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!
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(-)