vfio/ccw: Add length to DMA_UNMAP checks
authorEric Farman <farman@linux.ibm.com>
Thu, 28 Jul 2022 20:49:12 +0000 (22:49 +0200)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 1 Aug 2022 19:36:46 +0000 (13:36 -0600)
commit5a4fe7c41b586399d502f9970b077178e5dfbacf
treea02f71fdfe478945640b940cbd909d070bacc30d
parent34a255e67615995f729254307a0581c143e03752
vfio/ccw: Add length to DMA_UNMAP checks

As pointed out with the simplification of the
VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier [1], the length
parameter was never used to check against the pinned
pages.

Let's correct that, and see if a page is within the
affected range instead of simply the first page of
the range.

[1] https://lore.kernel.org/kvm/20220720170457.39cda0d0.alex.williamson@redhat.com/

Signed-off-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Matthew Rosato <mjrosato@linux.ibm.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Link: https://lore.kernel.org/r/20220728204914.2420989-2-farman@linux.ibm.com
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
drivers/s390/cio/vfio_ccw_cp.c
drivers/s390/cio/vfio_ccw_cp.h
drivers/s390/cio/vfio_ccw_ops.c