Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp186596yba; Wed, 3 Apr 2019 06:59:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqxTFsSVFxchFvmxldr/lGXqcKcFZjkTg86grKF5CvvsC+5dfyuLtQxFrt56aZcOfzjGpgXa X-Received: by 2002:a65:6201:: with SMTP id d1mr16033187pgv.28.1554299985117; Wed, 03 Apr 2019 06:59:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554299985; cv=none; d=google.com; s=arc-20160816; b=IjlDIeF9d1Zm7HcLchv8VDe5V5s45J/gq7Rxo1YUibdIyMGCyp1FiPCDT4W6oAZ/Cl Bc+qFwLK1jb42duSEl4wtMqDg8ISKAEdCROBUPV8+Kg7VdhHg9MGoDCIrLwe9U+aICpb W2D4FyE/9hS9tSEXYtMLuJGpAyTZK5sS58H1JWUh0iOFvbGeQzZbkb+TKwPM7sE519k4 mrZ78YpcZgcYOqJxsW2B4GRbnISZBq5riY/zhkS80+6032Jjaf5dz8L7hGKLopZ1SrXd VT3928BH4/kZONxXj8oN0UCsf57aT59Bjbx+bQi9i81Ub7YxpK2zc5D4IjOaS7LX+IX7 iJpw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=iDVeJpT4SS7IHOD2yZSD6b9L9MRZUMY7CmEZHItM3Fk=; b=YvS8R+IzSs3dKY7Fl/dNj8Q6HIpSrmB5pt3PLkmPKwM9xfP2eBhRdF0rhyvt4vDhLH j3N9tagJ2PbVLah6wwf9MPcevSMbcH+FyWdWGXuIZR7gmvUtejmPQGRlb3mloTMC+mTW Ny3agZk5ljewpaIDs/FRrOr38urHeSf5ah257LyccKLBjUHPYTCLsK3buJAk6yOEtxSe e0Mp+Nb2HiTjU+Hnu+zyRqYt3z83qyPrECD3y2E2ED/uzlGBmYp8tw8UFQLXpm5RL7rE q3Eb5JcVueXe6wRghyjDCF5tJr/VlsITLeD0HxKvYAkzeaanBRdZayJ3MSP8MY5wVRE/ wEZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n15si14217004pgg.308.2019.04.03.06.59.29; Wed, 03 Apr 2019 06:59:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726539AbfDCN6e (ORCPT + 99 others); Wed, 3 Apr 2019 09:58:34 -0400 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:40916 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725959AbfDCN6e (ORCPT ); Wed, 3 Apr 2019 09:58:34 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 76FF6A78; Wed, 3 Apr 2019 06:58:33 -0700 (PDT) Received: from [10.1.196.75] (e110467-lin.cambridge.arm.com [10.1.196.75]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 196953F557; Wed, 3 Apr 2019 06:58:29 -0700 (PDT) Subject: Re: [PATCH 6/6] arm64/mm: Enable ZONE_DEVICE To: Anshuman Khandual , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mm@kvack.org, akpm@linux-foundation.org, will.deacon@arm.com, catalin.marinas@arm.com Cc: mhocko@suse.com, mgorman@techsingularity.net, james.morse@arm.com, mark.rutland@arm.com, cpandya@codeaurora.org, arunks@codeaurora.org, dan.j.williams@intel.com, osalvador@suse.de, logang@deltatee.com, david@redhat.com, cai@lca.pw, dan.j.williams@intel.com, jglisse@redhat.com References: <1554265806-11501-1-git-send-email-anshuman.khandual@arm.com> <1554265806-11501-7-git-send-email-anshuman.khandual@arm.com> From: Robin Murphy Message-ID: Date: Wed, 3 Apr 2019 14:58:28 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <1554265806-11501-7-git-send-email-anshuman.khandual@arm.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ +Dan, Jerome ] On 03/04/2019 05:30, Anshuman Khandual wrote: > Arch implementation for functions which create or destroy vmemmap mapping > (vmemmap_populate, vmemmap_free) can comprehend and allocate from inside > device memory range through driver provided vmem_altmap structure which > fulfils all requirements to enable ZONE_DEVICE on the platform. Hence just ZONE_DEVICE is about more than just altmap support, no? > enable ZONE_DEVICE by subscribing to ARCH_HAS_ZONE_DEVICE. But this is only > applicable for ARM64_4K_PAGES (ARM64_SWAPPER_USES_SECTION_MAPS) only which > creates vmemmap section mappings and utilize vmem_altmap structure. What prevents it from working with other page sizes? One of the foremost use-cases for our 52-bit VA/PA support is to enable mapping large quantities of persistent memory, so we really do need this for 64K pages too. FWIW, it appears not to be an issue for PowerPC. > Signed-off-by: Anshuman Khandual > --- > arch/arm64/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index db3e625..b5d8cf5 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -31,6 +31,7 @@ config ARM64 > select ARCH_HAS_SYSCALL_WRAPPER > select ARCH_HAS_TEARDOWN_DMA_OPS if IOMMU_SUPPORT > select ARCH_HAS_TICK_BROADCAST if GENERIC_CLOCKEVENTS_BROADCAST > + select ARCH_HAS_ZONE_DEVICE if ARM64_4K_PAGES IIRC certain configurations (HMM?) don't even build if you just turn this on alone (although of course things may have changed elsewhere in the meantime) - crucially, though, from previous discussions[1] it seems fundamentally unsafe, since I don't think we can guarantee that nobody will touch the corners of ZONE_DEVICE that also require pte_devmap in order not to go subtly wrong. I did get as far as cooking up some patches to sort that out [2][3] which I never got round to posting for their own sake, so please consider picking those up as part of this series. Robin. > select ARCH_HAVE_NMI_SAFE_CMPXCHG > select ARCH_INLINE_READ_LOCK if !PREEMPT > select ARCH_INLINE_READ_LOCK_BH if !PREEMPT > [1] https://lore.kernel.org/linux-mm/CAA9_cmfA9GS+1M1aSyv1ty5jKY3iho3CERhnRAruWJW3PfmpgA@mail.gmail.com/#t [2] http://linux-arm.org/git?p=linux-rm.git;a=commitdiff;h=61816b833afdb56b49c2e58f5289ae18809e5d67 [3] http://linux-arm.org/git?p=linux-rm.git;a=commitdiff;h=a5a16560eb1becf9a1d4cc0d03d6b5e76da4f4e1 (apologies to anyone if the linux-arm.org server is being flaky as usual and requires a few tries to respond properly)