Bug 6585 - The TCG_EfiSpecIDEventStruct and TCG_PCR_EVENT2 structure in TCG spec are not suitable for type casting
Summary: The TCG_EfiSpecIDEventStruct and TCG_PCR_EVENT2 structure in TCG spec are not...
Status: NEW
Alias: None
Product: ANCK 4.19 Dev
Classification: ANCK
Component: drivers (show other bugs) drivers
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: GuixinLiu
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-14 19:55 UTC by xuxinsss
Modified: 2023-09-14 20:36 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xuxinsss inspur_group 2023-09-14 19:55:48 UTC
Description of problem:
The 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 xuxinsss inspur_group 2023-09-14 20:00:21 UTC
Description of problem:
The
Comment 2 xuxinsss inspur_group 2023-09-14 20:05:35 UTC
Description of problem:
The TCG defines two structures, TCG_EfiSpecIDEventStruct and TCG_PCR_EVENT2,
which contain variable-sized arrays in the middle of the definition.But these two structures defined in kernel(struct tcg_efi_specid_event and struct tcg_efi_specid_event) are not suitable for type casting
Comment 3 小龙 admin 2023-09-14 20:36:16 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/2183