Jason's "Connect VFIO to IOMMUFD" introduces vfio iommufd compat mode. Under this mode, vfio_iommufd_bind() creates an access which has an unmap callback, which can be called immediately. This means mdev drivers may receive unmap requests before the mdev is opened. For now, there are only three drivers (gvt, vfio-ap and vfio-ccw) providing dma_unmap(). vfio-ccw is fine with such requests. While gvt-g and vfio-ap may have potential problem with such requests due to internal implementation. This series tries to enhance the two drivers. This series is based on Jason's below branch. https://github.com/jgunthorpe/linux/tree/iommufd (commit: 2079f24ce168f580a30e8eea94e660461d7d0d7a) Change: v3: - Add explicit check on vgpu->nr_cache_entries, explicitly reset gvt cache (Zhenyu) - Add Tony Krowiak's r-b for patch 0002 v2: https://lore.kernel.org/kvm/20221129105831.466954-1-yi.l.liu@xxxxxxxxx/ - Refine the cover letter and commit message of patch 0001 (Kevin) - Rename patch 0001 to better fit the commit message - Add r-b from Zhi for patch 0001 - Tweak iova range test to assume page-aligned for patch 0002 (Jason) - Remove break so all queues within range are removed for patch 0002 (Kevin) v1: https://lore.kernel.org/kvm/20221123134832.429589-1-yi.l.liu@xxxxxxxxx/ Cc: Tony Krowiak <akrowiak@xxxxxxxxxxxxx> Cc: Halil Pasic <pasic@xxxxxxxxxxxxx> Cc: Jason Herne <jjherne@xxxxxxxxxxxxx> Cc: linux-s390@xxxxxxxxxxxxxxx Cc: Zhenyu Wang <zhenyuw@xxxxxxxxxxxxxxx> Cc: Zhi Wang <zhi.a.wang@xxxxxxxxx> Cc: Kevin Tian <kevin.tian@xxxxxxxxx> Cc: intel-gvt-dev@xxxxxxxxxxxxxxxxxxxxx Regards, Yi Liu Matthew Rosato (1): iommufd PATCH v2 2/2] vfio/ap: validate iova during dma_unmap and trigger irq disable Yi Liu (1): i915/gvt: Move gvt mapping cache initialization to intel_vgpu_init_dev() drivers/gpu/drm/i915/gvt/kvmgt.c | 18 ++++++++++++++---- drivers/s390/crypto/vfio_ap_ops.c | 18 +++++++++++++++++- 2 files changed, 31 insertions(+), 5 deletions(-) -- 2.34.1