Commit e4a3d52
committed
Merge tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Pull iommu fixes from Joerg Roedel:
- iommupt: Fix an oops found by syzcaller in the new generic
IO-page-table code.
- AMD-Vi: Fix IO_PAGE_FAULTs in kdump kernels triggered by re-using
domain-ids from previous kernel.
* tag 'iommu-fixes-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux:
amd/iommu: Make protection domain ID functions non-static
amd/iommu: Preserve domain ids inside the kdump kernel
iommupt: Return ERR_PTR from _table_alloc()4 files changed
Lines changed: 47 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
176 | 181 | | |
177 | 182 | | |
178 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
| 1139 | + | |
| 1140 | + | |
1140 | 1141 | | |
| 1142 | + | |
| 1143 | + | |
1141 | 1144 | | |
1142 | 1145 | | |
1143 | 1146 | | |
| |||
1173 | 1176 | | |
1174 | 1177 | | |
1175 | 1178 | | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
1176 | 1195 | | |
1177 | 1196 | | |
1178 | 1197 | | |
| |||
3127 | 3146 | | |
3128 | 3147 | | |
3129 | 3148 | | |
3130 | | - | |
3131 | | - | |
| 3149 | + | |
3132 | 3150 | | |
3133 | 3151 | | |
3134 | 3152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1811 | 1811 | | |
1812 | 1812 | | |
1813 | 1813 | | |
1814 | | - | |
1815 | | - | |
| 1814 | + | |
1816 | 1815 | | |
1817 | 1816 | | |
1818 | 1817 | | |
1819 | 1818 | | |
1820 | | - | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
| 1823 | + | |
| 1824 | + | |
1821 | 1825 | | |
1822 | 1826 | | |
1823 | 1827 | | |
1824 | 1828 | | |
| 1829 | + | |
| 1830 | + | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
1825 | 1834 | | |
1826 | 1835 | | |
1827 | 1836 | | |
| |||
1864 | 1873 | | |
1865 | 1874 | | |
1866 | 1875 | | |
1867 | | - | |
| 1876 | + | |
1868 | 1877 | | |
1869 | 1878 | | |
1870 | 1879 | | |
| |||
1900 | 1909 | | |
1901 | 1910 | | |
1902 | 1911 | | |
1903 | | - | |
| 1912 | + | |
1904 | 1913 | | |
1905 | 1914 | | |
1906 | 1915 | | |
1907 | 1916 | | |
1908 | 1917 | | |
1909 | 1918 | | |
1910 | | - | |
| 1919 | + | |
1911 | 1920 | | |
1912 | 1921 | | |
1913 | 1922 | | |
| |||
2503 | 2512 | | |
2504 | 2513 | | |
2505 | 2514 | | |
2506 | | - | |
| 2515 | + | |
2507 | 2516 | | |
2508 | 2517 | | |
2509 | 2518 | | |
| |||
2802 | 2811 | | |
2803 | 2812 | | |
2804 | 2813 | | |
2805 | | - | |
| 2814 | + | |
2806 | 2815 | | |
2807 | 2816 | | |
2808 | 2817 | | |
| |||
2853 | 2862 | | |
2854 | 2863 | | |
2855 | 2864 | | |
2856 | | - | |
| 2865 | + | |
2857 | 2866 | | |
2858 | 2867 | | |
2859 | 2868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
375 | 378 | | |
376 | 379 | | |
377 | 380 | | |
| |||
0 commit comments