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.
- How to modify an user process' memory mapping from a kerne... Runemaster
- Re: How to modify an user process' memory mapping fro... Mulyadi Santosa
