From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752398AbdK3G6l (ORCPT ); Thu, 30 Nov 2017 01:58:41 -0500 Received: from mx2.suse.de ([195.135.220.15]:37826 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751645AbdK3G6j (ORCPT ); Thu, 30 Nov 2017 01:58:39 -0500 Date: Thu, 30 Nov 2017 07:58:35 +0100 From: Michal Hocko To: Kees Cook Cc: Linux API , Khalid Aziz , Michael Ellerman , 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: <20171130065835.dbw4ajh5q5whikhf@dhcp22.suse.cz> References: <20171129144219.22867-1-mhocko@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed 29-11-17 14:25:36, Kees Cook wrote: > On Wed, Nov 29, 2017 at 6:42 AM, Michal Hocko wrote: > > The first patch introduced MAP_FIXED_SAFE which enforces the given > > address but unlike MAP_FIXED it fails with ENOMEM if the given range > > conflicts with an existing one. The flag is introduced as a completely > > I still think this name should be better. "SAFE" doesn't say what it's > safe from... 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. > 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... -- Michal Hocko SUSE Labs