• Singh, Brijesh's avatar
    crypto: ccp - Do not free psp_master when PLATFORM_INIT fails · f5a2aeb8
    Singh, Brijesh authored
    Currently, we free the psp_master if the PLATFORM_INIT fails during the
    SEV FW probe. If psp_master is freed then driver does not invoke the PSP
    FW. As per SEV FW spec, there are several commands (PLATFORM_RESET,
    PLATFORM_STATUS, GET_ID etc) which can be executed in the UNINIT state
    We should not free the psp_master when PLATFORM_INIT fails.
    
    Fixes: 200664d5 ("crypto: ccp: Add SEV support")
    Cc: Tom Lendacky <thomas.lendacky@amd.com>
    Cc: Herbert Xu <herbert@gondor.apana.org.au>
    Cc: Gary Hook <gary.hook@amd.com>
    Cc: stable@vger.kernel.org # 4.19.y
    Signed-off-by: default avatarBrijesh Singh <brijesh.singh@amd.com>
    Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    f5a2aeb8
psp-dev.c 25.7 KB