Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp669690ybh; Tue, 10 Mar 2020 06:12:05 -0700 (PDT) X-Google-Smtp-Source: ADFU+vsa1FnduzMlLgslVlkhqPPMh/EaLboSPKTeVTh0Yl4ZTRE/Qxw/gVaKhIfw0lY532ISPifh X-Received: by 2002:a9d:264:: with SMTP id 91mr17157554otb.216.1583845925039; Tue, 10 Mar 2020 06:12:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1583845925; cv=none; d=google.com; s=arc-20160816; b=epoEk3zdM32ESalBQkb0hAbWBGhrY6dPuNprqiLhX8lf3X6TQhmG195mfo86bajwV3 Lhfr3FHQLUvxLZ2TUk/MTVguvochLYSQNWk9z6nDkuiz+WwhHKPOGsxTdky3vBVCt4xR 8UiqTRNHlHSnQwMX+D0iLOveeyRh/0O570b33gUjBYCCYHcWIIwmldd/GbOpgRtCd1NS shALp6HGYaUqwDvCPNozmmxR9Nr11WmtF3uD80LKOpA9SKW5Bkg8jn3kU8rSlNXzPFLi hUmEXwZewrneP5FPZeTWuE+nEmsUF9bYDKs7Bl3i5OE+fmmXu2cWs9SQnVun//WJe7tA WZxw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=9h5lQzfOXNIfRqE28d4haQzE8P8f0UWOVx8nru+MPtg=; b=0oDQw/E6+meDnGo4hzJCeWdQEzWzYmbf7cfEXOny0Aml1QzKZB/+94vo/uG/3iMume HPI7/btUoPhcr7mWHYnpdvDFF3lHAKqlWdvZSlmM0AM0Ot2n2hRDwVXLvSvuv5ZHJDAk TCF9cu0kvcF+p2u/u6eZwtudTY7u/NF/SqkL02QyLh9k/zRkqNi2UrWZp6/JfO86Wnql 6QEFX7G//AQ5rA7sbIFpdFokz8BK1+ZbxDMqLc/dUpE7JqKyo+XzWgxBJ4kBSV2WmXHC SEyxP4XRwed2+MKCFYCJSMoJk5jRJPLTTckmCpJ1kuJBUSVCGMQldnxQ5SATdcjbryme NDuw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=16EMCJNy; 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 m4si1996287otn.175.2020.03.10.06.11.52; Tue, 10 Mar 2020 06:12:05 -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; dkim=pass header.i=@kernel.org header.s=default header.b=16EMCJNy; 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 S1730902AbgCJNJk (ORCPT + 99 others); Tue, 10 Mar 2020 09:09:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:56786 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730570AbgCJNJi (ORCPT ); Tue, 10 Mar 2020 09:09:38 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 1BFD32468D; Tue, 10 Mar 2020 13:09:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583845776; bh=QHH9ZDp6/gEjEOe3GhgF4+iH08VXpuPOLoiGZqInhJQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=16EMCJNyly4Mu4zdzQk0HqomH0kV71FPZWQgnXzH+7LGA9YLuSXopr6fmaTIozG8x DXyeSCsU98aX9QAG39hAS9XUgm1KGV8XD2PS9Tbl1egSzjcgo7pjAfMIIb4h3fANJ4 winY+srCJEGG9hUoLFYxmsxAPptB15Lqw0+1VEbo= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Sean Christopherson , Tom Lendacky , Paolo Bonzini Subject: [PATCH 4.14 057/126] KVM: SVM: Override default MMIO mask if memory encryption is enabled Date: Tue, 10 Mar 2020 13:41:18 +0100 Message-Id: <20200310124207.819562318@linuxfoundation.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20200310124203.704193207@linuxfoundation.org> References: <20200310124203.704193207@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tom Lendacky commit 52918ed5fcf05d97d257f4131e19479da18f5d16 upstream. The KVM MMIO support uses bit 51 as the reserved bit to cause nested page faults when a guest performs MMIO. The AMD memory encryption support uses a CPUID function to define the encryption bit position. Given this, it is possible that these bits can conflict. Use svm_hardware_setup() to override the MMIO mask if memory encryption support is enabled. Various checks are performed to ensure that the mask is properly defined and rsvd_bits() is used to generate the new mask (as was done prior to the change that necessitated this patch). Fixes: 28a1f3ac1d0c ("kvm: x86: Set highest physical address bits in non-present/reserved SPTEs") Suggested-by: Sean Christopherson Reviewed-by: Sean Christopherson Signed-off-by: Tom Lendacky Signed-off-by: Paolo Bonzini Signed-off-by: Greg Kroah-Hartman --- arch/x86/kvm/svm.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) --- a/arch/x86/kvm/svm.c +++ b/arch/x86/kvm/svm.c @@ -1088,6 +1088,47 @@ static int avic_ga_log_notifier(u32 ga_t return 0; } +/* + * The default MMIO mask is a single bit (excluding the present bit), + * which could conflict with the memory encryption bit. Check for + * memory encryption support and override the default MMIO mask if + * memory encryption is enabled. + */ +static __init void svm_adjust_mmio_mask(void) +{ + unsigned int enc_bit, mask_bit; + u64 msr, mask; + + /* If there is no memory encryption support, use existing mask */ + if (cpuid_eax(0x80000000) < 0x8000001f) + return; + + /* If memory encryption is not enabled, use existing mask */ + rdmsrl(MSR_K8_SYSCFG, msr); + if (!(msr & MSR_K8_SYSCFG_MEM_ENCRYPT)) + return; + + enc_bit = cpuid_ebx(0x8000001f) & 0x3f; + mask_bit = boot_cpu_data.x86_phys_bits; + + /* Increment the mask bit if it is the same as the encryption bit */ + if (enc_bit == mask_bit) + mask_bit++; + + /* + * If the mask bit location is below 52, then some bits above the + * physical addressing limit will always be reserved, so use the + * rsvd_bits() function to generate the mask. This mask, along with + * the present bit, will be used to generate a page fault with + * PFER.RSV = 1. + * + * If the mask bit location is 52 (or above), then clear the mask. + */ + mask = (mask_bit < 52) ? rsvd_bits(mask_bit, 51) | PT_PRESENT_MASK : 0; + + kvm_mmu_set_mmio_spte_mask(mask, PT_WRITABLE_MASK | PT_USER_MASK); +} + static __init int svm_hardware_setup(void) { int cpu; @@ -1123,6 +1164,8 @@ static __init int svm_hardware_setup(voi kvm_enable_efer_bits(EFER_SVME | EFER_LMSLE); } + svm_adjust_mmio_mask(); + for_each_possible_cpu(cpu) { r = svm_cpu_init(cpu); if (r)