+2
−6
+11
−11
Loading
mainline inclusion from mainline-v6.5-rc6 commit 441a5dfc category: feature bugzilla: https://gitee.com/openeuler/intel-kernel/issues/I9HH9U CVE: N/A Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=441a5dfcd96854cbcb625709e2694a9c60adfaab ------------------------------------- All callers except the MMU notifier want to process all address spaces. Remove the address space ID argument of for_each_tdp_mmu_root_yield_safe() and switch the MMU notifier to use __for_each_tdp_mmu_root_yield_safe(). Extracted out of a patch by Sean Christopherson <seanjc@google.com> Cc: stable@vger.kernel.org Signed-off-by:Paolo Bonzini <pbonzini@redhat.com> Signed-off-by:
Yu Zhang <yu.c.zhang@linux.intel.com>