Bug 20684 - Hygon: Add ioctl interfaces to unpin shared memory of CSV3 VM, and manage shared pages of CSV3 VM by rbtree
Summary: Hygon: Add ioctl interfaces to unpin shared memory of CSV3 VM, and manage sha...
Status: NEW
Alias: None
Product: ANCK 6.6 Dev
Classification: ANCK
Component: X86 (show other bugs) X86
Version: unspecified
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: Guanjun
QA Contact: shuming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-26 17:00 UTC by wojiaohanliyang
Modified: 2025-04-26 18:26 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 wojiaohanliyang hygon_group 2025-04-26 17:00:22 UTC
Description of problem:

Add an unpin interface to release the pinned pages of CSV3's shared memory in time when its page status changes from decrypted to encrypted. Additionally, use a rbtree to optimize the management of these shared pages.

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-04-26 18:26:31 UTC
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5162