Re: [RFC PATCH 1/4] mm: migrate: Allow misplaced migration without VMA too

From: Gregory Price
Date: Thu Mar 06 2025 - 12:24:55 EST


On Thu, Mar 06, 2025 at 11:15:29AM +0530, Bharata B Rao wrote:
> migrate_misplaced_folio_prepare() can be called from a
> context where VMA isn't available. Allow the migration
> to work from such contexts too.
>
> Signed-off-by: Bharata B Rao <bharata@xxxxxxx>

I have a similar patch in the unmapped pagecache RFC

we may also need this:
https://lore.kernel.org/linux-mm/20250107000346.1338481-4-gourry@xxxxxxxxxx/

May be worth just pulling these ahead to avoid conflict.

~Gregory