Description of problem: The memory region of .bss..decrypted section maybe mapped with encryption in OVMF stage. If the correspond stale caches lives in OVMF stage were not flushed before we access that memory region in Linux stages, then Linux will crash because the stale caches in OVMF stage will pollute the memory. 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/2569
修复已经合并