Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753502AbbHUPCx (ORCPT ); Fri, 21 Aug 2015 11:02:53 -0400 Received: from mail-vk0-f48.google.com ([209.85.213.48]:34211 "EHLO mail-vk0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752179AbbHUPCw (ORCPT ); Fri, 21 Aug 2015 11:02:52 -0400 MIME-Version: 1.0 In-Reply-To: <20150815085954.GC21033@lst.de> References: <20150813031253.36913.29580.stgit@otcpl-skl-sds-2.jf.intel.com> <20150813035005.36913.77364.stgit@otcpl-skl-sds-2.jf.intel.com> <20150814213714.GA3265@gmail.com> <20150815085954.GC21033@lst.de> Date: Fri, 21 Aug 2015 08:02:51 -0700 Message-ID: Subject: Re: [RFC PATCH 1/7] x86, mm: ZONE_DEVICE for "device memory" From: Dan Williams To: Christoph Hellwig Cc: Jerome Glisse , "linux-kernel@vger.kernel.org" , Boaz Harrosh , Rik van Riel , "linux-nvdimm@lists.01.org" , Dave Hansen , david , Ingo Molnar , Linux MM , Ingo Molnar , Mel Gorman , "H. Peter Anvin" , Ross Zwisler , "torvalds@linux-foundation.org" , David Woodhouse Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1261 Lines: 24 [ Adding David Woodhouse ] On Sat, Aug 15, 2015 at 1:59 AM, Christoph Hellwig wrote: > On Fri, Aug 14, 2015 at 02:52:15PM -0700, Dan Williams wrote: >> The idea is that this memory is not meant to be available to the page >> allocator and should not count as new memory capacity. We're only >> hotplugging it to get struct page coverage. > > This might need a bigger audit of the max_pfn usages. I remember > architectures using it as a decisions for using IOMMUs or similar. We chatted about this at LPC yesterday. The takeaway was that the max_pfn checks that the IOMMU code does is for checking whether a device needs an io-virtual mapping to reach addresses above its DMA limit (if it can't do 64-bit DMA). Given the capacities of persistent memory it's likely that a device with this limitation already can't address all of RAM let alone PMEM. So it seems to me that updating max_pfn for PMEM hotplug does not buy us anything except a few more opportunities to confuse PMEM as typical RAM. -- 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/