The following commit has been merged into the x86/sev branch of tip: Commit-ID: 2874529b3513bdc90299c90f40713602da685e35 Gitweb: https://git.kernel.org/tip/2874529b3513bdc90299c90f40713602da685e35 Author: Cole Robinson <crobinso@xxxxxxxxxx> AuthorDate: Fri, 04 Nov 2022 16:42:45 -04:00 Committer: Borislav Petkov <bp@xxxxxxx> CommitterDate: Tue, 08 Nov 2022 15:54:34 +01:00 virt/sev-guest: Add a MODULE_ALIAS Autoload the driver when, for example, SNP init code creates the corresponding platform device. [ bp: Rewrite commit message. ] Fixes: fce96cf04430 ("virt: Add SEV-SNP guest driver") Signed-off-by: Cole Robinson <crobinso@xxxxxxxxxx> Signed-off-by: Borislav Petkov <bp@xxxxxxx> Acked-by: Tom Lendacky <thomas.lendacky@xxxxxxx> Link: https://lore.kernel.org/r/ff480c5e688eb0a72a4db0a29c7b1bb54c45bfd4.1667594253.git.crobinso@xxxxxxxxxx --- drivers/virt/coco/sev-guest/sev-guest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/virt/coco/sev-guest/sev-guest.c b/drivers/virt/coco/sev-guest/sev-guest.c index e9704ae..13911b9 100644 --- a/drivers/virt/coco/sev-guest/sev-guest.c +++ b/drivers/virt/coco/sev-guest/sev-guest.c @@ -742,3 +742,4 @@ MODULE_AUTHOR("Brijesh Singh <brijesh.singh@xxxxxxx>"); MODULE_LICENSE("GPL"); MODULE_VERSION("1.0.0"); MODULE_DESCRIPTION("AMD SEV Guest Driver"); +MODULE_ALIAS("platform:sev-guest");