Re: [PATCH] mm/process_vm_access: move into ipc/

2014-05-26 Thread Davidlohr Bueso
On Mon, 2014-05-26 at 12:16 -0700, Hugh Dickins wrote: > On Sat, 24 May 2014, Konstantin Khlebnikov wrote: > > > "CROSS_MEMORY_ATTACH" and mm/process_vm_access.c seems misnamed and > > misplaced. > > Actually it's a kind of IPC and it has no more relation to MM than > > sys_read(). > > This patc

Re: [PATCH] mm/process_vm_access: move into ipc/

2014-05-26 Thread Hugh Dickins
On Mon, 26 May 2014, Konstantin Khlebnikov wrote: > On Mon, May 26, 2014 at 11:16 PM, Hugh Dickins wrote: > > On Sat, 24 May 2014, Konstantin Khlebnikov wrote: > > > >> "CROSS_MEMORY_ATTACH" and mm/process_vm_access.c seems misnamed and > >> misplaced. > >> Actually it's a kind of IPC and it has

Re: [PATCH] mm/process_vm_access: move into ipc/

2014-05-26 Thread Konstantin Khlebnikov
On Mon, May 26, 2014 at 11:16 PM, Hugh Dickins wrote: > On Sat, 24 May 2014, Konstantin Khlebnikov wrote: > >> "CROSS_MEMORY_ATTACH" and mm/process_vm_access.c seems misnamed and >> misplaced. >> Actually it's a kind of IPC and it has no more relation to MM than >> sys_read(). >> This patch move

Re: [PATCH] mm/process_vm_access: move into ipc/

2014-05-26 Thread Al Viro
On Mon, May 26, 2014 at 12:16:20PM -0700, Hugh Dickins wrote: > On Sat, 24 May 2014, Konstantin Khlebnikov wrote: > > > "CROSS_MEMORY_ATTACH" and mm/process_vm_access.c seems misnamed and > > misplaced. > > Actually it's a kind of IPC and it has no more relation to MM than > > sys_read(). > > Th

Re: [PATCH] mm/process_vm_access: move into ipc/

2014-05-26 Thread Hugh Dickins
On Sat, 24 May 2014, Konstantin Khlebnikov wrote: > "CROSS_MEMORY_ATTACH" and mm/process_vm_access.c seems misnamed and misplaced. > Actually it's a kind of IPC and it has no more relation to MM than sys_read(). > This patch moves code into ipc/ and config option into init/Kconfig. > > Signed-off

[PATCH] mm/process_vm_access: move into ipc/

2014-05-24 Thread Konstantin Khlebnikov
"CROSS_MEMORY_ATTACH" and mm/process_vm_access.c seems misnamed and misplaced. Actually it's a kind of IPC and it has no more relation to MM than sys_read(). This patch moves code into ipc/ and config option into init/Kconfig. Signed-off-by: Konstantin Khlebnikov --- init/Kconfig|