Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754093AbbG2Vwd (ORCPT ); Wed, 29 Jul 2015 17:52:33 -0400 Received: from mx2.suse.de ([195.135.220.15]:36850 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753454AbbG2Vwb (ORCPT ); Wed, 29 Jul 2015 17:52:31 -0400 Date: Wed, 29 Jul 2015 23:52:30 +0200 From: "Luis R. Rodriguez" To: Dan Williams Cc: Toshi Kani , Benjamin Herrenschmidt , Geert Uytterhoeven , linux-arch@vger.kernel.org, Arnd Bergmann , "linux-nvdimm@lists.01.org" , "linux-kernel@vger.kernel.org" , Christoph Hellwig , "H. Peter Anvin" , Russell King , Thomas Gleixner , Ingo Molnar , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v2 08/25] arch: introduce memremap() Message-ID: <20150729215230.GL30479@wotan.suse.de> References: <20150726172527.GA29513@lst.de> <20150727051258.GB15836@lst.de> <20150729065004.GA17162@lst.de> <20150729182712.GI30479@wotan.suse.de> <1438203638.3214.418.camel@hp.com> <20150729214358.GK30479@wotan.suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Content-Length: 784 Lines: 18 On Wed, Jul 29, 2015 at 02:47:40PM -0700, Dan Williams wrote: > On Wed, Jul 29, 2015 at 2:43 PM, Luis R. Rodriguez wrote: > > While at it, Dan, will / should memremap() support overlapping calls ? > > What is the expectation on behaviour ? > > It will be the same as ioremap(). Each mapping gets its own virtual > address and overlapping calls are permitted. The only protection is > that RAM is never mapped with an alias. If you could document this as part of your next respin that'd be highly appreciated. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/