Hi

On Thu, Feb 28, 2008 at 3:58 AM, Runemaster <[EMAIL PROTECTED]> wrote:
> Hi, I need to manipulate another user process' memory mapping within a
> kernel thread. Since I am not in that process' address space, I can not call
> functions like do_mmap() and exec_mmap() here. Is there any way to handle
> this problem? Thanks.

grab its mm_struct and its PGD, then start working from it?

regards,

Mulyadi.

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to [EMAIL PROTECTED]
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to