Description of problem: kernel has implemented encrypting and decrypting kernel pages API, however, it can't meet the needs to encrypt/decrypt user space process pages. The patch provides two general APIs to encrypt/decrypt user space process pages similar to kernel implementation. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5349