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=-5.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 10949C4BA24 for ; Thu, 27 Feb 2020 04:07:24 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id CF2DE2468A for ; Thu, 27 Feb 2020 04:07:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF2DE2468A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 607816B0005; Wed, 26 Feb 2020 23:07:23 -0500 (EST) Received: by kanga.kvack.org (Postfix, from userid 40) id 591CB6B0006; Wed, 26 Feb 2020 23:07:23 -0500 (EST) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 480A06B0007; Wed, 26 Feb 2020 23:07:23 -0500 (EST) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0196.hostedemail.com [216.40.44.196]) by kanga.kvack.org (Postfix) with ESMTP id 2CA656B0005 for ; Wed, 26 Feb 2020 23:07:23 -0500 (EST) Received: from smtpin18.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay03.hostedemail.com (Postfix) with ESMTP id ED9C4824556B for ; Thu, 27 Feb 2020 04:07:22 +0000 (UTC) X-FDA: 76534572366.18.toad34_40644fc710f1d X-HE-Tag: toad34_40644fc710f1d X-Filterd-Recvd-Size: 5539 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by imf22.hostedemail.com (Postfix) with ESMTP for ; Thu, 27 Feb 2020 04:07:22 +0000 (UTC) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 75D6F30E; Wed, 26 Feb 2020 20:07:21 -0800 (PST) Received: from [10.163.1.119] (unknown [10.163.1.119]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E40F83F73B; Wed, 26 Feb 2020 20:07:11 -0800 (PST) Subject: Re: [PATCH V14] mm/debug: Add tests validating architecture page table helpers To: Andrew Morton Cc: Christophe Leroy , Qian Cai , linux-mm@kvack.org, Mike Rapoport , Vineet Gupta , Catalin Marinas , Will Deacon , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , "Kirill A . Shutemov" , Paul Walmsley , Palmer Dabbelt , linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-riscv@lists.infradead.org, x86@kernel.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org, James Morse References: <1581909460-19148-1-git-send-email-anshuman.khandual@arm.com> <1582726182.7365.123.camel@lca.pw> <1582726340.7365.124.camel@lca.pw> <52db1e9b-83b3-c41f-ef03-0f43e2159a83@arm.com> <20200226200353.ea5c8ec2efacfb1192f3f3f4@linux-foundation.org> From: Anshuman Khandual Message-ID: <6a4518d5-9306-8f84-b676-26a40c594bd9@arm.com> Date: Thu, 27 Feb 2020 09:37:07 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20200226200353.ea5c8ec2efacfb1192f3f3f4@linux-foundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable 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 02/27/2020 09:33 AM, Andrew Morton wrote: > On Thu, 27 Feb 2020 08:04:05 +0530 Anshuman Khandual wrote: >=20 >>> Must be something wrong with the following in debug_vm_pgtable() >>> >>> =C2=A0=C2=A0=C2=A0=C2=A0paddr =3D __pa(&start_kernel); >>> >>> Is there any explaination why start_kernel() is not in linear memory = on ARM64 ? >> >> >> Cc: + James Morse >> >> This warning gets exposed with DEBUG_VIRTUAL due to __pa() on a kernel= symbol >> i.e 'start_kernel' which might be outside the linear map. This happens= due to >> kernel mapping position randomization with KASLR. Adding James here in= case he >> might like to add more. >> >> __pa_symbol() should have been used instead, for accessing the physica= l address >> here. On arm64 __pa() does check for linear address with __is_lm_addre= ss() and >> switch accordingly if it is a kernel text symbol. Nevertheless, its mu= ch better >> to use __pa_symbol() here rather than __pa(). >> >> Rather than respining the patch once more, will just send a fix replac= ing this >> helper __pa() with __pa_symbol() for Andrew to pick up as this patch i= s already >> part of linux-next (next-20200226). But can definitely respin if that = will be >> preferred. >=20 > I didn't see this fix? I assume it's this? If so, are we sure it's OK= to be > added to -next without testing?? My patch just missed your response here within a minute :) Please conside= r this. It has been tested on x86 and arm64. https://patchwork.kernel.org/patch/11407715/ >=20 >=20 >=20 > From: Andrew Morton > Subject: mm-debug-add-tests-validating-architecture-page-table-helpers-= fix >=20 > A warning gets exposed with DEBUG_VIRTUAL due to __pa() on a kernel sym= bol > i.e 'start_kernel' which might be outside the linear map. This happens > due to kernel mapping position randomization with KASLR. >=20 > __pa_symbol() should have been used instead, for accessing the physical > address here. On arm64 __pa() does check for linear address with > __is_lm_address() and switch accordingly if it is a kernel text symbol.= =20 > Nevertheless, its much better to use __pa_symbol() here rather than > __pa(). >=20 > Reported-by: Qian Cai > Cc: Anshuman Khandual > Cc: James Morse > Cc: Christophe Leroy > Signed-off-by: Andrew Morton > --- >=20 > mm/debug_vm_pgtable.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > --- a/mm/debug_vm_pgtable.c~mm-debug-add-tests-validating-architecture-= page-table-helpers-fix > +++ a/mm/debug_vm_pgtable.c > @@ -331,7 +331,7 @@ void __init debug_vm_pgtable(void) > * helps avoid large memory block allocations to be used for mapping > * at higher page table levels. > */ > - paddr =3D __pa(&start_kernel); > + paddr =3D __pa_symbol(&start_kernel); > =20 > pte_aligned =3D (paddr & PAGE_MASK) >> PAGE_SHIFT; > pmd_aligned =3D (paddr & PMD_MASK) >> PAGE_SHIFT; > _ >=20 >=20