Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752462AbbHaJXG (ORCPT ); Mon, 31 Aug 2015 05:23:06 -0400 Received: from mail-wi0-f179.google.com ([209.85.212.179]:33972 "EHLO mail-wi0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750960AbbHaJXE (ORCPT ); Mon, 31 Aug 2015 05:23:04 -0400 Date: Mon, 31 Aug 2015 11:23:01 +0200 From: Michal Hocko To: Eric B Munson Cc: mtk.manpages@gmail.com, Vlastimil Babka , Jonathan Corbet , linux-man@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mlock.2: mlock2.2: Add entry to for new mlock2 syscall Message-ID: <20150831092300.GE29723@dhcp22.suse.cz> References: <1440787391-30298-1-git-send-email-emunson@akamai.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440787391-30298-1-git-send-email-emunson@akamai.com> 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: 1482 Lines: 49 On Fri 28-08-15 14:43:11, Eric B Munson wrote: > Update the mlock.2 man page with information on mlock2() and the new > mlockall() flag MCL_ONFAULT. > > Signed-off-by: Eric B Munson > Cc: Michal Hocko Acked-by: Michal Hocko I am not familiar with the format much so I am just looking at the text and that looks reasonable to me. Just one note below: > Cc: Vlastimil Babka > Cc: Jonathan Corbet > Cc: linux-man@vger.kernel.org > Cc: linux-mm@kvack.org > Cc: linux-kernel@vger.kernel.org > --- > man2/mlock.2 | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++------- > man2/mlock2.2 | 1 + > 2 files changed, 97 insertions(+), 13 deletions(-) > create mode 100644 man2/mlock2.2 > > diff --git a/man2/mlock.2 b/man2/mlock.2 > index 79c544d..8f51926 100644 > --- a/man2/mlock.2 > +++ b/man2/mlock.2 [...] > +The > +.I flags > +argument can be either 0 or the following constant: > +.TP 1.2i > +.B MLOCK_ONFAULT > +Lock pages that are currently resident and mark the entire range to have > +pages locked when they are faulted in. @faulted in@populated by the page fault@. would be probably better. [...] -- 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/