Commit 441a5df
committed
KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()
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>1 parent 50107e8 commit 441a5df
3 files changed
+14
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6246 | 6246 | | |
6247 | 6247 | | |
6248 | 6248 | | |
6249 | | - | |
6250 | 6249 | | |
6251 | 6250 | | |
6252 | 6251 | | |
| |||
6257 | 6256 | | |
6258 | 6257 | | |
6259 | 6258 | | |
6260 | | - | |
6261 | | - | |
6262 | | - | |
6263 | | - | |
6264 | | - | |
| 6259 | + | |
| 6260 | + | |
6265 | 6261 | | |
6266 | 6262 | | |
6267 | 6263 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
| |||
877 | 881 | | |
878 | 882 | | |
879 | 883 | | |
880 | | - | |
881 | | - | |
| 884 | + | |
882 | 885 | | |
883 | 886 | | |
884 | 887 | | |
885 | | - | |
| 888 | + | |
886 | 889 | | |
887 | 890 | | |
888 | 891 | | |
| |||
891 | 894 | | |
892 | 895 | | |
893 | 896 | | |
894 | | - | |
895 | 897 | | |
896 | 898 | | |
897 | 899 | | |
| |||
905 | 907 | | |
906 | 908 | | |
907 | 909 | | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
| 910 | + | |
| 911 | + | |
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
| |||
1148 | 1148 | | |
1149 | 1149 | | |
1150 | 1150 | | |
1151 | | - | |
| 1151 | + | |
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
0 commit comments