Re: [PATCH 00/21] mm: Add vma_lookup()

From: Davidlohr Bueso
Date: Fri May 21 2021 - 00:22:20 EST


On Mon, 10 May 2021, Liam Howlett wrote:

Adding the new vma_lookup() function will allow for cleaner code by
removing the find_vma() calls which check limits, making
find_vma_intersection() calls of a single address to be shorter, and
potentially reduce the incorrect uses of find_vma().

I like this, specially implemented around find_vma(). For the series,
feel free to add:

Acked-by: Davidlohr Bueso <dbueso@xxxxxxx>