Re: [PATCH v8 7/9] vmcore: Allow user process to remap ELF note segment buffer

2013-05-23 Thread Vivek Goyal
On Thu, May 23, 2013 at 02:25:36PM +0900, HATAYAMA Daisuke wrote: > Now ELF note segment has been copied in the buffer on vmalloc > memory. To allow user process to remap the ELF note segment buffer > with remap_vmalloc_page, the corresponding VM area object has to have > VM_USERMAP flag set. > >

[PATCH v8 7/9] vmcore: Allow user process to remap ELF note segment buffer

2013-05-22 Thread HATAYAMA Daisuke
Now ELF note segment has been copied in the buffer on vmalloc memory. To allow user process to remap the ELF note segment buffer with remap_vmalloc_page, the corresponding VM area object has to have VM_USERMAP flag set. Signed-off-by: HATAYAMA Daisuke --- fs/proc/vmcore.c | 14 ++