Re: [PATCH v5 1/4] ccp: Name -1 return value as SEV_RET_NO_FW_CALL

From: Tom Lendacky
Date: Wed Nov 02 2022 - 13:30:58 EST


On 11/2/22 10:43, Peter Gonda wrote:
From: Dionna Glaze <dionnaglaze@xxxxxxxxxx>

The PSP can return a "firmware error" code of -1 in circumstances where
the PSP is not actually called. To make this protocol unambiguous, we
add a constant naming the return value.

From: Peter Gonda <pgonda@xxxxxxxxxx>
Cc: Thomas Lendacky <Thomas.Lendacky@xxxxxxx>
Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx>
Cc: Joerg Roedel <jroedel@xxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxxxxx>
Cc: Andy Lutomirsky <luto@xxxxxxxxxx>

Signed-off-by: Dionna Glaze <dionnaglaze@xxxxxxxxxx>

I think you can modify the author of this commit to be 'Peter Gonda
<pgonda@xxxxxxxxxx>' then include my Signed-off-by.


Since you have to resend for the proper Signed-off-by: chain, the subject line should really be: crypto: ccp - Name -1 ...

and you missed copying the other CCP driver maintainer.

It's always good to do a git log on the file(s) you're updating to get an idea of the appropriate prefix to use.

Thanks,
Tom