From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vlastimil Babka Subject: Re: [PATCH] mlock.2: mlock2.2: Add entry to for new mlock2 syscall Date: Wed, 9 Sep 2015 14:00:53 +0200 Message-ID: <55F01F75.8080706@suse.cz> References: <1440787391-30298-1-git-send-email-emunson@akamai.com> <20150831092300.GE29723@dhcp22.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150831092300.GE29723-2MMpYkNvuYDjFM9bn6wA6Q@public.gmane.org> Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Michal Hocko , Eric B Munson Cc: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, Jonathan Corbet , linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-man@vger.kernel.org On 08/31/2015 11:23 AM, Michal Hocko wrote: > 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 Acked-by: Vlastimil Babka > > I am not familiar with the format much so I am just looking at the text > and that looks reasonable to me. Same here. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by kanga.kvack.org (Postfix) with ESMTP id 4FC626B0038 for ; Wed, 9 Sep 2015 08:00:57 -0400 (EDT) Received: by wicfx3 with SMTP id fx3so154019382wic.1 for ; Wed, 09 Sep 2015 05:00:56 -0700 (PDT) Received: from mx2.suse.de (mx2.suse.de. [195.135.220.15]) by mx.google.com with ESMTPS id gy7si4255541wib.14.2015.09.09.05.00.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 09 Sep 2015 05:00:55 -0700 (PDT) Subject: Re: [PATCH] mlock.2: mlock2.2: Add entry to for new mlock2 syscall References: <1440787391-30298-1-git-send-email-emunson@akamai.com> <20150831092300.GE29723@dhcp22.suse.cz> From: Vlastimil Babka Message-ID: <55F01F75.8080706@suse.cz> Date: Wed, 9 Sep 2015 14:00:53 +0200 MIME-Version: 1.0 In-Reply-To: <20150831092300.GE29723@dhcp22.suse.cz> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Michal Hocko , Eric B Munson Cc: mtk.manpages@gmail.com, Jonathan Corbet , linux-man@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org On 08/31/2015 11:23 AM, Michal Hocko wrote: > 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 Acked-by: Vlastimil Babka > > I am not familiar with the format much so I am just looking at the text > and that looks reasonable to me. Same here. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754154AbbIIMBE (ORCPT ); Wed, 9 Sep 2015 08:01:04 -0400 Received: from mx2.suse.de ([195.135.220.15]:54786 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753773AbbIIMA4 (ORCPT ); Wed, 9 Sep 2015 08:00:56 -0400 Subject: Re: [PATCH] mlock.2: mlock2.2: Add entry to for new mlock2 syscall To: Michal Hocko , Eric B Munson References: <1440787391-30298-1-git-send-email-emunson@akamai.com> <20150831092300.GE29723@dhcp22.suse.cz> Cc: mtk.manpages@gmail.com, Jonathan Corbet , linux-man@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org From: Vlastimil Babka Message-ID: <55F01F75.8080706@suse.cz> Date: Wed, 9 Sep 2015 14:00:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150831092300.GE29723@dhcp22.suse.cz> Content-Type: text/plain; charset=windows-1252; format=flowed 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 11:23 AM, Michal Hocko wrote: > 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 Acked-by: Vlastimil Babka > > I am not familiar with the format much so I am just looking at the text > and that looks reasonable to me. Same here.