From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752188AbdBMSOZ (ORCPT ); Mon, 13 Feb 2017 13:14:25 -0500 Received: from mx2.suse.de ([195.135.220.15]:60108 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751786AbdBMSOX (ORCPT ); Mon, 13 Feb 2017 13:14:23 -0500 Date: Mon, 13 Feb 2017 10:14:11 -0800 From: Davidlohr Bueso To: Hugh Dickins Cc: akpm@linux-foundation.org, manfred@colorfullife.com, linux-kernel@vger.kernel.org, Davidlohr Bueso Subject: Re: [PATCH 1/4] ipc/shm: do not check for MAP_POPULATE Message-ID: <20170213181411.GA15457@linux-80c1.suse> References: <1486673582-6979-1-git-send-email-dave@stgolabs.net> <1486673582-6979-2-git-send-email-dave@stgolabs.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 Feb 2017, Hugh Dickins wrote: >I haven't checked, but are you sure that "populated" does nothing >when the attacher had previously called mlockall(MCL_FUTURE)? I checked and you are certainly right. Andrew, please do not consider this patch, it's bogus. Thanks, Davidlohr