Skip to content

Commit 7444d4a

Browse files
hanliyangWangYuli
authored andcommitted
crypto: ccp: Fix definition of struct sev_data_send_update_vmsa
hygon inclusion category: feature CVE: NA --------------------------- The current definition of struct sev_data_send_update_vmsa in include/linux/psp-sev.h does not comply with SEV API spec. Fix it here. Signed-off-by: hanliyang <hanliyang@hygon.cn>
1 parent a942067 commit 7444d4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/linux/psp-sev.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,7 @@ struct sev_data_send_update_data {
387387
*/
388388
struct sev_data_send_update_vmsa {
389389
u32 handle; /* In */
390+
u32 reserved1;
390391
u64 hdr_address; /* In */
391392
u32 hdr_len; /* In/Out */
392393
u32 reserved2;

0 commit comments

Comments
 (0)