Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754182AbbHUGdH (ORCPT ); Fri, 21 Aug 2015 02:33:07 -0400 Received: from mail-wi0-f174.google.com ([209.85.212.174]:33713 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752966AbbHUGdE (ORCPT ); Fri, 21 Aug 2015 02:33:04 -0400 Date: Fri, 21 Aug 2015 08:33:01 +0200 From: Michal Hocko To: Naoya Horiguchi Cc: Andrew Morton , David Rientjes , =?iso-8859-1?Q?J=F6rn?= Engel , Mike Kravetz , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Naoya Horiguchi Subject: Re: [PATCH v5 1/2] mm: hugetlb: proc: add HugetlbPages field to /proc/PID/smaps Message-ID: <20150821063301.GC23723@dhcp22.suse.cz> References: <20150812000336.GB32192@hori1.linux.bs1.fc.nec.co.jp> <1440059182-19798-1-git-send-email-n-horiguchi@ah.jp.nec.com> <1440059182-19798-2-git-send-email-n-horiguchi@ah.jp.nec.com> <20150820104929.GA4632@dhcp22.suse.cz> <20150820232011.GA10807@hori1.linux.bs1.fc.nec.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150820232011.GA10807@hori1.linux.bs1.fc.nec.co.jp> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1585 Lines: 35 On Thu 20-08-15 23:20:12, Naoya Horiguchi wrote: [...] > From: Naoya Horiguchi > Date: Fri, 21 Aug 2015 08:13:31 +0900 > Subject: [PATCH] Documentation/filesystems/proc.txt: give additional comment > about hugetlb usage > > --- > Documentation/filesystems/proc.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/filesystems/proc.txt b/Documentation/filesystems/proc.txt > index f561fc46e41b..b775b6faaeda 100644 > --- a/Documentation/filesystems/proc.txt > +++ b/Documentation/filesystems/proc.txt > @@ -446,7 +446,8 @@ indicates the amount of memory currently marked as referenced or accessed. > a mapping associated with a file may contain anonymous pages: when MAP_PRIVATE > and a page is modified, the file page is replaced by a private anonymous copy. > "AnonHugePages" shows the ammount of memory backed by transparent hugepage. > -"HugetlbPages" shows the ammount of memory backed by hugetlbfs page. > +"HugetlbPages" shows the ammount of memory backed by hugetlbfs page (which is > +not counted in "Rss" or "Pss" field for historical reasons.) > "Swap" shows how much would-be-anonymous memory is also used, but out on swap. > > "VmFlags" field deserves a separate description. This member represents the kernel Thank you! -- Michal Hocko SUSE Labs -- 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/