Re: [PATCH v2 6/7] mm/khugepaged: unmap pte before releasing vma write lock
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 7/15/26 04:59, Nico Pache wrote: > We are currently dropping the anon_vma write lock before unmapping the > PTE. Although this is safe, due to us still holding the mmap_write_lock, > its safer and less confusing to switch the order of these two operations. > > Suggested-by: David Hildenbrand <[email protected]> > Signed-off-by: Nico Pache <[email protected]> > --- Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David