Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* [GIT PULL] virtio,vhost,vdpa: bugfixes
@ 2021-08-16 4:50 Michael S. Tsirkin
2021-08-16 16:40 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2021-08-16 4:50 UTC (permalink / raw)
To: Linus Torvalds
Cc: kvm, virtualization, netdev, linux-kernel, dan.carpenter, elic,
jasowang, mst, neeraju, parav, vincent.whitchurch, xieyongji
The following changes since commit 36a21d51725af2ce0700c6ebcb6b9594aac658a6:
Linux 5.14-rc5 (2021-08-08 13:49:31 -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 879753c816dbbdb2a9a395aa4448d29feee92d1a:
vdpa/mlx5: Fix queue type selection logic (2021-08-11 06:44:43 -0400)
----------------------------------------------------------------
virtio,vhost,vdpa: bugfixes
Fixes in virtio,vhost,vdpa drivers.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
----------------------------------------------------------------
Eli Cohen (2):
vdpa/mlx5: Avoid destroying MR on empty iotlb
vdpa/mlx5: Fix queue type selection logic
Michael S. Tsirkin (3):
vringh: pull in spinlock header
virtio_ring: pull in spinlock header
tools/virtio: fix build
Neeraj Upadhyay (1):
vringh: Use wiov->used to check for read/write desc order
Parav Pandit (4):
virtio: Improve vq->broken access to avoid any compiler optimization
virtio: Keep vring_del_virtqueue() mirror of VQ create
virtio: Protect vqs list access
virtio_pci: Support surprise removal of virtio pci device
Vincent Whitchurch (1):
virtio_vdpa: reject invalid vq indices
Xie Yongji (7):
vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()
vhost: Fix the calculation in vhost_overflow()
vdpa_sim: Fix return value check for vdpa_alloc_device()
vp_vdpa: Fix return value check for vdpa_alloc_device()
vDPA/ifcvf: Fix return value check for vdpa_alloc_device()
vdpa: Add documentation for vdpa_alloc_device() macro
virtio-blk: Add validation for block size in config space
drivers/block/virtio_blk.c | 39 ++++++++++++++++++++++----
drivers/vdpa/ifcvf/ifcvf_main.c | 4 +--
drivers/vdpa/mlx5/core/mr.c | 9 ------
drivers/vdpa/mlx5/net/mlx5_vnet.c | 14 +++++++---
drivers/vdpa/vdpa_sim/vdpa_sim.c | 4 ++-
drivers/vdpa/virtio_pci/vp_vdpa.c | 4 +--
drivers/vhost/vdpa.c | 3 +-
drivers/vhost/vhost.c | 10 +++++--
drivers/vhost/vringh.c | 2 +-
drivers/virtio/virtio.c | 1 +
drivers/virtio/virtio_pci_common.c | 7 +++++
drivers/virtio/virtio_ring.c | 18 ++++++++++--
drivers/virtio/virtio_vdpa.c | 3 ++
include/linux/mlx5/mlx5_ifc_vdpa.h | 10 ++++---
include/linux/vdpa.h | 11 ++++++++
include/linux/virtio.h | 1 +
include/linux/vringh.h | 1 +
tools/virtio/Makefile | 3 +-
tools/virtio/linux/spinlock.h | 56 ++++++++++++++++++++++++++++++++++++++
tools/virtio/linux/virtio.h | 2 ++
20 files changed, 166 insertions(+), 36 deletions(-)
create mode 100644 tools/virtio/linux/spinlock.h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] virtio,vhost,vdpa: bugfixes
2021-08-16 4:50 [GIT PULL] virtio,vhost,vdpa: bugfixes Michael S. Tsirkin
@ 2021-08-16 16:40 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-08-16 16:40 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: Linus Torvalds, kvm, virtualization, netdev, linux-kernel,
dan.carpenter, elic, jasowang, mst, neeraju, parav,
vincent.whitchurch, xieyongji
The pull request you sent on Mon, 16 Aug 2021 00:50:54 -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/94e95d58997f5234aec02f0eba92ee215b787065
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] virtio,vhost,vdpa: bugfixes
2023-03-13 6:31 Michael S. Tsirkin
@ 2023-03-13 18:25 ` pr-tracker-bot
0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2023-03-13 18:25 UTC (permalink / raw)
To: Michael S. Tsirkin
Cc: Linus Torvalds, lulu, kvm, mst, netdev, linux-kernel, stable,
virtualization, eperezma, leiyang, rongtao, gautam.dawar, elic
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!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] virtio,vhost,vdpa: bugfixes
@ 2023-03-13 6:31 Michael S. Tsirkin
2023-03-13 18:25 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Michael S. Tsirkin @ 2023-03-13 6:31 UTC (permalink / raw)
To: Linus Torvalds
Cc: kvm, virtualization, netdev, linux-kernel, elic, eperezma,
gautam.dawar, jasowang, leiyang, lulu, mst, rongtao, si-wei.liu,
stable
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-03-13 18:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-16 4:50 [GIT PULL] virtio,vhost,vdpa: bugfixes Michael S. Tsirkin
2021-08-16 16:40 ` pr-tracker-bot
2023-03-13 6:31 Michael S. Tsirkin
2023-03-13 18:25 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).