From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755336AbcEaQ6k (ORCPT ); Tue, 31 May 2016 12:58:40 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:43598 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbcEaQ6i (ORCPT ); Tue, 31 May 2016 12:58:38 -0400 Date: Tue, 31 May 2016 09:58:28 -0700 From: Christoph Hellwig To: "Luis R. Rodriguez" Cc: Dan Williams , Toshi Kani , Paul McKenney , Will Deacon , Christoph Hellwig , 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: <20160531165828.GA25366@infradead.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.