lkml.org 
[lkml]   [2023]   [Jul]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC PATCH 0/3] support large folio for mlock
On 09.07.23 15:25, Yin, Fengwei wrote:
>
>
> On 7/8/2023 12:02 PM, Matthew Wilcox wrote:
>> I would be tempted to allocate memory & copy to the new mlocked VMA.
>> The old folio will go on the deferred_list and be split later, or its
>> valid parts will be written to swap and then it can be freed.
> If the large folio splitting failure is because of GUP pages, can we
> do copy here?
>
> Let's say, if the GUP page is target of DMA operation and DMA operation
> is ongoing. We allocated a new page and copy GUP page content to the
> new page, the data in the new page can be corrupted.

No, we may only replace anon pages that are flagged as maybe shared
(!PageAnonExclusive). We must not replace pages that are exclusive
(PageAnonExclusive) unless we first try marking them maybe shared.
Clearing will fail if the page maybe pinned.

page_try_share_anon_rmap() implements the clearing logic, taking care of
synchronizing against concurrent GUP-fast.

There are some additional nasty details regarding O_DIRECT. But once it
completely switched from using FOLL_GET to properly using FOLL_PIN (a
lot of that conversion already happened IIRC), we're fine in that regard.

--
Cheers,

David / dhildenb

\
 
 \ /
  Last update: 2023-07-10 11:35    [W:0.098 / U:1.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site