Bug 22496 - Support measurement of initrd and cmdline for CC virtual machines booted in direct boot mode
Summary: Support measurement of initrd and cmdline for CC virtual machines booted in d...
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: 6.6.88-4
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-07-07 17:59 UTC by yangge
Modified: 2025-07-07 19:25 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yangge hygon_group 2025-07-07 17:59:01 UTC
Description of problem:

EDK2 has already implemented the COCO Measurement Protocol. When starting a COCO virtual machine in direct boot mode, it can measure the initrd and cmdline during the Linux EFI stub phase. Currently, Anolis Cloud Kernel 6.6 does not support this feature yet. Some patches need to be backported from the mainline kernel to enable the measurement of initrd and cmdline.

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:
Comment 1 小龙 admin 2025-07-07 19:25:34 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5489