Re: [RFC PATCH 33/34] iommu: Remove add_device()/remove_device() code-paths

From: Joerg Roedel
Date: Tue Apr 14 2020 - 09:19:40 EST


Hi Marek,

On Fri, Apr 10, 2020 at 12:39:38PM +0200, Marek Szyprowski wrote:
> > + if (!group->default_domain)
> > + continue;
>
> It doesn't look straight from the above diff, but this continue leaks
> group->lock taken.

You are right, thanks for the review! I fixed it in v2.

Regards,

Joerg