Re: Why get_user_pages fails?

From: Jonathan Corbet
Date: Mon Jun 30 2008 - 16:52:27 EST


On Mon, 30 Jun 2008 20:45:47 +0000
"Pan, Weimin" <weimin.pan@xxxxxx> wrote:

> Do I have a way to map a range of phy memory to user virtual address
> and have the page structures built for that memory region? I know
> remap_pfn_range() doesn't work.

The question is: why are you taking this memory out of the kernel's
view in the first place? You're telling the kernel not to manage that
memory, and it's listening to you - but you shouldn't then complain that
it's not managing that memory.

Again, if you would post your code, others would be in a better
position to help you.

jon
--
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/