RE: [PATCH 1/1] proc: add /proc/pid/shmaps

2012-08-08 Thread Hugh Dickins
On Thu, 9 Aug 2012, Ren, Qiaowei wrote: > On Wed, 8 Aug 2012, David Rientjes wrote: > > On Wed, 8 Aug 2012, Qiaowei Ren wrote: > > > > > Add a shmaps entry to /proc/pid: show information about shared memory in > > > an address space. > > > > > > People that use shared memory and want to perform

RE: [PATCH 1/1] proc: add /proc/pid/shmaps

2012-08-08 Thread Ren, Qiaowei
nux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] proc: add /proc/pid/shmaps On Wed, 8 Aug 2012, Qiaowei Ren wrote: > Add a shmaps entry to /proc/pid: show information about shared memory in an > address space. > > People that use shared memory and want to perform an analyzing ab

Re: [PATCH 1/1] proc: add /proc/pid/shmaps

2012-08-08 Thread David Rientjes
On Wed, 8 Aug 2012, Qiaowei Ren wrote: > Add a shmaps entry to /proc/pid: show information about shared memory in an > address space. > > People that use shared memory and want to perform an analyzing about it. For > example, judge whether any memory address is shared. This file just contains