Merge tag 'vfio-v5.10-rc3' of git://github.com/awilliam/linux-vfio
Pull VFIO fixes from Alex Williamson: - Remove code by using existing helper (Zenghui Yu) - fsl-mc copy-user return and underflow fixes (Dan Carpenter) - fsl-mc static function declaration (Diana Craciun) - Fix ioeventfd sleeping under spinlock (Alex Williamson) - Fix pm reference count leak in vfio-platform (Zhang Qilong) - Allow opening IGD device w/o OpRegion support (Fred Gao) * tag 'vfio-v5.10-rc3' of git://github.com/awilliam/linux-vfio: vfio/pci: Bypass IGD init in case of -ENODEV vfio: platform: fix reference leak in vfio_platform_open vfio/pci: Implement ioeventfd thread handler for contended memory lock vfio/fsl-mc: Make vfio_fsl_mc_irqs_allocate static vfio/fsl-mc: prevent underflow in vfio_fsl_mc_mmap() vfio/fsl-mc: return -EFAULT if copy_to_user() fails vfio/type1: Use the new helper to find vfio_group
No related branches found
No related tags found
Showing
- drivers/vfio/fsl-mc/vfio_fsl_mc.c 7 additions, 3 deletionsdrivers/vfio/fsl-mc/vfio_fsl_mc.c
- drivers/vfio/fsl-mc/vfio_fsl_mc_intr.c 1 addition, 1 deletiondrivers/vfio/fsl-mc/vfio_fsl_mc_intr.c
- drivers/vfio/pci/vfio_pci.c 1 addition, 1 deletiondrivers/vfio/pci/vfio_pci.c
- drivers/vfio/pci/vfio_pci_rdwr.c 35 additions, 8 deletionsdrivers/vfio/pci/vfio_pci_rdwr.c
- drivers/vfio/platform/vfio_platform_common.c 1 addition, 2 deletionsdrivers/vfio/platform/vfio_platform_common.c
- drivers/vfio/vfio_iommu_type1.c 5 additions, 12 deletionsdrivers/vfio/vfio_iommu_type1.c
Loading
Please register or sign in to comment