Re: [PATCH] iommu/ipmmu-vmsa: Fix crash on early domain free

From: Joerg Roedel
Date: Wed Nov 07 2018 - 11:04:11 EST


On Wed, Nov 07, 2018 at 02:18:50PM +0100, Geert Uytterhoeven wrote:

> Fix this by checking if the domain's context already exists, before
> trying to destroy it.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> drivers/iommu/ipmmu-vmsa.c | 3 +++
> 1 file changed, 3 insertions(+)

Applied, thanks.