Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2693385ybl; Thu, 29 Aug 2019 11:33:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqyVavYbDoAmptYSjxLlvI2f7dlw+MjpUDeQYK6JnKwF9HzKWYJfeD9NLKc3sHHijFORgAqc X-Received: by 2002:a62:31c3:: with SMTP id x186mr12895766pfx.97.1567103628309; Thu, 29 Aug 2019 11:33:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567103628; cv=none; d=google.com; s=arc-20160816; b=YJ5fJ6nHkWM34rkKW9SxgVMiWUrUw0KhlYuUJgpW8cBuFWARtVLD5nmKrukJ2LxD9k Mfo2rMU2VMmdAHlBVx4rOgoFGMyCpiHLPKRu0Qh4WljlVZp4UrPjnulyOl2TsyyUxyTS lit1bBEy1lWovA79dU9qykTvCPt4DqT9GmZoZhqrhBi+pOu3pT7tdlNy+kd4m1uwVC8y 79wM/uE4qrvjLQ9kbkphGypItKjkxNiCBBKsbBR/H8sjxBYLNVDycpfkrYp4Z6ZH/qk+ mrriyM3aTW25wGv4KVijupEKgs5ddVNWOW1XBmQOf2p8nlQFT9fY0FG/pSxDNINSVt07 Lvvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=san7jKtXr3YW3h7UMMqqNwWANKc8dg/34E6z+L9W5TI=; b=t3fpN89/sayjGJ0N+Pcuu+tCR6GJUu7BHD2p6ERmbifzV4naw83Tq6ttPANt2NAdKs sr+7uVHUrzC6Ofkxvrpue6gsCtFC8okM0qJRGQJ0pEvVmZe3S+L23n6L+kpLwCCEz+2O UKivPpQtA6YaE/b+GK89DFOgxIybezcWUgDMWji+yndpHGdVpmg0yWwfeqfniNhmhygd I8USOfnc8Rw3V9QRCy9hPnVmwuee+CjeFXOoAzqHORvRCId/czR26YI65GfvwGlEhaRQ sM346cgQdXeEnxcYAMZ79FoXwDeN/XoO+2RI8z20wltLP/RLVlIF6SoZYcNjf+WyhAcI trVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j190si3546112pfb.137.2019.08.29.11.33.33; Thu, 29 Aug 2019 11:33:48 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729669AbfH2Sch (ORCPT + 99 others); Thu, 29 Aug 2019 14:32:37 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:51244 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729208AbfH2Scd (ORCPT ); Thu, 29 Aug 2019 14:32:33 -0400 Received: from p5de0b6c5.dip0.t-ipconnect.de ([93.224.182.197] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1i3PDc-0004Xe-Cp; Thu, 29 Aug 2019 20:32:24 +0200 Date: Thu, 29 Aug 2019 20:32:23 +0200 (CEST) From: Thomas Gleixner To: Borislav Petkov cc: "Singh, Brijesh" , "kvm@vger.kernel.org" , Ingo Molnar , "H. Peter Anvin" , Paolo Bonzini , =?ISO-8859-2?Q?Radim_Kr=E8m=E1=F8?= , Joerg Roedel , "Lendacky, Thomas" , "x86@kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v3 10/11] mm: x86: Invoke hypercall when page encryption status is changed In-Reply-To: Message-ID: References: <20190710201244.25195-1-brijesh.singh@amd.com> <20190710201244.25195-11-brijesh.singh@amd.com> <20190829180717.GF2132@zn.tnic> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 29 Aug 2019, Thomas Gleixner wrote: > On Thu, 29 Aug 2019, Borislav Petkov wrote: > > > On Wed, Jul 10, 2019 at 08:13:11PM +0000, Singh, Brijesh wrote: > > > @@ -2060,6 +2067,14 @@ static int __set_memory_enc_dec(unsigned long addr, int numpages, bool enc) > > > */ > > > cpa_flush(&cpa, 0); > > > > > > + /* > > > + * When SEV is active, notify hypervisor that a given memory range is mapped > > > + * encrypted or decrypted. Hypervisor will use this information during > > > + * the VM migration. > > > + */ > > > + if (sev_active()) > > > + set_memory_enc_dec_hypercall(addr, numpages << PAGE_SHIFT, enc); > > > > Btw, tglx has a another valid design concern here: why isn't this a > > pv_ops thing? So that it is active only when the hypervisor is actually > > present? > > > > I know, I know, this will run on SEV guests only because it is all > > (hopefully) behind "if (sev_active())" checks but the clean and accepted > > design is a paravirt call, I'd say. > > No. sev_active() has nothing to do with guest mode. It tells whether SEV is > active or not. So yes, this calls into this function on both guest and > host. The latter is beyond pointless. Oops. sme != sev. But yes, can we please hide that a bit better....