From mboxrd@z Thu Jan 1 00:00:00 1970 From: corbet@lwn.net (Jonathan Corbet) Date: Mon, 17 Jul 2017 13:44:45 -0600 Subject: [PATCH resend] Documentation: arm: Replace use of virt_to_phys with __pa_symbol In-Reply-To: <1500298768-13262-1-git-send-email-geert+renesas@glider.be> References: <1500298768-13262-1-git-send-email-geert+renesas@glider.be> Message-ID: <20170717134445.22a1b00d@lwn.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 17 Jul 2017 15:39:28 +0200 Geert Uytterhoeven wrote: > All low-level PM/SMP code using virt_to_phys() should actually use > __pa_symbol() against kernel symbols. Update the documentation to move > away from virt_to_phys(). > > Cfr. commit 6996cbb2372189f7 ("ARM: 8641/1: treewide: Replace uses of > virt_to_phys with __pa_symbol") I was kind of hoping for an ack from somebody on this, but, four months later, I'll take the absence of complaints as being enough. Applied, thanks. jon From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751378AbdGQTot (ORCPT ); Mon, 17 Jul 2017 15:44:49 -0400 Received: from ms.lwn.net ([45.79.88.28]:44054 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751320AbdGQTor (ORCPT ); Mon, 17 Jul 2017 15:44:47 -0400 Date: Mon, 17 Jul 2017 13:44:45 -0600 From: Jonathan Corbet To: Geert Uytterhoeven Cc: Russell King , Laura Abbott , Florian Fainelli , linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH resend] Documentation: arm: Replace use of virt_to_phys with __pa_symbol Message-ID: <20170717134445.22a1b00d@lwn.net> In-Reply-To: <1500298768-13262-1-git-send-email-geert+renesas@glider.be> References: <1500298768-13262-1-git-send-email-geert+renesas@glider.be> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Jul 2017 15:39:28 +0200 Geert Uytterhoeven wrote: > All low-level PM/SMP code using virt_to_phys() should actually use > __pa_symbol() against kernel symbols. Update the documentation to move > away from virt_to_phys(). > > Cfr. commit 6996cbb2372189f7 ("ARM: 8641/1: treewide: Replace uses of > virt_to_phys with __pa_symbol") I was kind of hoping for an ack from somebody on this, but, four months later, I'll take the absence of complaints as being enough. Applied, thanks. jon