On Thu, Sep 13, 2018 at 2:31 PM, Rick Edgecombe <[email protected]> wrote: > Create __vmalloc_node_try_addr function that tries to allocate at a specific > address and supports caller specified behavior for whether any lazy purging > happens if there is a collision. > > This new function draws from the __vmalloc_node_range implementation. Attempts > to merge the two into a single allocator resulted in logic that was difficult > to follow, so they are left separate. > > Signed-off-by: Rick Edgecombe <[email protected]>
Reviewed-by: Kees Cook <[email protected]> I'd love to get some more mm folks to look this over too. -Kees -- Kees Cook Pixel Security

