forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit7d53be5
committed
Merge tag 'x86_urgent_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: - An IOMMU VT-d build fix when CONFIG_PCI_ATS=n along with a revert of same because the proper one is going through the IOMMU tree (Thomas Gleixner) - An Intel microcode loader fix to save the correct microcode patch to apply during resume (Chen Yu) - A fix to not access user memory of other processes when dumping opcode bytes (Thomas Gleixner)* tag 'x86_urgent_for_v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: Revert "iommu/vt-d: Take CONFIG_PCI_ATS into account" x86/dumpstack: Do not try to access user space code of other tasks x86/microcode/intel: Check patch signature before saving microcode for early loading iommu/vt-d: Take CONFIG_PCI_ATS into account2 files changed
+29
-57
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | 103 | | |
151 | 104 | | |
152 | 105 | | |
| |||
164 | 117 | | |
165 | 118 | | |
166 | 119 | | |
167 | | - | |
| 120 | + | |
168 | 121 | | |
169 | 122 | | |
170 | 123 | | |
| |||
210 | 163 | | |
211 | 164 | | |
212 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
213 | 169 | | |
214 | 170 | | |
215 | 171 | | |
| |||
344 | 300 | | |
345 | 301 | | |
346 | 302 | | |
347 | | - | |
| 303 | + | |
| 304 | + | |
348 | 305 | | |
349 | 306 | | |
350 | 307 | | |
351 | 308 | | |
352 | 309 | | |
353 | | - | |
| 310 | + | |
354 | 311 | | |
355 | 312 | | |
356 | 313 | | |
| |||
483 | 440 | | |
484 | 441 | | |
485 | 442 | | |
486 | | - | |
| 443 | + | |
487 | 444 | | |
488 | 445 | | |
489 | 446 | | |
490 | 447 | | |
491 | 448 | | |
492 | 449 | | |
493 | | - | |
| 450 | + | |
494 | 451 | | |
495 | 452 | | |
496 | 453 | | |
| |||
935 | 892 | | |
936 | 893 | | |
937 | 894 | | |
938 | | - | |
| 895 | + | |
939 | 896 | | |
940 | 897 | | |
941 | 898 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
81 | 84 | | |
82 | 85 | | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
88 | 97 | | |
89 | 98 | | |
90 | 99 | | |
| |||
115 | 124 | | |
116 | 125 | | |
117 | 126 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
| 127 | + | |
| 128 | + | |
122 | 129 | | |
123 | 130 | | |
124 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
125 | 140 | | |
126 | 141 | | |
127 | 142 | | |
| |||
0 commit comments
Comments
(0)