On Wed, Apr 17, 2013 at 10:27 AM, David Miller <da...@davemloft.net> wrote: > > Passing PCI BARs into these routines is illegal, we have proper > abstractions for mmap()'ing PCI resources via pci_mmap_page_range() > et al. > > So, any code doing that needs to be fixed.
Hmm. I've definitely seen code that does that (well, it's not PCI, but HPET, which is the same kind of "device mapped into memory rather than RAM"), but the one example I definitely know of is x86-specific, where it doesn't matter if it's IO memory or RAM. I suspect there may be other drivers our there that do it, for the simple reason that "it works on x86". And it's almost certainly hardware that anybody with a sparc machine will never ever care about, so I wouldn't worry too much about it ;) (Same goes for things like s390 etc, which has a large comment about "io_remap_pfn_range()" not being something they can support). So in practice I suspect it's moot. The normal uses are about DMA kernel allocations, and the cases where that isn't the case they might not work on some architectures. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/