Re: [patch] do_no_pfn

From: Robin Holt
Date: Tue Jun 20 2006 - 07:01:33 EST


On Tue, Jun 20, 2006 at 11:35:53AM +0200, Andi Kleen wrote:
>
> > One struct page for a random single page here, another for a single
> > random page there. And the risk that someone will start walking the
> > pages and dereference and cause data corruption. As explained before,
> > it's a bad idea.
>
> Note sure what your point is. Why should they cause memory corruption?
>
> Allowing struct page less VM is worse. If you add that then people
> will use it for other stuff, and eventually we got a two class
> VM. All not very good.

You already have that. You already stated the mapping of device memory.
The only thing we are asking to do is have a block of device memory
which has its pfn inserted at first touch. The device is essentially
available on each node. It is not something the generic parts of the
VM need to manage. What benefit are we going to get from having
struct page * behind the pages when the struct page need to be marked
as reserved and uncached?

Thanks,
Robin
-
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/