All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: add VmPMD description in proc
@ 2015-04-24  6:24 Chen Hanxiao
  2015-04-24  6:33 ` Kirill A. Shutemov
  0 siblings, 1 reply; 3+ messages in thread
From: Chen Hanxiao @ 2015-04-24  6:24 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-doc, linux-kernel, Kirill A. Shutemov

commit dc6c9a35b66b ("mm: account pmd page tables to the process")
add VmPMD in /proc/PID/status.
This patch add a description in proc.txt for it.

cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
---
 Documentation/filesystems/proc.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
index c3b6b30..e8aba97 100644
--- a/Documentation/filesystems/proc.txt
+++ b/Documentation/filesystems/proc.txt
@@ -235,6 +235,7 @@ Table 1-2: Contents of the status files (as of 3.20.0)
  VmExe                       size of text segment
  VmLib                       size of shared library code
  VmPTE                       size of page table entries
+ VmPMD                       size of page middle directory
  VmSwap                      size of swap usage (the number of referred swapents)
  Threads                     number of threads
  SigQ                        number of signals queued/max. number for queue
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: add VmPMD description in proc
  2015-04-24  6:24 [PATCH] docs: add VmPMD description in proc Chen Hanxiao
@ 2015-04-24  6:33 ` Kirill A. Shutemov
  2015-04-24  6:56   ` Chen, Hanxiao
  0 siblings, 1 reply; 3+ messages in thread
From: Kirill A. Shutemov @ 2015-04-24  6:33 UTC (permalink / raw)
  To: Chen Hanxiao; +Cc: Jonathan Corbet, linux-doc, linux-kernel, Kirill A. Shutemov

On Fri, Apr 24, 2015 at 02:24:32AM -0400, Chen Hanxiao wrote:
> commit dc6c9a35b66b ("mm: account pmd page tables to the process")
> add VmPMD in /proc/PID/status.
> This patch add a description in proc.txt for it.
> 
> cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
> ---
>  Documentation/filesystems/proc.txt | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt
> index c3b6b30..e8aba97 100644
> --- a/Documentation/filesystems/proc.txt
> +++ b/Documentation/filesystems/proc.txt
> @@ -235,6 +235,7 @@ Table 1-2: Contents of the status files (as of 3.20.0)
>   VmExe                       size of text segment
>   VmLib                       size of shared library code
>   VmPTE                       size of page table entries
> + VmPMD                       size of page middle directory

				size of second level page tables

?

>   VmSwap                      size of swap usage (the number of referred swapents)
>   Threads                     number of threads
>   SigQ                        number of signals queued/max. number for queue
> -- 
> 2.1.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

-- 
 Kirill A. Shutemov

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] docs: add VmPMD description in proc
  2015-04-24  6:33 ` Kirill A. Shutemov
@ 2015-04-24  6:56   ` Chen, Hanxiao
  0 siblings, 0 replies; 3+ messages in thread
From: Chen, Hanxiao @ 2015-04-24  6:56 UTC (permalink / raw)
  To: Kirill A. Shutemov
  Cc: Jonathan Corbet, linux-doc, linux-kernel, Kirill A. Shutemov

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="gb2312", Size: 2191 bytes --]



> -----Original Message-----
> From: Kirill A. Shutemov [mailto:kirill@shutemov.name]
> Sent: Friday, April 24, 2015 2:33 PM
> To: Chen, Hanxiao/³Â êÏÏö
> Cc: Jonathan Corbet; linux-doc@vger.kernel.org; linux-kernel@vger.kernel.org;
> Kirill A. Shutemov
> Subject: Re: [PATCH] docs: add VmPMD description in proc
> 
> On Fri, Apr 24, 2015 at 02:24:32AM -0400, Chen Hanxiao wrote:
> > commit dc6c9a35b66b ("mm: account pmd page tables to the process")
> > add VmPMD in /proc/PID/status.
> > This patch add a description in proc.txt for it.
> >
> > cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
> > Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
> > ---
> >  Documentation/filesystems/proc.txt | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/filesystems/proc.txt
> b/Documentation/filesystems/proc.txt
> > index c3b6b30..e8aba97 100644
> > --- a/Documentation/filesystems/proc.txt
> > +++ b/Documentation/filesystems/proc.txt
> > @@ -235,6 +235,7 @@ Table 1-2: Contents of the status files (as of 3.20.0)
> >   VmExe                       size of text segment
> >   VmLib                       size of shared library code
> >   VmPTE                       size of page table entries
> > + VmPMD                       size of page middle directory
> 
> 				size of second level page tables
> 
> ?

For we may have various page levels,
'second level' is more accurate than 'middle'.

Thanks for the review.
v2 will come soon.

Regards,
- Chen

> 
> >   VmSwap                      size of swap usage (the number of referred swapents)
> >   Threads                     number of threads
> >   SigQ                        number of signals queued/max. number for queue
> > --
> > 2.1.0
> >
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> 
> --
>  Kirill A. Shutemov
ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-24  6:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24  6:24 [PATCH] docs: add VmPMD description in proc Chen Hanxiao
2015-04-24  6:33 ` Kirill A. Shutemov
2015-04-24  6:56   ` Chen, Hanxiao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.