Commit 0fed89a
committed
Merge tag 'hyperv-fixes-signed-20250311' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Pull hyperv fixes from Wei Liu:
- Patches to fix Hyper-v framebuffer code (Michael Kelley and Saurabh
Sengar)
- Fix for Hyper-V output argument to hypercall that changes page
visibility (Michael Kelley)
- Fix for Hyper-V VTL mode (Naman Jain)
* tag 'hyperv-fixes-signed-20250311' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux:
Drivers: hv: vmbus: Don't release fb_mmio resource in vmbus_free_mmio()
x86/hyperv: Fix output argument to hypercall that changes page visibility
fbdev: hyperv_fb: Allow graceful removal of framebuffer
fbdev: hyperv_fb: Simplify hvfb_putmem
fbdev: hyperv_fb: Fix hang in kdump kernel when on Hyper-V Gen 2 VMs
drm/hyperv: Fix address space leak when Hyper-V DRM device is removed
fbdev: hyperv_fb: iounmap() the correct memory when removing a device
x86/hyperv/vtl: Stop kernel from probing VTL0 low memoryFile tree
5 files changed
+51
-20
lines changed- arch/x86/hyperv
- drivers
- gpu/drm/hyperv
- hv
- video/fbdev
5 files changed
+51
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
464 | 464 | | |
465 | 465 | | |
466 | 466 | | |
467 | | - | |
468 | 467 | | |
469 | 468 | | |
470 | 469 | | |
| |||
493 | 492 | | |
494 | 493 | | |
495 | 494 | | |
496 | | - | |
| 495 | + | |
497 | 496 | | |
498 | 497 | | |
499 | 498 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
172 | 173 | | |
173 | 174 | | |
174 | 175 | | |
| 176 | + | |
175 | 177 | | |
176 | 178 | | |
177 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2262 | 2262 | | |
2263 | 2263 | | |
2264 | 2264 | | |
| 2265 | + | |
| 2266 | + | |
| 2267 | + | |
| 2268 | + | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
2265 | 2276 | | |
2266 | 2277 | | |
2267 | 2278 | | |
2268 | 2279 | | |
2269 | 2280 | | |
2270 | 2281 | | |
| 2282 | + | |
| 2283 | + | |
2271 | 2284 | | |
2272 | 2285 | | |
2273 | 2286 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
285 | 287 | | |
286 | 288 | | |
287 | 289 | | |
| |||
862 | 864 | | |
863 | 865 | | |
864 | 866 | | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
865 | 878 | | |
866 | 879 | | |
867 | 880 | | |
| |||
877 | 890 | | |
878 | 891 | | |
879 | 892 | | |
| 893 | + | |
880 | 894 | | |
881 | 895 | | |
882 | 896 | | |
| |||
952 | 966 | | |
953 | 967 | | |
954 | 968 | | |
955 | | - | |
| 969 | + | |
956 | 970 | | |
957 | 971 | | |
958 | 972 | | |
959 | 973 | | |
960 | 974 | | |
961 | 975 | | |
962 | 976 | | |
963 | | - | |
| 977 | + | |
964 | 978 | | |
965 | 979 | | |
966 | 980 | | |
| |||
989 | 1003 | | |
990 | 1004 | | |
991 | 1005 | | |
| 1006 | + | |
992 | 1007 | | |
993 | 1008 | | |
994 | 1009 | | |
| |||
1010 | 1025 | | |
1011 | 1026 | | |
1012 | 1027 | | |
| 1028 | + | |
| 1029 | + | |
1013 | 1030 | | |
1014 | 1031 | | |
1015 | 1032 | | |
1016 | | - | |
1017 | | - | |
| 1033 | + | |
| 1034 | + | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
1018 | 1043 | | |
1019 | 1044 | | |
1020 | 1045 | | |
| |||
1051 | 1076 | | |
1052 | 1077 | | |
1053 | 1078 | | |
1054 | | - | |
1055 | | - | |
1056 | | - | |
1057 | | - | |
1058 | | - | |
1059 | 1079 | | |
1060 | 1080 | | |
1061 | 1081 | | |
| |||
1074 | 1094 | | |
1075 | 1095 | | |
1076 | 1096 | | |
1077 | | - | |
| 1097 | + | |
1078 | 1098 | | |
1079 | 1099 | | |
1080 | 1100 | | |
1081 | 1101 | | |
1082 | 1102 | | |
1083 | | - | |
| 1103 | + | |
1084 | 1104 | | |
1085 | 1105 | | |
1086 | | - | |
| 1106 | + | |
1087 | 1107 | | |
1088 | 1108 | | |
1089 | 1109 | | |
| |||
1172 | 1192 | | |
1173 | 1193 | | |
1174 | 1194 | | |
1175 | | - | |
| 1195 | + | |
1176 | 1196 | | |
1177 | 1197 | | |
1178 | 1198 | | |
| |||
1197 | 1217 | | |
1198 | 1218 | | |
1199 | 1219 | | |
1200 | | - | |
| 1220 | + | |
1201 | 1221 | | |
1202 | 1222 | | |
1203 | 1223 | | |
| |||
1220 | 1240 | | |
1221 | 1241 | | |
1222 | 1242 | | |
1223 | | - | |
1224 | 1243 | | |
1225 | 1244 | | |
1226 | 1245 | | |
1227 | 1246 | | |
1228 | | - | |
1229 | | - | |
1230 | | - | |
1231 | 1247 | | |
1232 | 1248 | | |
1233 | 1249 | | |
| |||
0 commit comments