linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mm/mremap: Remove extra vma tree walk
@ 2024-10-16 20:17 Liam R. Howlett
  2024-10-16 20:17 ` [PATCH 1/2] mm/mremap: Clean up vma_to_resize() Liam R. Howlett
  2024-10-16 20:17 ` [PATCH 2/2] mm/mremap: Remove goto from mremap_to() Liam R. Howlett
  0 siblings, 2 replies; 9+ messages in thread
From: Liam R. Howlett @ 2024-10-16 20:17 UTC (permalink / raw)
  To: Andrew Morton
  Cc: linux-mm, linux-kernel, Lorenzo Stoakes, Jann Horn,
	David Hildenbrand, Qi Zheng, Kefeng Wang, Jeff Xu, Pedro Falcato,
	Liam R. Howlett

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(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-10-18  0:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-16 20:17 [PATCH 0/2] mm/mremap: Remove extra vma tree walk Liam R. Howlett
2024-10-16 20:17 ` [PATCH 1/2] mm/mremap: Clean up vma_to_resize() Liam R. Howlett
2024-10-17 17:55   ` Jeff Xu
2024-10-17 18:07     ` Liam R. Howlett
2024-10-17 18:15       ` Jeff Xu
2024-10-17 21:08         ` Andrew Morton
2024-10-17 23:53           ` Liam R. Howlett
2024-10-18  0:00             ` Andrew Morton
2024-10-16 20:17 ` [PATCH 2/2] mm/mremap: Remove goto from mremap_to() Liam R. Howlett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox