Description of problem: Backport the following 2 patches: - dfcf2e017f5bb928094952d5d56d3566d3d07ba7 swiotlb: do not zero buffer in set_memory_decrypted() This change eliminates meaningless swiotlb initialization so that CVMs can boot faster when the swiotlb is too large. - 867400af90f1f953ff9e10b1b87ecaf9369a7eb8 mm/memremap.c: map FS_DAX device memory as decrypted This change avoid FSDAX devices failure when launch SEV guest mulitple times. 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/5578