Commit e14232a
EDAC/igen6: Add polling support
Some PCs with Intel N100 (with PCI device 8086:461c, DID_ADL_N_SKU4)
experienced issues with error interrupts not working, even with the
following configuration in the BIOS.
In-Band ECC Support: Enabled
In-Band ECC Operation Mode: 2 (make all requests protected and
ignore range checks)
IBECC Error Injection Control: Inject Correctable Error on insertion
counter
Error Injection Insertion Count: 251658240 (0xf000000)
Add polling mode support for these machines to ensure that memory error
events are handled.
Signed-off-by: Orange Kao <orange@aiven.io>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Reviewed-by: Qiuxu Zhuo <qiuxu.zhuo@intel.com>
Link: https://lore.kernel.org/all/20241106114024.941659-3-orange@aiven.io1 parent 1d512b1 commit e14232a
1 file changed
Lines changed: 28 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1170 | 1170 | | |
1171 | 1171 | | |
1172 | 1172 | | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
1173 | 1187 | | |
1174 | 1188 | | |
1175 | 1189 | | |
| |||
1211 | 1225 | | |
1212 | 1226 | | |
1213 | 1227 | | |
| 1228 | + | |
| 1229 | + | |
1214 | 1230 | | |
1215 | 1231 | | |
1216 | 1232 | | |
| |||
1350 | 1366 | | |
1351 | 1367 | | |
1352 | 1368 | | |
1353 | | - | |
| 1369 | + | |
1354 | 1370 | | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
1355 | 1381 | | |
1356 | 1382 | | |
1357 | 1383 | | |
| |||
1376 | 1402 | | |
1377 | 1403 | | |
1378 | 1404 | | |
1379 | | - | |
| 1405 | + | |
1380 | 1406 | | |
1381 | 1407 | | |
1382 | 1408 | | |
| |||
0 commit comments