On Thu, Apr 02, 2026 at 07:11:45AM +0300, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" <[email protected]> > > Split the code that finds, locks and verifies VMA from mfill_atomic() into > a helper function. > > This function will be used later during refactoring of > mfill_atomic_pte_copy(). > > Add a counterpart mfill_put_vma() helper that unlocks the VMA and releases > map_changing_lock. > > [[email protected]: fix lock leak in mfill_get_vma()] > Link: https://lkml.kernel.org/r/[email protected] > Signed-off-by: Mike Rapoport (Microsoft) <[email protected]> > Signed-off-by: Andrei Vagin <[email protected]> > ---
Looks good to me, Reviewed-by: Harry Yoo (Oracle) <[email protected]> -- Cheers, Harry / Hyeonggon

