On Fri, 2005-04-22 at 12:55 -0500, Timur Tabi wrote:
> Arjan van de Ven wrote:
> > On Mon, 2005-04-18 at 11:09 -0500, Timur Tabi wrote:
> >
> >>Roland Dreier wrote:
> >>
> >>> Troy> How is memory pinning handled? (I haven't had time to read
> >>> Troy> all the code, so please excuse my ignorance of something
> >>> Troy> obvious).
> >>>
> >>>The userspace library calls mlock() and then the kernel does
> >>>get_user_pages().
> >>
> >>Why do you call mlock() and get_user_pages()? In our code, we only call mlock(), and the
> >>memory is pinned.
> >
> >
> > this is a myth; linux is free to move the page about in physical memory
> > even if it's mlock()ed!!
>
> Can you tell me when Linux actually does this? I know in theory it can happen, but I've
> never seen it. Does the code to implement moving of data from one physical page to
> another even exist in any version of Linux?
hot(un)plug memory.
>
> Also, what would be the point? What reason would there be to move some data from one
> physical page to another, while keeping the same virtual address?
so that you can hot unplug the dimm in question.
I guess that's a bit of a high end though though... so maybe you don't
care about it.
-
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/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]