From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3zPxrB6M7gzF0X8 for ; Mon, 22 Jan 2018 14:34:34 +1100 (AEDT) In-Reply-To: <20180118025103.9684-1-aik@ozlabs.ru> To: Alexey Kardashevskiy , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Alexey Kardashevskiy , Jonas Pfefferle1 , David Gibson Subject: Re: [kernel] powerpc/powernv/ioda: Finish removing explicit max window size check Message-Id: <3zPxr919Qnz9sBZ@ozlabs.org> Date: Mon, 22 Jan 2018 14:34:32 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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/ioda: Remove explicit max window size check" > Signed-off-by: Alexey Kardashevskiy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ae677ff02f2ddb0980953efd4afed1 cheers