Re: [PATCH] crypto: ccp - Fix null pointer dereference in __sev_snp_shutdown_locked

From: Tom Lendacky
Date: Tue Jun 04 2024 - 12:30:12 EST


On 6/3/24 10:12, Kim Phillips wrote:
Another DEBUG_TEST_DRIVER_REMOVE induced splat found, this time
in __sev_snp_shutdown_locked().



Fixes: ccb88e9549e7 ("crypto: ccp - Fix null pointer dereference in __sev_platform_shutdown_locked")

Shouldn't the Fixes tag be:

1ca5614b84ee ("crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP")

Thanks,
Tom

Cc: stable@xxxxxxxxxxxxxxx
Signed-off-by: Kim Phillips <kim.phillips@xxxxxxx>
---
drivers/crypto/ccp/sev-dev.c | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)