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>