From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f72.google.com (mail-oi0-f72.google.com [209.85.218.72]) by kanga.kvack.org (Postfix) with ESMTP id 8E1E56B0038 for ; Fri, 22 Sep 2017 19:07:44 -0400 (EDT) Received: by mail-oi0-f72.google.com with SMTP id p126so504721oih.2 for ; Fri, 22 Sep 2017 16:07:44 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com. [209.132.183.28]) by mx.google.com with ESMTPS id t10si478266oib.20.2017.09.22.16.07.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Sep 2017 16:07:42 -0700 (PDT) Message-ID: <1506121660.21121.76.camel@redhat.com> Subject: Re: [PATCH] mm: madvise: add description for MADV_WIPEONFORK and MADV_KEEPONFORK From: Rik van Riel Date: Fri, 22 Sep 2017 19:07:40 -0400 In-Reply-To: <1506117328-88228-1-git-send-email-yang.s@alibaba-inc.com> References: <1506117328-88228-1-git-send-email-yang.s@alibaba-inc.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org List-ID: To: Yang Shi Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org On Sat, 2017-09-23 at 05:55 +0800, Yang Shi wrote: > mm/madvise.c has the brief description about all MADV_ flags, added > the > description for the newly added MADV_WIPEONFORK and MADV_KEEPONFORK. > > Although man page has the similar information, but it'd better to > keep the > consistency with other flags. > > Signed-off-by: Yang Shi > Thank you for spotting that I missed a location! Reviewed-by: Rik van Riel -- 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 S1752623AbdIVXHn (ORCPT ); Fri, 22 Sep 2017 19:07:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44598 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdIVXHm (ORCPT ); Fri, 22 Sep 2017 19:07:42 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 04B47272C3 Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=riel@redhat.com Message-ID: <1506121660.21121.76.camel@redhat.com> Subject: Re: [PATCH] mm: madvise: add description for MADV_WIPEONFORK and MADV_KEEPONFORK From: Rik van Riel To: Yang Shi Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Date: Fri, 22 Sep 2017 19:07:40 -0400 In-Reply-To: <1506117328-88228-1-git-send-email-yang.s@alibaba-inc.com> References: <1506117328-88228-1-git-send-email-yang.s@alibaba-inc.com> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 22 Sep 2017 23:07:42 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2017-09-23 at 05:55 +0800, Yang Shi wrote: > mm/madvise.c has the brief description about all MADV_ flags, added > the > description for the newly added MADV_WIPEONFORK and MADV_KEEPONFORK. > > Although man page has the similar information, but it'd better to > keep the > consistency with other flags. > > Signed-off-by: Yang Shi > Thank you for spotting that I missed a location! Reviewed-by: Rik van Riel