From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752084AbbEGP5i (ORCPT ); Thu, 7 May 2015 11:57:38 -0400 Received: from tex.lwn.net ([70.33.254.29]:41150 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751061AbbEGP5e (ORCPT ); Thu, 7 May 2015 11:57:34 -0400 Date: Thu, 7 May 2015 09:57:33 -0600 From: Jonathan Corbet To: Chen Hanxiao Cc: , , "Kirill A. Shutemov" Subject: Re: [PATCH v2] docs: add VmPMD description in proc Message-ID: <20150507095733.7af2b889@lwn.net> In-Reply-To: <1429861457-31712-1-git-send-email-chenhanxiao@cn.fujitsu.com> References: <1429861457-31712-1-git-send-email-chenhanxiao@cn.fujitsu.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 24 Apr 2015 03:44:17 -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. Applied to the docs tree, thanks. jon