[DellEMC] DMA errors are seen when loading bullseye kernel (#9641)
Following errors are seen continuously on SMBus controller when loading bullseye kernel. [ 273.643046] DMAR: [DMA Write] Request device [00:12.0] PASID ffffffff fault addr 0 [fault reason 05] PTE Write access is not set [ 273.785784] DMAR: DRHD: handling fault status reg 2 [ 273.844072] DMAR: [DMA Write] Request device [00:12.0] PASID ffffffff fault addr 0 [fault reason 05] PTE Write access is not set [ 273.986804] DMAR: DRHD: handling fault status reg 2 [ 274.045101] DMAR: [DMA Write] Request device [00:12.0] PASID ffffffff fault addr 0 [fault reason 05] PTE Write access is not set [ 274.187789] DMAR: DRHD: handling fault status reg 2 root@sonic:~# lspci -s 00:12.0 -vv 00:12.0 System peripheral: Intel Corporation Atom Processor C3000 Series SMBus Contoller - Host (rev 11) Issue was not seen in buster. Modified platform specific installer.conf to turn off io_mmu
This commit is contained in:
parent
dd8fd57bb5
commit
6c82346c3d
@ -1,3 +1,4 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
VAR_LOG_SIZE=512
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
@ -1,3 +1,4 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
VAR_LOG_SIZE=512
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
@ -1,3 +1,4 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
CONSOLE_SPEED=115200
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
@ -1,2 +1,3 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
@ -1,2 +1,3 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
@ -1,3 +1,4 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
CONSOLE_SPEED=115200
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
@ -1,2 +1,3 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
@ -1,2 +1,3 @@
|
||||
CONSOLE_PORT=0x3f8
|
||||
CONSOLE_DEV=0
|
||||
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="intel_iommu=off"
|
||||
|
Loading…
Reference in New Issue
Block a user