This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from ffb217a13a2e Linux 5.17-rc7 new aa6f8dcbab47 swiotlb: rework "fix info leak with DMA_FROM_DEVICE" new 838d6d3461db virtio: unexport virtio_finalize_features new 4fa59ede9519 virtio: acknowledge all features before access new c46eccdaadab virtio: document virtio_reset_device new 0e7174b9d587 virtio_console: break out of buf poll on remove new e0077cc13b83 vdpa: factor out vdpa_set_features_unlocked for vdpa internal use new 30c22f3816ff vdpa/mlx5: should verify CTRL_VQ feature exists for MQ new ed0f849fc3a6 vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_ [...] new b9d102dafec6 vduse: Fix returning wrong type in vduse_domain_alloc_iova() new e2ae38cf3d91 vhost: fix hung thread due to erroneous iotlb entries new dacc73ed0b88 virtio-blk: Don't use MAX_DISCARD_SEGMENTS if max_discard_ [...] new e030759a1ddc virtio-blk: Remove BUG_ON() in virtio_queue_rq() new eb057b44dbe3 vdpa: fix use-after-free on vp_vdpa_remove new e7c552ec8978 virtio: drop default for virtio-mem new 4c8093637bc9 vhost: remove avail_event arg from vhost_update_avail_event() new 32f1b53fe8f0 tools/virtio: fix virtio_test execution new 3dd7d135e75c tools/virtio: handle fallout from folio work new 06be3029703f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 42da5a4ba170 mtd: rawnand: omap2: Actually prevent invalid configuratio [...] new ea4424be1688 Merge tag 'mtd/fixes-for-5.17-rc8' of git://git.kernel.org [...]
The 20 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/core-api/dma-attributes.rst | 8 ----- drivers/block/virtio_blk.c | 20 +++++------ drivers/char/virtio_console.c | 7 ++++ drivers/mtd/nand/raw/Kconfig | 3 +- drivers/vdpa/mlx5/net/mlx5_vnet.c | 34 +++++++++++++++++-- drivers/vdpa/vdpa.c | 2 +- drivers/vdpa/vdpa_user/iova_domain.c | 2 +- drivers/vdpa/virtio_pci/vp_vdpa.c | 2 +- drivers/vhost/iotlb.c | 11 ++++++ drivers/vhost/vdpa.c | 2 +- drivers/vhost/vhost.c | 9 +++-- drivers/virtio/Kconfig | 1 - drivers/virtio/virtio.c | 56 +++++++++++++++++++++---------- drivers/virtio/virtio_vdpa.c | 2 +- include/linux/dma-mapping.h | 8 ----- include/linux/vdpa.h | 18 ++++++---- include/linux/virtio.h | 1 - include/linux/virtio_config.h | 3 +- kernel/dma/swiotlb.c | 23 ++++++++----- tools/virtio/linux/mm_types.h | 3 ++ tools/virtio/virtio_test.c | 1 + 21 files changed, 143 insertions(+), 73 deletions(-) create mode 100644 tools/virtio/linux/mm_types.h