From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753387AbbIJJbz (ORCPT ); Thu, 10 Sep 2015 05:31:55 -0400 Received: from mx2.suse.de ([195.135.220.15]:59938 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751227AbbIJJbx (ORCPT ); Thu, 10 Sep 2015 05:31:53 -0400 Subject: Re: [PATCH v2] mlock.2: mlock2.2: Add entry to for new mlock2 syscall To: Eric B Munson , mtk.manpages@gmail.com References: <1441030820-2960-1-git-send-email-emunson@akamai.com> Cc: Michal Hocko , Jonathan Corbet , linux-man@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org From: Vlastimil Babka Message-ID: <55F14E05.6020304@suse.cz> Date: Thu, 10 Sep 2015 11:31:49 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <1441030820-2960-1-git-send-email-emunson@akamai.com> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 08/31/2015 04:20 PM, 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 > Acked-by: Michal Hocko Looks like I acked v1 too late and not v2, so: Acked-by: Vlastimil Babka However, looks like it won't be in Linux 4.3 so that part is outdated. Also, what about glibc wrapper for mlock2()? Does it have to come before or after the manpage and who gets it in?