On Thu, 2018-01-18 at 02:51:03 UTC, Alexey Kardashevskiy wrote:
> 9003a2498 removed checn from the DMA window pages allocator, however
> the VFIO driver tests limits before doing so by calling
> the get_table_size hook which was left behind; this fixes it.
>
> Fixes: 9003a2498 "powerpc/powernv/iod
9003a2498 removed checn from the DMA window pages allocator, however
the VFIO driver tests limits before doing so by calling
the get_table_size hook which was left behind; this fixes it.
Fixes: 9003a2498 "powerpc/powernv/ioda: Remove explicit max window size check"
Signed-off-by: Alexey Kardashevs