Skip to content

Commit 630c1b9

Browse files
sof-kernel-log-check: filter DMAR error (#749)
Signed-off-by: Iris Wu <xiaoyun.wu@intel.com>
1 parent 984672c commit 630c1b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

tools/sof-kernel-log-check.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,10 @@ ignore_str="$ignore_str"'|DMAR: \[Firmware Bug\]: No firmware reserved region ca
331331
# origin logs seen on TGL platforms
332332
# DMAR: DRHD: handling fault status reg 3
333333
# DMAR: [DMA Read] Request device [00:02.0] PASID ffffffff fault addr 70ad5000 [fault reason 07] Next page table ptr is invalid
334+
# origin logs seen on TGL and TGLH platforms
335+
# DMAR: [DMA Read NO_PASID] Request device [0x00:0x02.0] fault addr 0x7c592000 [fault reason 0x06] PTE Read access is not set
334336
ignore_str="$ignore_str"'|DMAR: DRHD: handling fault status reg 3'
335-
ignore_str="$ignore_str"'|DMAR: \[DMA Read\] Request device'
336-
337+
ignore_str="$ignore_str"'|DMAR: \[DMA Read.*\] Request device'
337338

338339
# TME related warnings can be ignored
339340
# x86/mktme: No known encryption algorithm is supported: 0x4

0 commit comments

Comments
 (0)