Description of problem: For some instances, such as CSV guest, a memory region will be allocated and decrypted to support device's DMA. When the DMA has been completed, we should re-encrypt the decrypted memory region. As failure of re-encryption is unsafe, don't free the corresponding memory region anymore. 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/1994