On 10/5/17 3:56 PM, Borislav Petkov wrote: > On Wed, Oct 04, 2017 at 08:13:52AM -0500, Brijesh Singh wrote: >> Define Secure Encrypted Virtualization (SEV) key management command id >> and structure. The command definition is available in SEV KM [1] spec >> 0.14. >> >> [1] http://support.amd.com/TechDocs/55766_SEV-KM API_Specification.pdf >> >> Cc: Paolo Bonzini <pbonzini@xxxxxxxxxx> >> Cc: "Radim Krčmář" <rkrcmar@xxxxxxxxxx> >> Cc: Borislav Petkov <bp@xxxxxxx> >> Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> >> Cc: Gary Hook <gary.hook@xxxxxxx> >> Cc: Tom Lendacky <thomas.lendacky@xxxxxxx> >> Cc: linux-crypto@xxxxxxxxxxxxxxx >> Cc: kvm@xxxxxxxxxxxxxxx >> Cc: linux-kernel@xxxxxxxxxxxxxxx >> Signed-off-by: Brijesh Singh <brijesh.singh@xxxxxxx> >> --- >> include/linux/psp-sev.h | 515 ++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 515 insertions(+) >> create mode 100644 include/linux/psp-sev.h > Some fixes ontop below. > > With that: > > Reviewed-by: Borislav Petkov <bp@xxxxxxx> Thanks, I have applied your fixes.