Re: [RFC PATCH v4 1/6] mm: introduce folios_mc_copy() for batch folio copying
From: Garg, Shivank
Date: Sun Mar 15 2026 - 14:10:03 EST
On 3/12/2026 3:11 PM, David Hildenbrand (Arm) wrote:
> On 3/9/26 13:07, Shivank Garg wrote:
>> Add folios_mc_copy() which walks list of src and dst folios in lockstep,
>> and copies folio content via folio_mc_copy(). folios_cnt parameter is
>> unused here, but is part of the offload_copy callback signature used by
>> later patches in the series.
>>
>> Signed-off-by: Shivank Garg <shivankg@xxxxxxx>
>> ---
>
> I'd just squash that into patch #3.
>
Done.