On 3/17/26 15:10, Kalyazin, Nikita wrote: > From: Nikita Kalyazin <[email protected]> >
Just a nit while reading over it once more: restate what the patch subject says. Like "Let's convert set_direct_map_*() to take an address instead of a page to prepare for adding helpers that operate on folios; it will be more efficient to convert from a folio directly to an address without going through a page first." > This is to avoid excessive conversions folio->page->address when adding > helpers on top of set_direct_map_valid_noflush() in the next patch. > > Acked-by: David Hildenbrand (Arm) <[email protected]> > Signed-off-by: Nikita Kalyazin <[email protected]> > --- -- Cheers, David

