Re: [kernel] powerpc/powernv/ioda: Finish removing explicit max window size check

2018-01-21 Thread Michael Ellerman
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

[PATCH kernel] powerpc/powernv/ioda: Finish removing explicit max window size check

2018-01-17 Thread Alexey Kardashevskiy
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