mbox series

[0/2] mm/mremap: Remove extra vma tree walk

Message ID 20241016201719.2449143-1-Liam.Howlett@oracle.com (mailing list archive)
Headers show
Series mm/mremap: Remove extra vma tree walk | expand

Message

Liam R. Howlett Oct. 16, 2024, 8:17 p.m. UTC
An extra vma tree walk was discovered in some mremap call paths during
the discussion on mseal() changes.  This patch set removes the extra vma
tree walk and further cleans up mremap_to().

Liam R. Howlett (2):
  mm/mremap: Clean up vma_to_resize()
  mm/mremap: Remove goto from mremap_to()

 mm/mremap.c | 67 +++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 38 deletions(-)