Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754210AbdLFJIS (ORCPT ); Wed, 6 Dec 2017 04:08:18 -0500 Received: from mx2.suse.de ([195.135.220.15]:51823 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753588AbdLFJIH (ORCPT ); Wed, 6 Dec 2017 04:08:07 -0500 Date: Wed, 6 Dec 2017 10:08:03 +0100 From: Michal Hocko To: Rasmus Villemoes Cc: Michael Ellerman , Kees Cook , 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 Subject: Re: [PATCH 0/2] mm: introduce MAP_FIXED_SAFE Message-ID: <20171206090803.GG16386@dhcp22.suse.cz> References: <20171129144219.22867-1-mhocko@kernel.org> <20171130065835.dbw4ajh5q5whikhf@dhcp22.suse.cz> <87zi6we9z2.fsf@concordia.ellerman.id.au> 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 Content-Length: 1106 Lines: 29 On Wed 06-12-17 08:33:37, Rasmus Villemoes wrote: > On 2017-12-06 05:50, Michael Ellerman wrote: > > Michal Hocko writes: > > > >> On Wed 29-11-17 14:25:36, Kees Cook wrote: > >> It is safe in a sense it doesn't perform any address space dangerous > >> operations. mmap is _inherently_ about the address space so the context > >> should be kind of clear. > > > > So now you have to define what "dangerous" means. > > > >>> MAP_FIXED_UNIQUE > >>> MAP_FIXED_ONCE > >>> MAP_FIXED_FRESH > >> > >> Well, I can open a poll for the best name, but none of those you are > >> proposing sound much better to me. Yeah, naming sucks... > > I also don't like the _SAFE name - MAP_FIXED in itself isn't unsafe [1], > but I do agree that having a way to avoid clobbering (parts of) an > existing mapping is quite useful. Since we're bikeshedding names, how > about MAP_FIXED_EXCL, in analogy with the O_ flag. I really give up on the name discussion. I will take whatever the majority comes up with. I just do not want this (useful) funtionality get bikeched to death. -- Michal Hocko SUSE Labs