Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1203886pxj; Fri, 4 Jun 2021 08:30:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJys9GbWLLS7Ac7aHj2GuBKcgyAZOjG4CywlnXZZMlS2VZLPYr95UfrgiKIFebCT7S+h9WIW X-Received: by 2002:a17:906:d150:: with SMTP id br16mr4728410ejb.190.1622820620029; Fri, 04 Jun 2021 08:30:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622820620; cv=none; d=google.com; s=arc-20160816; b=iC8FNAeb/Vx0aNBlAEBIsKi0+51MH2icoNKc3r5+I8l/AB+0DPzmFKf+tc6lNL0Iab vz26NX9Gw4IFRZypz7Bgum8VIEzyzlZCiNVE6av39FlYtHTPSFpBq0DNnkhwdBVEGJbc RNh5nHggT7IRN7HkaKTA/nU2Fl/KcY60SsyzM03xvVfEUZwNgzSRlLm+SkU/AOZXNXL+ P9LRXLT58e7XT1NzXR55Le7pNI6Rb3zHe+XOJRHNRwHYON9nHzlL1yYPCHX1DQdo/Rqw I9XQSXWTeiX/6dV3AJMN7aqkAanG0uO33jeiZBsPmAEnx2+5PT78s2OHxYD9AcpTxmfn /FNg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:in-reply-to :subject:cc:to:from:message-id:date; bh=6ugrbL3Wv25/Leew6ed1vmIF9YZTHNaYlAM6YUiKfrE=; b=QOKAysGTk53QL8hViD5NzmDVd5j7G0R9F8hJ/7f8afmn5LXxYjNNuczCRmVI4N2X/X y8QHXh5hKooliRnAGM2ViWZ7Ja7NZs544gMWQrFRNmr6111/RHlaraU1H6HBRYt2lJRA +H5a/x6lE2bAtyqaDoHKTivI1pNuC+e+enLTq2LgDeUcF86e2oSbYnTAWGYXMbk4RkOi 6UWusOvCwCWEeHYhzGaWnHem4gAVgqPkBUkA4GDXG9nGV9VP4ax5+97GGcGXXR/ZpFqx s43zIMpbj40Gass5pc8i9rmSW7DOmwgarFdow+iDGwTAWP073U7YkEqKbABgd//7VaK7 tCcA== 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o2si3413985edc.561.2021.06.04.08.29.43; Fri, 04 Jun 2021 08:30:20 -0700 (PDT) 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; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231186AbhFDP32 (ORCPT + 99 others); Fri, 4 Jun 2021 11:29:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:60910 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230366AbhFDP32 (ORCPT ); Fri, 4 Jun 2021 11:29:28 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1852361400; Fri, 4 Jun 2021 15:27:42 +0000 (UTC) Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=wait-a-minute.misterjones.org) by disco-boy.misterjones.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1lpBjY-005VVs-2h; Fri, 04 Jun 2021 16:27:40 +0100 Date: Fri, 04 Jun 2021 16:27:39 +0100 Message-ID: <87lf7ptztg.wl-maz@kernel.org> From: Marc Zyngier To: Shameerali Kolothum Thodi Cc: "linux-arm-kernel@lists.infradead.org" , "kvmarm@lists.cs.columbia.edu" , "linux-kernel@vger.kernel.org" , "will@kernel.org" , "catalin.marinas@arm.com" , "james.morse@arm.com" , "julien.thierry.kdev@gmail.com" , "suzuki.poulose@arm.com" , "jean-philippe@linaro.org" , Alexandru Elisei , Linuxarm Subject: Re: [RFC PATCH 0/3] kvm/arm: New VMID allocator based on asid(2nd approach) In-Reply-To: <95bb84ffdb0f4db3b64b38cc3b651f90@huawei.com> References: <20210506165232.1969-1-shameerali.kolothum.thodi@huawei.com> <87sg1xzqea.wl-maz@kernel.org> <95bb84ffdb0f4db3b64b38cc3b651f90@huawei.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM-LB/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL-LB/10.8 EasyPG/1.0.0 Emacs/27.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: shameerali.kolothum.thodi@huawei.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, will@kernel.org, catalin.marinas@arm.com, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, jean-philippe@linaro.org, Alexandru.Elisei@arm.com, linuxarm@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 04 Jun 2021 15:51:29 +0100, Shameerali Kolothum Thodi wrote: > > Hi Marc, > > > -----Original Message----- > > From: Marc Zyngier [mailto:maz@kernel.org] > > Sent: 04 June 2021 14:55 > > To: Shameerali Kolothum Thodi > > Cc: linux-arm-kernel@lists.infradead.org; kvmarm@lists.cs.columbia.edu; > > linux-kernel@vger.kernel.org; will@kernel.org; catalin.marinas@arm.com; > > james.morse@arm.com; julien.thierry.kdev@gmail.com; > > suzuki.poulose@arm.com; jean-philippe@linaro.org; Alexandru Elisei > > ; Linuxarm > > Subject: Re: [RFC PATCH 0/3] kvm/arm: New VMID allocator based on asid(2nd > > approach) > > > > On Fri, 04 Jun 2021 09:13:10 +0100, > > Shameerali Kolothum Thodi > > wrote: > > > > > > Hi, > > > > > > > -----Original Message----- > > > > From: Shameerali Kolothum Thodi > > > > Sent: 06 May 2021 17:52 > > > > To: linux-arm-kernel@lists.infradead.org; kvmarm@lists.cs.columbia.edu; > > > > linux-kernel@vger.kernel.org > > > > Cc: maz@kernel.org; will@kernel.org; catalin.marinas@arm.com; > > > > james.morse@arm.com; julien.thierry.kdev@gmail.com; > > > > suzuki.poulose@arm.com; jean-philippe@linaro.org; Linuxarm > > > > > > > > Subject: [RFC PATCH 0/3] kvm/arm: New VMID allocator based on asid(2nd > > > > approach) > > > > > > > > This is based on a suggestion from Will [0] to try out the asid > > > > based kvm vmid solution as a separate VMID allocator instead of > > > > the shared lib approach attempted in v4[1]. > > > > > > > > The idea is to compare both the approaches and see whether the > > > > shared lib solution with callbacks make sense or not. > > > > > > A gentle ping on this. Please take a look and let me know. > > > > I had a look and I don't overly dislike it. I'd like to see the code > > without the pinned stuff though, at least to ease the reviewing. I > > haven't tested it in anger, but I have pushed the rebased code at [1] > > as it really didn't apply to 5.13-rc4. > > Thanks for taking a look and the rebase. I will remove the pinned stuff > in the next revision as that was added just to compare against the previous > version. > > > > > One thing I'm a bit worried about is that we so far relied on VMID 0 > > never being allocated to a guest, which is now crucial for protected > > KVM. I can't really convince myself that this can never happen with > > this. > > Hmm..not sure I quite follow that. As per the current logic vmid 0 is > reserved and is not allocated to Guest. And that's the bit I'm struggling to validate here. I guess it works because cur_idx is set to 1 in new_vmid(). > > > Plus, I've found this nugget: > > > > > max_pinned_vmids = NUM_USER_VMIDS - num_possible_cpus() - 2; > > > > > > What is this "- 2"? My hunch is that it should really be "- 1" as VMID > > 0 is reserved, and we have no equivalent of KPTI for S2. > > I think this is more related to the "pinned vmid" stuff and was borrowed from > the asid_update_limit() fn in arch/arm64/mm/context.c. But I missed the > comment that explains the reason behind it. It says, > > ---x--- > /* > * There must always be an ASID available after rollover. Ensure that, > * even if all CPUs have a reserved ASID and the maximum number of ASIDs > * are pinned, there still is at least one empty slot in the ASID map. > */ > max_pinned_asids = num_available_asids - num_possible_cpus() - 2; > ---x--- > > So this is to make sure we will have at least one VMID available > after rollover in case we have pinned the max number of VMIDs. I > will include that comment to make it clear. That doesn't really explain the -2. Or is that that we have one for the extra empty slot, and one for the reserved? Jean-Philippe? Thanks, M. -- Without deviation from the norm, progress is not possible.