From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755354AbcEaRZX (ORCPT ); Tue, 31 May 2016 13:25:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:42295 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751484AbcEaRZU (ORCPT ); Tue, 31 May 2016 13:25:20 -0400 Date: Tue, 31 May 2016 19:25:14 +0200 From: "Luis R. Rodriguez" To: Christoph Hellwig Cc: "Luis R. Rodriguez" , Dan Williams , Toshi Kani , Paul McKenney , Will Deacon , X86 ML , "linux-kernel@vger.kernel.org" , linux-arch , Julia Lawall , Benjamin Herrenschmidt , Borislav Petkov Subject: Re: Enhancing semantics with memremap() - aliasing with memremap() Message-ID: <20160531172514.GI11948@wotan.suse.de> References: <20160531165828.GA25366@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160531165828.GA25366@infradead.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 31, 2016 at 09:58:28AM -0700, Christoph Hellwig wrote: > On Tue, May 24, 2016 at 04:36:42PM -0700, Luis R. Rodriguez wrote: > > Is it a good time for that now? I would hope identifying proper > > aliasing uses for memremap() might be a bit easier now than for > > ioremap() given its not used as widely. It may be an easier target to > > also write some grammar rules for it as well. > > So you want an explicit opt-in flag to allow aliasing? Sounds fine to > me. Yup! Can the default then safely already be no-aliasing then? Luis