Re: Sharing memory between kernel and user space

From: H. Peter Anvin
Date: Tue May 30 2006 - 18:46:00 EST


Followup to: <14CFC56C96D8554AA0B8969DB825FEA0012B331A@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
By author: "Brian D. McGrew" <brian@xxxxxxxxxxxxx>
In newsgroup: linux.dev.kernel
>
> I have a question about the best way to share memory between user and
> kernel space.
>

In general, allocate the memory in kernel space (via get_free_page et
al), and make accessible to userspace via mmap on a device node.

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