Bug 20925 - Remove vpsp's dependency on sev module
Summary: Remove vpsp's dependency on sev module
Status: NEW
Alias: None
Product: ANCK 5.10 Dev
Classification: ANCK
Component: ARCH(unspecified) (show other bugs) ARCH(unspecified)
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: banye97
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-09 15:39 UTC by xiongmengbiao
Modified: 2025-05-19 12:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description xiongmengbiao hygon_group 2025-05-09 15:39:29 UTC
Description of problem:

The vpsp function currently depends on the CSV function. When the SEV device is unavailable in some cases, some vpsp functions will be missing.

Therefore, this patch will remove the dependency of vpsp on the CSV function at runtime and does not contain static symbol definitions or data structure definitions.


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-05-19 12:06:29 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5303