From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08FEDC433E6 for ; Fri, 5 Feb 2021 18:56:02 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 8114164F2E for ; Fri, 5 Feb 2021 18:56:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8114164F2E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id E12126B006C; Fri, 5 Feb 2021 13:56:00 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id DC2B06B006E; Fri, 5 Feb 2021 13:56:00 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id C89326B0070; Fri, 5 Feb 2021 13:56:00 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0131.hostedemail.com [216.40.44.131]) by kanga.kvack.org (Postfix) with ESMTP id B16BC6B006C for ; Fri, 5 Feb 2021 13:56:00 -0500 (EST) Received: from smtpin07.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay02.hostedemail.com (Postfix) with ESMTP id 6C4A43630 for ; Fri, 5 Feb 2021 18:56:00 +0000 (UTC) X-FDA: 77785118880.07.trade29_47058c6275e7 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin07.hostedemail.com (Postfix) with ESMTP id 5050C1803F9A7 for ; Fri, 5 Feb 2021 18:56:00 +0000 (UTC) X-HE-Tag: trade29_47058c6275e7 X-Filterd-Recvd-Size: 3983 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf50.hostedemail.com (Postfix) with ESMTP for ; Fri, 5 Feb 2021 18:55:59 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 6FD4C64F19; Fri, 5 Feb 2021 18:55:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1612551358; bh=Dut+c1FVyHBMznczx7YPl/WFEcO5YCjuRBcQn/cce0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HIQ53G/rdyIEmK4O5Pwo+d7o20ZMKNsfvwD6vY3+oeW7Ok3RpP/ZH9udF/0EyxiAa SjnrxihAS62M2VaFx3DlhLvwLDhoMg6VD6xQnjWRZ/fb5JwYNvj7/t98zkcRLthvBe 3VuZzf4WM00pXfnbVr/AjfIZsbfmV+Z/GMZui1RwHZf0gV5pEyOasuftjk5tsjYufU fxMGNxa1BYmz5J4PgajSgCMtxPDF2HAqR6iDqG+BrzldnTxifqSgpUNwzXYtxYKOao 8KPhxvNGtvM2oHfebe5rRQohaqYoS+j/Fx8HvazL2Xf+gRTlNTZ794sw6Htljq1ant maJG6gpTixiaQ== Date: Fri, 5 Feb 2021 18:55:53 +0000 From: Will Deacon To: Anshuman Khandual Cc: David Hildenbrand , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Catalin Marinas , Ard Biesheuvel , Mark Rutland , James Morse , Robin Murphy , =?iso-8859-1?B?Suly9G1l?= Glisse , Dan Williams , Mike Rapoport Subject: Re: [PATCH V2 1/2] arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory Message-ID: <20210205185552.GA23216@willie-the-truck> References: <1612239114-28428-1-git-send-email-anshuman.khandual@arm.com> <1612239114-28428-2-git-send-email-anshuman.khandual@arm.com> <20210202123215.GA16868@willie-the-truck> <20210202123524.GB16868@willie-the-truck> <20210202125152.GC16868@willie-the-truck> <4d8f5156-8628-5531-1485-322ad92aa15c@redhat.com> <0e649f28-4d54-319d-f876-8a93870cda7f@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e649f28-4d54-319d-f876-8a93870cda7f@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, Feb 03, 2021 at 09:20:39AM +0530, Anshuman Khandual wrote: > On 2/2/21 6:26 PM, David Hildenbrand wrote: > > On 02.02.21 13:51, Will Deacon wrote: > >> On Tue, Feb 02, 2021 at 01:39:29PM +0100, David Hildenbrand wrote: > >>> As I expressed already, long term we should really get rid of the arm64 > >>> variant and rather special-case the generic one. Then we won't go out of > >>> sync - just as it happened with ZONE_DEVICE handling here. > >> > >> Why does this have to be long term? This ZONE_DEVICE stuff could be the > >> carrot on the stick :) > > > > Yes, I suggested to do it now, but Anshuman convinced me that doing a > > simple fix upfront might be cleaner --- for example when it comes to > > backporting :) > > Right. The current pfn_valid() breaks for ZONE_DEVICE memory and this fixes > the problem in the present context which can be easily backported if required. > > Changing or rather overhauling the generic code with new configs as proposed > earlier (which I am planning to work on subsequently) would definitely be an > improvement for the current pfn_valid() situation in terms of maintainability > but then it should not stop us from fixing the problem now. Alright, I've mulled this over a bit. I don't agree that this patch helps with maintainability (quite the opposite, in fact), but perfection is the enemy of the good so I'll queue the series for 5.12. However, I'll revert the changes at the first sign of a problem, so please do work towards a generic solution which can replace this in the medium term. Even just adding hooks with well-defined (documented) semantics to pfn_valid() instead of having architectures override it wholesale would be a massive step forward in my opinion. Will