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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 099CEC5B572 for ; Tue, 11 Aug 2026 14:52:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:In-Reply-To:References:Cc:To:From:Subject:MIME-Version:Date: Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=slvIJhKKqoiGkoSjxOpDlkf6XRJxAToM7GrVYOQHkZA=; b=FbGpYlIvfh5xe60vM0piNLSYJN Dg8/fOLZxHmDQMCufGcNSIwIVTp1IwN88iPLFg+7gg05NqOljAX1RzXpWSLXhkJtPGz2g3P+13wfP 6bQaz18PyZjYgMJCZc3kKgbjSxbn/BO+GuTwo2GvQlrDY0+be41K2AqgeN4LOAxC0hEQfgnTjC/qK /M9qQ4Axk4/xMf167Jy7xYe8YdjmAG8s2IogUi+yG9hBDuKtxb5C5l3ZymmN/M7Z2IZE1/R51BW9l 1Ok8W3hGU0SBqJD9YvB6bqg4W/ka44UjazhVVQ3vPxJSq7bbQiaacf60TcrrfKqTAPxeKUlViGIus wbLJz3UQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wtnpb-0000000EFky-1R2n; Tue, 11 Aug 2026 14:51:55 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wtnpZ-0000000EFke-14X1 for linux-arm-kernel@lists.infradead.org; Tue, 11 Aug 2026 14:51:54 +0000 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 315191516; Tue, 11 Aug 2026 07:51:48 -0700 (PDT) Received: from [10.2.197.99] (ewhatever.cambridge.arm.com [10.2.197.99]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 1F9A13F86F; Tue, 11 Aug 2026 07:51:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1786459912; bh=1s6ZQV6pRCW5kArfN9tYwqwxGiAeoOQtAZi2wQkdZBI=; h=Date:Subject:From:To:Cc:References:In-Reply-To:From; b=em6+r3LbzTlgSKSNZBdpoHPdVJ/A/9H7tz5lRjUTSTGDXsheQDI/PbhdSWSfCkKD4 OstIRRfmg21tnaS3Sd9Rpb6hUiI3Gno4xMF2mfxA8snZGNYJFPlVzaaCPFUqqiH3/K kj180dHzcXOEDh3kD4ThESmDXLfT29tXMrD8+mEs= Message-ID: <73a03e76-10b1-4e05-b9ea-a2f3b5dc6b3e@arm.com> Date: Tue, 11 Aug 2026 15:51:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v16 17/45] KVM: arm64: CCA: Tear down RTTs From: Suzuki K Poulose To: Alper Gun , Steven Price Cc: kvm@vger.kernel.org, kvmarm@lists.linux.dev, Catalin Marinas , Marc Zyngier , Will Deacon , James Morse , Oliver Upton , Zenghui Yu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Joey Gouly , Alexandru Elisei , Christoffer Dall , Fuad Tabba , linux-coco@lists.linux.dev, Ganapatrao Kulkarni , Gavin Shan , Shanker Donthineni , "Aneesh Kumar K . V" , Emi Kisanuki , Vishal Annapurve , WeiLin.Chang@arm.com, Lorenzo Pieralisi References: <20260803134403.80630-1-steven.price@arm.com> <20260803134403.80630-18-steven.price@arm.com> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260811_075153_388868_4885B8ED X-CRM114-Status: GOOD ( 20.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 04/08/2026 13:16, Suzuki K Poulose wrote: > Hi there > > On 03/08/2026 23:29, Alper Gun wrote: >> On Mon, Aug 3, 2026 at 6:45 AM Steven Price wrote: >>> [...] >>> +static void realm_unmap_stage2(struct kvm *kvm) >>> +{ >>> +       struct realm *realm = &kvm->arch.realm; >>> + >>> +       lockdep_assert_held(&kvm->arch.config_lock); >>> + >>> +       if (realm->stage2_unmapped) >>> +               return; >>> + >>> +       write_lock(&kvm->mmu_lock); >>> +       kvm_stage2_unmap_range(&kvm->arch.mmu, 0, >>> +                              BIT(realm->ia_bits - 1), true); >>> +       write_unlock(&kvm->mmu_lock); >>> + >>> +       realm->stage2_unmapped = true; >>> +} >>> + >>> +int kvm_realm_teardown_stage2(struct kvm *kvm) >>> +{ >>> +       lockdep_assert_held(&kvm->arch.config_lock); >>> + >>> +       realm_unmap_stage2(kvm); >>> +       return realm_destroy_rtts(kvm); >>> +} >> >> Hi Steven, >> >> I noticed a warning in dmesg when destroying a realm: >> >>    [  158.533495] Call trace: >>    [  158.535927]  kvm_destroy_realm+0x208/0x218 >>    [  158.540356]  kvm_arch_destroy_vm+0xc8/0xd8 >>    [  158.544439]  kvm_put_kvm+0x324/0x4b0 >>    [  158.548002]  kvm_vm_stats_release+0x1c/0x38 > > Thanks for the report and the detailed analysis. > >> >> I traced this and found the following: >> >> At this point, calling realm_destroy_rtts() may fail destroying the RTTs >> because RECs are still active and the Realm is not terminated, but the May be we should bail out early in the realm_map_ipa() based on the state of the Realm (i.e. state != ACTIVE). But looking at this I see that we serialize the state of the realm using the config_lock, which is a bit odd. >> walk finishes and still sets realm->rtts_destroyed = true. >> >> Later, kvm_destroy_realm() calls rmi_realm_terminate() and then calls >> realm_destroy_rtts(kvm) again. But because realm->rtts_destroyed is >> already >> set to true, it exits early without tearing down the RTTs. >> >> Consequently, rmi_realm_destroy() is invoked while the RTT tables still >> exist in RMM, which fails and triggers WARN_ON(rmi_realm_destroy). >> >> The fix I used was to remove realm_destroy_rtts() from >> kvm_realm_teardown_stage2(): >> --- a/arch/arm64/kvm/rmi.c >> +++ b/arch/arm64/kvm/rmi.c >> @@ -434,7 +434,7 @@ int kvm_realm_teardown_stage2(struct kvm *kvm) >>    lockdep_assert_held(&kvm->arch.config_lock); >> >>    realm_unmap_stage2(kvm); >> - return realm_destroy_rtts(kvm); >> + return 0; >>   } >> >> I think we don't need RTT destruction here as it will be handled >> cleanly in >> kvm_destroy_realm() later. > > That sounds sensible to me, I will take a look and fix it locally for > the next version. On a second look, I think the rtts_destroyed flag may not be saving us much. If the RTTs are destroyed, we should complete the second round fairly easily. Suzuki > > > Thanks > Suzuki > >> >> Thanks, >> Alper >