On Mon, Feb 10, 2025, Ashish Kalra wrote:
Ashish Kalra (1): x86/sev: Fix broken SNP support with KVM module built-in
Sean Christopherson (2): crypto: ccp: Add external API interface for PSP module initialization KVM: SVM: Ensure PSP module is initialized if KVM module is built-in
Unless I've overlooked a dependency, patch 3 (IOMMU vs. RMP) is entirely independent of patches 1 and 2 (PSP vs. KVM). If no one objects, I'll take the first two patches through the kvm-x86 tree, and let the tip/iommu maintainers sort out the last patch.
arch/x86/include/asm/sev.h | 2 ++ arch/x86/kvm/svm/sev.c | 10 ++++++++++ arch/x86/virt/svm/sev.c | 23 +++++++---------------- drivers/crypto/ccp/sp-dev.c | 14 ++++++++++++++ drivers/iommu/amd/init.c | 34 ++++++++++++++++++++++++++++++---- include/linux/psp-sev.h | 9 +++++++++ 6 files changed, 72 insertions(+), 20 deletions(-)
-- 2.34.1