Description of problem: The commit "mm: x86: Invoke hypercall when page encryption status is changed" introduce enc/dec hypercall which determine the page range by params @npage and @size. But it's not correct when the caller try to enc/dec with start address is not page-aligned. 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/2479