Re: remap_page_range

From: Eric Lowe (elowe@myrile.madriver.k12.oh.us)
Date: Tue Oct 17 2000 - 07:01:10 EST


Hello,

>
> >suppose i allocate an buffer by calling kmalloc.
>
> >i want to map this buffer to user address space.
> >will remap_page_range will automatically map this
> >buffer to calling process's address space.
>
> it should do if have the struct vm_area_struct of the calling process.
> as far as i know if you implement mmap file operation then this structure
> is there.
>
> but how will one get this structure if one is not using mmap file
> operation??
> Some Linux Guru might be able to tell..
>

As far as I know, there's no way to do this without mmap().

With kiobufs() still being somewhat iffy, it's unfortunate there's
still no good interface to map kernel buffers to user space either...
Something to work on for 2.5 I guess.

--
Eric Lowe
Software Engineer, Systran Corporation
elowe@systran.com

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



This archive was generated by hypermail 2b29 : Mon Oct 23 2000 - 21:00:11 EST