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 X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B06DEC433E0 for ; Thu, 6 Aug 2020 01:24:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 904F722CAE for ; Thu, 6 Aug 2020 01:24:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596677071; bh=J2m/4Kmff4FTlUt20OWwTJX4FeqSWst0MbPSRsxU6Ns=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Subject:In-Reply-To:References: List-ID:From; b=kBBLq+RY6PIAY95VAvA0esVP/t7upenuXcAV2eEXOAEfOuFUUdc1Ws39a5oO+bu8A wjLvXKzFBaZXyGbh4BPLVub0LIM9KxZmciOTRSuucoTgJT8/sS/n+FlXOz+W0GGEhe fRDy2ubmq2uGPvtZgQPcjG/U9+NywAn4FMl2SU/4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726844AbgHFBY3 (ORCPT ); Wed, 5 Aug 2020 21:24:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:41406 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726845AbgHFBYM (ORCPT ); Wed, 5 Aug 2020 21:24:12 -0400 Received: from localhost (unknown [70.37.104.77]) (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 801B022D03; Thu, 6 Aug 2020 01:24:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1596677051; bh=J2m/4Kmff4FTlUt20OWwTJX4FeqSWst0MbPSRsxU6Ns=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Subject:In-Reply-To:References: From; b=THMmMf+UpuXGKS9WQIKcXiq74D1omKRL7PK3tmZSpDwDsVm4fED9IDwsVZ6Q39xYy shw44Jajr9BPur2sAo5znXRC4WeMnY8/mTKrtLUdPerC16Bw5082mFTBV/GHNo04jP izavT5veDpJ3HN97T7RC1vnjV2ek05vuO8ji5qs4= Date: Thu, 06 Aug 2020 01:24:10 +0000 From: Sasha Levin To: Sasha Levin To: Sean Christopherson To: Paolo Bonzini Cc: Sean Christopherson Cc: stable@vger.kernel.org Cc: Tom Lendacky Cc: Brijesh Singh Cc: stable@vger.kernel.org Subject: Re: [RFC PATCH] KVM: SVM: Disallow SEV if NPT is disabled In-Reply-To: <20200731205116.14891-1-sean.j.christopherson@intel.com> References: <20200731205116.14891-1-sean.j.christopherson@intel.com> Message-Id: <20200806012411.801B022D03@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a "Fixes:" tag fixing commit: e9df09428996 ("KVM: SVM: Add sev module_param"). The bot has tested the following trees: v5.7.11, v5.4.54, v4.19.135. v5.7.11: Failed to apply! Possible dependencies: 3bae0459bcd5 ("KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums") b2f432f872d9 ("KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum") e662ec3e0705 ("KVM: x86/mmu: Move max hugepage level to a separate #define") v5.4.54: Failed to apply! Possible dependencies: 106ee47dc633 ("docs: kvm: Convert api.txt to ReST format") 213e0e1f500b ("KVM: SVM: Refactor logging of NPT enabled/disabled") 3bae0459bcd5 ("KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums") 3c9bd4006bfc ("KVM: x86: enable dirty log gradually in small chunks") 80b10aa92448 ("Documentation: kvm: Fix mention to number of ioctls classes") c726200dd106 ("KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace") cb9b88c66939 ("KVM: x86/mmu: Refactor handling of cache consistency with TDP") da345174ceca ("KVM: arm/arm64: Allow user injection of external data aborts") e662ec3e0705 ("KVM: x86/mmu: Move max hugepage level to a separate #define") v4.19.135: Failed to apply! Possible dependencies: 213e0e1f500b ("KVM: SVM: Refactor logging of NPT enabled/disabled") 3bae0459bcd5 ("KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums") 44dd3ffa7bb3 ("x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU") 4fef0f491347 ("KVM: x86: move definition PT_MAX_HUGEPAGE_LEVEL and KVM_NR_PAGE_SIZES together") 91e86d225ef3 ("kvm: x86: Add payload operands to kvm_multiple_exception") c851436a34ca ("kvm: x86: Add has_payload and payload to kvm_queued_exception") cb9b88c66939 ("KVM: x86/mmu: Refactor handling of cache consistency with TDP") d647eb63e671 ("KVM: svm: add nrips module parameter") da998b46d244 ("kvm: x86: Defer setting of CR2 until #PF delivery") e662ec3e0705 ("KVM: x86/mmu: Move max hugepage level to a separate #define") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha