[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150721133051.GB8902@lst.de>
Date: Tue, 21 Jul 2015 15:30:51 +0200
From: Christoph Hellwig <hch@....de>
To: Dan Williams <dan.j.williams@...el.com>
Cc: tglx@...utronix.de, mingo@...nel.org, hpa@...or.com,
linux-arch@...r.kernel.org, tony.luck@...el.com,
linux@....linux.org.uk, arnd@...db.de, benh@...nel.crashing.org,
mcgrof@...e.com, x86@...nel.org, linux-kernel@...r.kernel.org,
ralf@...ux-mips.org, geert@...ux-m68k.org, toshi.kani@...com,
ross.zwisler@...ux.intel.com, hch@....de,
linux-arm-kernel@...ts.infradead.org
Subject: Re: [PATCH 08/10] arch: introduce strict_ioremap
On Sun, Jul 19, 2015 at 08:18:17PM -0400, Dan Williams wrote:
> In preparation for enabling memremap(), add support for strict mappings.
> strict_ioremap_<type>() returns NULL if the arch does not implement the
> mapping type, rather than falling back silently to ioremap().
Please don't introduce another large number of ioremap variants.
I think we should go straight to the ioremap_flags variant, although
I wonder if we should even bother with ioremap_flags for this use
case, given that we really want memremap-like semantics for anything
that isn't plain ioremap (and maybe ioremap_nocache).
Sorry or being the downer, but I really think we need to clean up this
mess deeply insted of trying to paper over it.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists