From: "Michael S. Tsirkin" <mst@redhat.com> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: kvm@vger.kernel.org, virtualization@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, elic@nvidia.com, eperezma@redhat.com, gautam.dawar@amd.com, jasowang@redhat.com, leiyang@redhat.com, lulu@redhat.com, mst@redhat.com, rongtao@cestc.cn, si-wei.liu@oracle.com, stable@vger.kernel.org Subject: [GIT PULL] virtio,vhost,vdpa: bugfixes Date: Mon, 13 Mar 2023 02:31:39 -0400 [thread overview] Message-ID: <20230313023139-mutt-send-email-mst@kernel.org> (raw) 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(-)
WARNING: multiple messages have this Message-ID (diff)
From: "Michael S. Tsirkin" <mst@redhat.com> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: lulu@redhat.com, kvm@vger.kernel.org, mst@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, virtualization@lists.linux-foundation.org, eperezma@redhat.com, leiyang@redhat.com, rongtao@cestc.cn, gautam.dawar@amd.com, elic@nvidia.com Subject: [GIT PULL] virtio,vhost,vdpa: bugfixes Date: Mon, 13 Mar 2023 02:31:39 -0400 [thread overview] Message-ID: <20230313023139-mutt-send-email-mst@kernel.org> (raw) 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(-) _______________________________________________ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization
next reply other threads:[~2023-03-13 6:32 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2023-03-13 6:31 Michael S. Tsirkin [this message] 2023-03-13 6:31 ` [GIT PULL] virtio,vhost,vdpa: bugfixes Michael S. Tsirkin 2023-03-13 18:25 ` pr-tracker-bot 2023-03-13 18:25 ` pr-tracker-bot -- strict thread matches above, loose matches on Subject: below -- 2023-06-09 16:17 Michael S. Tsirkin 2023-06-09 16:17 ` Michael S. Tsirkin 2023-06-09 18:19 ` pr-tracker-bot 2023-06-09 18:19 ` pr-tracker-bot 2021-08-16 4:50 Michael S. Tsirkin 2021-08-16 4:50 ` Michael S. Tsirkin 2021-08-16 16:40 ` pr-tracker-bot 2021-08-16 16:40 ` pr-tracker-bot
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20230313023139-mutt-send-email-mst@kernel.org \ --to=mst@redhat.com \ --cc=elic@nvidia.com \ --cc=eperezma@redhat.com \ --cc=gautam.dawar@amd.com \ --cc=jasowang@redhat.com \ --cc=kvm@vger.kernel.org \ --cc=leiyang@redhat.com \ --cc=linux-kernel@vger.kernel.org \ --cc=lulu@redhat.com \ --cc=netdev@vger.kernel.org \ --cc=rongtao@cestc.cn \ --cc=si-wei.liu@oracle.com \ --cc=stable@vger.kernel.org \ --cc=torvalds@linux-foundation.org \ --cc=virtualization@lists.linux-foundation.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.