On Thu, Apr 30, 2015 at 12:02 AM, Linus Torvalds
<[email protected]> wrote:
> On Wed, Apr 29, 2015 at 1:44 PM, Konstantin Khlebnikov <[email protected]> 
> wrote:
>>
>> This's no longer true. After recent fixes for "anon_vma endless growing" new 
>> vma
>> might reuse old anon_vma from grandparent vma.
>
> Oh well. I guess that was too simple.
>
> If Mark is ok with the rule that "it's not reliably if you have two
> nested forks" (ie it only works if you exec for every fork you do), it
> should still work, right? It sounds like Mark doesn't necessarily need
> to handle the *generic* case.

What about exposing shared/exclusive bit in pagemap == 1 if
page_mapcount() > 1, otherwise 0 (or vise versa).

Seems like this should work for detecting CoWed pages in child mm.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to