From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id EE63825553 for ; Thu, 4 Jan 2024 16:58:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 5BFA4C15; Thu, 4 Jan 2024 08:59:37 -0800 (PST) Received: from [10.57.44.155] (unknown [10.57.44.155]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A23ED3F64C; Thu, 4 Jan 2024 08:58:47 -0800 (PST) Message-ID: <11c9ffee-5dbc-4f16-90f5-6f5c23293f52@arm.com> Date: Thu, 4 Jan 2024 16:58:46 +0000 Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 1/7] arm64: KVM: Fix renamed function in comment Content-Language: en-GB To: James Clark , coresight@lists.linaro.org, linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev, broonie@kernel.org, maz@kernel.org, acme@kernel.org Cc: Oliver Upton , James Morse , Zenghui Yu , Catalin Marinas , Will Deacon , Mike Leach , Leo Yan , Alexander Shishkin , Anshuman Khandual , Rob Herring , Miguel Luis , Jintack Lim , Ard Biesheuvel , Mark Rutland , Helge Deller , Arnd Bergmann , Vincent Donnefort , Fuad Tabba , Kristina Martsenko , Joey Gouly , Akihiko Odaki , Jing Zhang , linux-kernel@vger.kernel.org References: <20240104162714.1062610-1-james.clark@arm.com> <20240104162714.1062610-2-james.clark@arm.com> From: Suzuki K Poulose In-Reply-To: <20240104162714.1062610-2-james.clark@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 04/01/2024 16:27, James Clark wrote: > finalise_host_mappings() became fix_host_ownership() in > commit 0d16d12eb26e ("KVM: arm64: Fix-up hyp stage-1 refcounts for all > pages mapped at EL2") so update the comment. > > Signed-off-by: James Clark Reviewed-by: Suzuki K Poulose > --- > arch/arm64/kvm/hyp/nvhe/setup.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/kvm/hyp/nvhe/setup.c b/arch/arm64/kvm/hyp/nvhe/setup.c > index cd2f39388251..b5452e58c49a 100644 > --- a/arch/arm64/kvm/hyp/nvhe/setup.c > +++ b/arch/arm64/kvm/hyp/nvhe/setup.c > @@ -150,7 +150,7 @@ static int recreate_hyp_mappings(phys_addr_t phys, unsigned long size, > * can't be donated or shared with another entity. > * > * The ownership transition requires matching changes in the host > - * stage-2. This will be done later (see finalize_host_mappings()) once > + * stage-2. This will be done later (see fix_host_ownership()) once > * the hyp_vmemmap is addressable. > */ > prot = pkvm_mkstate(PAGE_HYP_RO, PKVM_PAGE_SHARED_OWNED);