Description of problem: Invalidation happens from invalidate_range_start MMU notifier when any host virtual address changes. If pages mapped to the changed host virtual address are not part of guest memory, it is pointless to call kvm_arch_guest_memory_reclaimed(). 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/2292