Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp918870pxb; Fri, 22 Jan 2021 02:32:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJw6GTsVHkSOdzKTsHtj125A42jQ/WC9M73kaVKCAsDmHAxyP5V1QUIZW2mQim5w3pHCoXVF X-Received: by 2002:a17:907:9495:: with SMTP id dm21mr2577870ejc.462.1611311564145; Fri, 22 Jan 2021 02:32:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611311564; cv=none; d=google.com; s=arc-20160816; b=W3jNx+ehKEwHXYcA9fnSsOLfiLPcDw9B2YrKkHMhXcHQfAxc7R13kGOhipzeOctomA zTnMU7hbq7DoZFkaA3powZ3yUBM0bhDUVSpmuNnnVYPD3bKFZzPe2Mh/UACec/YDnUSr whbU7li8/MYRdMLi12hkyPRt+iK9GuVWo7HihmVvbG1vDbYfUWZ27JpEYlQ3YA+ffDrQ Z8C0FjJTnaKvQ78RiPSu1bhlT7GrYZ+LYDN7H0hR/5yb1mk031NyGpX7GChLWducILfa 0zGJtMoPetoGRH5Q6Mph4Zp6+j4NTcN8+S5Y/ldmiKTAg/q8KK6DYBYStng4raDgoaEZ rNTA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :date:subject:cc:to:from; bh=SWTYv7q8/0m3V/8FtmrQ2yhqLv5Y/yQRbhuUFhgSb/A=; b=i+Kh0XEqf57MiEvm+MvF4YZzMwDHdAjamUWncOVybdsF72vjuvfcoXLa21cUjFuH8j eMo7FD1Pe1I7sJf/wq3LGovZEz0D9jlHTHz0Ez5Qd/Ite4yG5203hMT22XQ1/ywdiUj+ 57kH0jWlJTXmxTKptwPGgBRpOkedMM4dBB7AS5zMArHxUtoKJxVdbF8cfsFlP81yDpar p9aNynd6cjY1F+oZ+bPX+iSJVpoeniTntD7JvfEjxjDxwlJGrLVYm8hEuH91q5xXnicK 93GXgjPKw1gFQaV6v59onSKROmrbIjc2lbCWjQfhHydU44WyqOB1/5t9WIBen6vPDLgx 0Kdg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ca22si2801744ejb.112.2021.01.22.02.32.20; Fri, 22 Jan 2021 02:32:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727914AbhAVK3r (ORCPT + 99 others); Fri, 22 Jan 2021 05:29:47 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:11430 "EHLO szxga06-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727805AbhAVKO5 (ORCPT ); Fri, 22 Jan 2021 05:14:57 -0500 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga06-in.huawei.com (SkyGuard) with ESMTP id 4DMZpR36vYzj8SW; Fri, 22 Jan 2021 18:13:19 +0800 (CST) Received: from DESKTOP-TMVL5KK.china.huawei.com (10.174.187.128) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.498.0; Fri, 22 Jan 2021 18:14:04 +0800 From: Yanan Wang To: Marc Zyngier , Will Deacon , "Catalin Marinas" , , , , CC: James Morse , Julien Thierry , Suzuki K Poulose , Gavin Shan , Quentin Perret , , , , Yanan Wang Subject: [RFC PATCH v4 2/2] KVM: arm64: Filter out the case of only changing permissions from stage-2 map path Date: Fri, 22 Jan 2021 18:13:58 +0800 Message-ID: <20210122101358.379956-3-wangyanan55@huawei.com> X-Mailer: git-send-email 2.8.4.windows.1 In-Reply-To: <20210122101358.379956-1-wangyanan55@huawei.com> References: <20210122101358.379956-1-wangyanan55@huawei.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.174.187.128] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org (1) During running time of a a VM with numbers of vCPUs, if some vCPUs access the same GPA almost at the same time and the stage-2 mapping of the GPA has not been built yet, as a result they will all cause translation faults. The first vCPU builds the mapping, and the followed ones end up updating the valid leaf PTE. Note that these vCPUs might want different access permissions (RO, RW, RX, RWX, etc.). (2) It's inevitable that we sometimes will update an existing valid leaf PTE in the map path, and we all perform break-before-make in this case. Then more unnecessary translation faults could be caused if the *break stage* of BBM is just catched by other vCPUs. With (1) and (2), something unsatisfactory could happen: vCPU A causes a translation fault and builds the mapping with RW permissions, vCPU B then update the valid leaf PTE with break-before-make and permissions are updated back to RO. Besides, *break stage* of BBM may trigger more translation faults. Finally, some useless small loops could occur. We can make some optimization to solve above problems: When we need to update a valid leaf PTE in the translation fault handler, let's filter out the case where this update only change access permissions that don't require break-before-make. If there have already been the permissions we want, don't bother to update. If still more permissions need to be added, then update the PTE directly without break-before-make. Signed-off-by: Yanan Wang --- arch/arm64/include/asm/kvm_pgtable.h | 4 ++ arch/arm64/kvm/hyp/pgtable.c | 62 +++++++++++++++++++++------- 2 files changed, 50 insertions(+), 16 deletions(-) diff --git a/arch/arm64/include/asm/kvm_pgtable.h b/arch/arm64/include/asm/kvm_pgtable.h index 52ab38db04c7..2bd4e772ca57 100644 --- a/arch/arm64/include/asm/kvm_pgtable.h +++ b/arch/arm64/include/asm/kvm_pgtable.h @@ -157,6 +157,10 @@ void kvm_pgtable_stage2_destroy(struct kvm_pgtable *pgt); * If device attributes are not explicitly requested in @prot, then the * mapping will be normal, cacheable. * + * When there is an existing valid leaf PTE to be updated in this function, + * perform break-before-make only if the parameters to be changed for this + * update require it, otherwise the PTE can be updated directly. + * * Note that this function will both coalesce existing table entries and split * existing block mappings, relying on page-faults to fault back areas outside * of the new mapping lazily. diff --git a/arch/arm64/kvm/hyp/pgtable.c b/arch/arm64/kvm/hyp/pgtable.c index 2878aaf53b3c..aac1915f9770 100644 --- a/arch/arm64/kvm/hyp/pgtable.c +++ b/arch/arm64/kvm/hyp/pgtable.c @@ -45,6 +45,10 @@ #define KVM_PTE_LEAF_ATTR_HI_S2_XN BIT(54) +#define KVM_PTE_LEAF_ATTR_S2_PERMS (KVM_PTE_LEAF_ATTR_LO_S2_S2AP_R | \ + KVM_PTE_LEAF_ATTR_LO_S2_S2AP_W | \ + KVM_PTE_LEAF_ATTR_HI_S2_XN) + struct kvm_pgtable_walk_data { struct kvm_pgtable *pgt; struct kvm_pgtable_walker *walker; @@ -460,34 +464,60 @@ static int stage2_map_set_prot_attr(enum kvm_pgtable_prot prot, return 0; } +static void stage2_map_update_valid_leaf_pte(u64 addr, u32 level, + kvm_pte_t *ptep, kvm_pte_t new, + struct stage2_map_data *data) +{ + kvm_pte_t old = *ptep; + + /* + * It's inevitable that we sometimes end up updating an existing valid + * leaf PTE on the map path for kinds of reasons, for instance, multiple + * vcpus accessing the same GPA page all cause translation faults on the + * same time. So perform break-before-make here only if the parameters + * to be changed for this update require it, otherwise the PTE can be + * updated directly. + */ + if ((old ^ new) & (~KVM_PTE_LEAF_ATTR_S2_PERMS)) { + kvm_set_invalid_pte(ptep); + kvm_call_hyp(__kvm_tlb_flush_vmid_ipa, data->mmu, addr, level); + smp_store_release(ptep, new); + return; + } + + old ^= KVM_PTE_LEAF_ATTR_HI_S2_XN; + new ^= KVM_PTE_LEAF_ATTR_HI_S2_XN; + new |= old; + + /* + * Update the valid leaf PTE directly without break-before-make if more + * permissions need to be added, and skip the update if there have been + * already the permissions that we want. + */ + if (new != old) { + WRITE_ONCE(*ptep, new ^ KVM_PTE_LEAF_ATTR_HI_S2_XN); + kvm_call_hyp(__kvm_tlb_flush_vmid_ipa, data->mmu, addr, level); + } +} + static bool stage2_map_walker_try_leaf(u64 addr, u64 end, u32 level, kvm_pte_t *ptep, struct stage2_map_data *data) { - kvm_pte_t new, old = *ptep; + kvm_pte_t new; u64 granule = kvm_granule_size(level), phys = data->phys; if (!kvm_block_mapping_supported(addr, end, phys, level)) return false; new = kvm_init_valid_leaf_pte(phys, data->attr, level); - if (kvm_pte_valid(old)) { - /* Tolerate KVM recreating the exact same mapping */ - if (old == new) - goto out; - - /* - * There's an existing different valid leaf entry, so perform - * break-before-make. - */ - kvm_set_invalid_pte(ptep); - kvm_call_hyp(__kvm_tlb_flush_vmid_ipa, data->mmu, addr, level); - put_page(virt_to_page(ptep)); + if (kvm_pte_valid(*ptep)) { + stage2_map_update_valid_leaf_pte(addr, level, ptep, new, data); + } else { + smp_store_release(ptep, new); + get_page(virt_to_page(ptep)); } - smp_store_release(ptep, new); - get_page(virt_to_page(ptep)); -out: data->phys += granule; return true; } -- 2.19.1