Re: [PATCH] iommu/iova: Don't try to copy anchor nodes

From: Joerg Roedel
Date: Mon Oct 02 2017 - 09:47:58 EST


On Mon, Oct 02, 2017 at 11:53:31AM +0100, Robin Murphy wrote:
> Anchor nodes are not reserved IOVAs in the way that copy_reserved_iova()
> cares about - while the failure from reserve_iova() is benign since the
> target domain will already have its own anchor, we still don't want to
> be triggering spurious warnings.
>
> Reported-by: kernel test robot <fengguang.wu@xxxxxxxxx>
> Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx>
> ---
> drivers/iommu/iova.c | 3 +++
> 1 file changed, 3 insertions(+)

Added 'Fixes:'-tag and applied it, thanks Robin.