From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752562AbdLHU5o (ORCPT ); Fri, 8 Dec 2017 15:57:44 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:37880 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751474AbdLHU5k (ORCPT ); Fri, 8 Dec 2017 15:57:40 -0500 Date: Fri, 8 Dec 2017 12:57:34 -0800 From: Matthew Wilcox To: Kees Cook Cc: Michal Hocko , Michael Ellerman , Cyril Hrubis , Linux API , Khalid Aziz , Andrew Morton , Russell King - ARM Linux , Andrea Arcangeli , Linux-MM , LKML , linux-arch , Florian Weimer , John Hubbard , Abdul Haleem , Joel Stanley , Pavel Machek Subject: Re: [PATCH 0/2] mm: introduce MAP_FIXED_SAFE Message-ID: <20171208205734.GB32293@bombadil.infradead.org> References: <20171130065835.dbw4ajh5q5whikhf@dhcp22.suse.cz> <20171201152640.GA3765@rei> <87wp20e9wf.fsf@concordia.ellerman.id.au> <20171206045433.GQ26021@bombadil.infradead.org> <20171206070355.GA32044@bombadil.infradead.org> <87bmjbks4c.fsf@concordia.ellerman.id.au> <20171207195727.GA26792@bombadil.infradead.org> <20171208083315.GR20234@dhcp22.suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 08, 2017 at 12:13:31PM -0800, Kees Cook wrote: > On Fri, Dec 8, 2017 at 12:33 AM, Michal Hocko wrote: > > OK, this doesn't seem to lead to anywhere. The more this is discussed > > the more names we are getting. So you know what? I will resubmit and > > keep my original name. If somebody really hates it then feel free to > > nack the patch and push alternative and gain concensus on it. > > > > I will keep MAP_FIXED_SAFE because it is an alternative to MAP_FIXED so > > having that in the name is _useful_ for everybody familiar with > > MAP_FIXED already. And _SAFE suffix tells that the operation doesn't > > cause any silent memory corruptions or other unexpected side effects. > > Looks like consensus is MAP_FIXED_NOREPLACE. I'd rather MAP_AT_ADDR or MAP_REQUIRED, but I prefer FIXED_NOREPLACE to FIXED_SAFE. I just had a thought though -- MAP_STATIC? ie don't move it.