Re: [PATCH 01/22] mm: Add vma_lookup()
From: David Hildenbrand
Date: Fri May 14 2021 - 05:57:37 EST
On 10.05.21 18:58, Liam Howlett wrote:
he third use of find_vma() is by developers who do not know that the
function starts searching at the provided address upwards for the next
vma. This results in a bug that is often overlooked for a long time.
Adding the new vma_lookup() function will allow for cleaner code by
Sounds helpful to me
Acked-by: David Hildenbrand <david@xxxxxxxxxx>
--
Thanks,
David / dhildenb