Re: [PATCH 11/26] iommu/dma: Factor out remapped pages lookup

From: Christoph Hellwig
Date: Mon Apr 29 2019 - 15:11:00 EST


On Mon, Apr 29, 2019 at 02:05:46PM +0100, Robin Murphy wrote:
> On 22/04/2019 18:59, Christoph Hellwig wrote:
>> From: Robin Murphy <robin.murphy@xxxxxxx>
>>
>> Since we duplicate the find_vm_area() logic a few times in places where
>> we only care aboute the pages, factor out a helper to abstract it.
>>
>> Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx>
>> [hch: don't warn when not finding a region, as we'll rely on that later]
>
> Yeah, I did think about that and the things which it might make a little
> easier, but preserved it as-is for the sake of keeping my modifications
> quick and simple. TBH I'm now feeling more inclined to drop the WARNs
> entirely at this point, since it's not like there's ever been any general
> guarantee that freeing the wrong thing shouldn't just crash, but that's
> something we can easily come back to later if need be.

Ok, I've dropped the warnings.