From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH v6, part3 15/16] mm: report available pages as "MemTotal" for each NUMA node Date: Sun, 12 May 2013 00:05:51 +0400 Message-ID: <518EA49F.50206@cogentembedded.com> References: <1368293689-16410-1-git-send-email-jiang.liu@huawei.com> <1368293689-16410-16-git-send-email-jiang.liu@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-lb0-f175.google.com ([209.85.217.175]:49065 "EHLO mail-lb0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753471Ab3EKUFl (ORCPT ); Sat, 11 May 2013 16:05:41 -0400 Received: by mail-lb0-f175.google.com with SMTP id w20so5251915lbh.34 for ; Sat, 11 May 2013 13:05:39 -0700 (PDT) In-Reply-To: <1368293689-16410-16-git-send-email-jiang.liu@huawei.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Jiang Liu Cc: Andrew Morton , Jiang Liu , David Rientjes , Wen Congyang , Mel Gorman , Minchan Kim , KAMEZAWA Hiroyuki , Michal Hocko , James Bottomley , David Howells , Mark Salter , Jianguo Wu , linux-mm@kvack.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Hello. On 05/11/2013 09:34 PM, Jiang Liu wrote: I've noticed a small typo in the changelog. > As reported by https://bugzilla.kernel.org/show_bug.cgi?id=53501, > "MemTotal" from /proc/meminfo means memory pages managed by the buddy > system (managed_pages), but "MemTotal" from /sys/.../node/nodex/meminfo > means phsical pages present (present_pages) within the NUMA node. s/phsical/physical/ > There's a difference between managed_pages and present_pages due to > bootmem allocator and reserved pages. > > And Documentation/filesystems/proc.txt says > MemTotal: Total usable ram (i.e. physical ram minus a few reserved > bits and the kernel binary code) > > So change /sys/.../node/nodex/meminfo to report available pages within > the node as "MemTotal". > > Signed-off-by: Jiang Liu > Reported-by: sworddragon2@aol.com > Cc: Andrew Morton > Cc: Mel Gorman > Cc: Minchan Kim > Cc: linux-mm@kvack.org > Cc: linux-kernel@vger.kernel.org WBR, Sergei