Re: Read/Write migration entries: Implement correct behavior incopy_one_pte

From: Christoph Lameter
Date: Tue Apr 18 2006 - 21:27:31 EST


On Wed, 19 Apr 2006, KAMEZAWA Hiroyuki wrote:

> > Note that this is again only a partial solution. mprotect() also has the
> > potential of changing the write status to read.
> yes. in change_pte_range().
>
> Note:
> fork() and mprotect() both requires mm->mmap_sem.
> So both of them is not problem when migration holds mm->mmap_sem.
> If we does lazy migration or memory hot removing or allows migration from
> another process, this will be problem.

Oh. We already allow migration from another process since the page may
be mapped by multiple mm's. Page migration will then replace the ptes in
*all* mm_structs that map this page with migration entries.

So we need a fix here.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/