This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 48552153cf49 Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/ [...] new 8bd2fa086a04 virtio: break and reset virtio devices on device_shutdown() new ae376910f52b tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api def [...] new 83dc0370f915 tools: virtio/linux/compiler.h: Add data_race() define. new ec05544c858f tools: virtio/linux/module.h add MODULE_DESCRIPTION() define. new 5dd639a1646e vhost-scsi: Fix handling of multiple calls to vhost_scsi_s [...] new 439252e167ac vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-en [...] new a6097e0a54a5 vdpa/mlx5: Fix oversized null mkey longer than 32bit new 3c7df2e27346 sound/virtio: Fix cancel_sync warnings on uninitialized wo [...] new fc80842a2799 vduse: add virtio_fs to allowed dev id new 4c1f3a7d7427 vhost-scsi: Reduce mem use by moving upages to per queue new bf2d650391be vhost-scsi: Allocate T10 PI structs only when enabled new 3ca51662f818 vhost-scsi: Add better resource allocation failure handling new 891b99eab0f8 vhost-scsi: Return queue full for page alloc failures during copy new bca939d5bcd0 vhost-scsi: Dynamically allocate scatterlists new ddc5b5f68ec5 vhost-scsi: Stop duplicating se_cmd fields new fd4797658133 vhost-scsi: Allocate iov_iter used for unaligned copies wh [...] new 9d8960672d63 vhost-scsi: Reduce response iov mem use new 4b98d5dcd145 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 41112160ca87 vfio/pci: match IGD devices in display controller class new afe84f3b7a26 vfio/type1: Catch zero from pin_user_pages_remote() new 7a701e90fc8e vfio/type1: Convert all vaddr_get_pfns() callers to use vf [...] new eb996eec783c vfio/type1: Use vfio_batch for vaddr_get_pfns() new 063555923343 vfio/type1: Use consistent types for page counts new 62fb8adc43af mm: Provide address mask in struct follow_pfnmap_args new 0fd06844de5d vfio/type1: Use mapping page mask for pfnmaps new 384a530111c6 vfio/virtio: Enable support for virtio-block live migration new 860be250fc32 vfio/pci: Handle INTx IRQ_NOTCONNECTED new 3491aa04787f Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/ [...]
The 28 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: drivers/vdpa/mlx5/core/mr.c | 7 +- drivers/vdpa/mlx5/net/mlx5_vnet.c | 3 + drivers/vdpa/vdpa_user/vduse_dev.c | 1 + drivers/vfio/pci/vfio_pci.c | 4 +- drivers/vfio/pci/vfio_pci_config.c | 3 +- drivers/vfio/pci/vfio_pci_core.c | 10 +- drivers/vfio/pci/vfio_pci_igd.c | 6 + drivers/vfio/pci/vfio_pci_intrs.c | 2 +- drivers/vfio/pci/vfio_pci_priv.h | 6 + drivers/vfio/pci/virtio/Kconfig | 6 +- drivers/vfio/pci/virtio/legacy_io.c | 4 +- drivers/vfio/pci/virtio/main.c | 5 +- drivers/vfio/vfio_iommu_type1.c | 123 +++++--- drivers/vhost/Kconfig | 1 + drivers/vhost/scsi.c | 547 ++++++++++++++++++++++-------------- drivers/virtio/virtio.c | 29 ++ include/linux/mm.h | 2 + mm/memory.c | 1 + sound/virtio/virtio_pcm.c | 21 +- tools/virtio/linux/compiler.h | 25 ++ tools/virtio/linux/dma-mapping.h | 13 + tools/virtio/linux/module.h | 7 + 22 files changed, 544 insertions(+), 282 deletions(-)