Message ID | 20220602161124-mutt-send-email-mst@kernel.org (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | [GIT,PULL] vhost,virtio,vdpa: features, fixes, cleanups | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Pull request for net |
netdev/build_32bit | fail | Errors and warnings before: 26 this patch: 28 |
netdev/build_clang | success | Errors and warnings before: 15 this patch: 15 |
netdev/verify_signedoff | success | Signed-off-by tag matches author and committer |
netdev/verify_fixes | fail | Problems with Fixes tag: 3 |
netdev/build_allmodconfig_warn | fail | Errors and warnings before: 28 this patch: 30 |
The pull request you sent on Thu, 2 Jun 2022 16:11:24 -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/6e5f6a86915d65210e90acac0402e6f37e21fc7b
Thank you!
The following changes since commit 8ab2afa23bd197df47819a87f0265c0ac95c5b6a: Merge tag 'for-5.19/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev (2022-05-30 12:46:49 -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 bd8bb9aed56b1814784a975e2dfea12a9adcee92: vdpa: ifcvf: set pci driver data in probe (2022-06-01 02:16:38 -0400) ---------------------------------------------------------------- vhost,virtio,vdpa: features, fixes, cleanups mac vlan filter and stats support in mlx5 vdpa irq hardening in virtio performance improvements in virtio crypto polling i/o support in virtio blk ASID support in vhost fixes, cleanups all over the place Signed-off-by: Michael S. Tsirkin <mst@redhat.com> ---------------------------------------------------------------- Andrey Ryabinin (4): vhost: get rid of vhost_poll_flush() wrapper vhost_net: get rid of vhost_net_flush_vq() and extra flush calls vhost_test: remove vhost_test_flush_vq() vhost_vsock: simplify vhost_vsock_flush() Christophe JAILLET (1): virtio: pci: Fix an error handling path in vp_modern_probe() Cindy Lu (1): vdpa/vp_vdpa : add vdpa tool support in vp_vdpa Dan Carpenter (2): vdpasim: Off by one in vdpasim_set_group_asid() vhost-vdpa: return -EFAULT on copy_to_user() failure Eli Cohen (8): vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doit vdpa: Add support for querying vendor statistics net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutex net/vdpa: Use readers/writers semaphore instead of cf_mutex vdpa/mlx5: Add support for reading descriptor statistics vdpa/mlx5: Use readers/writers semaphore instead of mutex vdpa/mlx5: Remove flow counter from steering vdpa/mlx5: Add RX MAC VLAN filter support Eugenio Pérez (1): vdpasim: allow to enable a vq repeatedly Gautam Dawar (19): vhost: move the backend feature bits to vhost_types.h virtio-vdpa: don't set callback if virtio doesn't need it vhost-vdpa: passing iotlb to IOMMU mapping helpers vhost-vdpa: switch to use vhost-vdpa specific IOTLB vdpa: introduce virtqueue groups vdpa: multiple address spaces support vdpa: introduce config operations for associating ASID to a virtqueue group vhost_iotlb: split out IOTLB initialization vhost: support ASID in IOTLB API vhost-vdpa: introduce asid based IOTLB vhost-vdpa: introduce uAPI to get the number of virtqueue groups vhost-vdpa: introduce uAPI to get the number of address spaces vhost-vdpa: uAPI to get virtqueue group id vhost-vdpa: introduce uAPI to set group ASID vhost-vdpa: support ASID based IOTLB API vdpa_sim: advertise VIRTIO_NET_F_MTU vdpa_sim: factor out buffer completion logic vdpa_sim: filter destination mac address vdpasim: control virtqueue support Jason Wang (9): virtio: use virtio_reset_device() when possible virtio: introduce config op to synchronize vring callbacks virtio-pci: implement synchronize_cbs() virtio-mmio: implement synchronize_cbs() virtio-ccw: implement synchronize_cbs() virtio: allow to unbreak virtqueue virtio: harden vring IRQ virtio: use WARN_ON() to warning illegal status value vdpa: ifcvf: set pci driver data in probe Mike Christie (4): vhost: flush dev once during vhost_dev_stop vhost-scsi: drop flush after vhost_dev_cleanup vhost-test: drop flush after vhost_dev_cleanup vhost: rename vhost_work_dev_flush Murilo Opsfelder Araujo (1): virtio-pci: Remove wrong address verification in vp_del_vqs() Solomon Tan (2): virtio: Replace unsigned with unsigned int virtio: Replace long long int with long long Stefano Garzarella (1): virtio: use virtio_device_ready() in virtio_device_restore() Suwan Kim (2): virtio-blk: support polling I/O virtio-blk: support mq_ops->queue_rqs() Xianting Tian (2): virtio_ring: remove unnecessary to_vvq call in vring hot path virtio_ring: add unlikely annotation for free descs check Zhu Lingshan (1): vDPA/ifcvf: fix uninitialized config_vector warning keliu (1): virtio: Directly use ida_alloc()/free() lei he (2): virtio-crypto: adjust dst_len at ops callback virtio-crypto: enable retry for virtio-crypto-dev zhenwei pi (3): virtio-crypto: change code style virtio-crypto: use private buffer for control request virtio-crypto: wait ctrl queue instead of busy polling drivers/block/virtio_blk.c | 224 +++++++++- .../crypto/virtio/virtio_crypto_akcipher_algs.c | 95 ++-- drivers/crypto/virtio/virtio_crypto_common.h | 21 +- drivers/crypto/virtio/virtio_crypto_core.c | 55 ++- .../crypto/virtio/virtio_crypto_skcipher_algs.c | 138 +++--- drivers/s390/virtio/virtio_ccw.c | 34 ++ drivers/vdpa/alibaba/eni_vdpa.c | 2 +- drivers/vdpa/ifcvf/ifcvf_main.c | 23 +- drivers/vdpa/mlx5/core/mlx5_vdpa.h | 2 + drivers/vdpa/mlx5/net/mlx5_vnet.c | 491 +++++++++++++++++---- drivers/vdpa/vdpa.c | 257 +++++++++-- drivers/vdpa/vdpa_sim/vdpa_sim.c | 107 ++++- drivers/vdpa/vdpa_sim/vdpa_sim.h | 3 + drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 169 +++++-- drivers/vdpa/vdpa_user/vduse_dev.c | 3 +- drivers/vdpa/virtio_pci/vp_vdpa.c | 161 +++++-- drivers/vhost/iotlb.c | 23 +- drivers/vhost/net.c | 11 +- drivers/vhost/scsi.c | 4 +- drivers/vhost/test.c | 14 +- drivers/vhost/vdpa.c | 271 +++++++++--- drivers/vhost/vhost.c | 45 +- drivers/vhost/vhost.h | 7 +- drivers/vhost/vsock.c | 7 +- drivers/virtio/virtio.c | 32 +- drivers/virtio/virtio_balloon.c | 12 +- drivers/virtio/virtio_mmio.c | 27 +- drivers/virtio/virtio_pci_common.c | 15 +- drivers/virtio/virtio_pci_common.h | 10 +- drivers/virtio/virtio_pci_legacy.c | 11 +- drivers/virtio/virtio_pci_modern.c | 14 +- drivers/virtio/virtio_pci_modern_dev.c | 6 + drivers/virtio/virtio_ring.c | 55 ++- drivers/virtio/virtio_vdpa.c | 12 +- include/linux/mlx5/mlx5_ifc.h | 1 + include/linux/mlx5/mlx5_ifc_vdpa.h | 39 ++ include/linux/vdpa.h | 61 ++- include/linux/vhost_iotlb.h | 2 + include/linux/virtio.h | 1 + include/linux/virtio_config.h | 47 +- include/uapi/linux/vdpa.h | 6 + include/uapi/linux/vhost.h | 26 +- include/uapi/linux/vhost_types.h | 11 +- 43 files changed, 1964 insertions(+), 591 deletions(-)