Skip to content

Commit d651139

Browse files
PLangowskiredzynix
authored andcommitted
tools: sof-kernel-log-check: Ignore additional logs
Ignore further errors unrelated to SOF. Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent 2a5fa11 commit d651139

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,8 @@ case "$platform" in
308308
# ignore the ACPI error on LNL and PTL.
309309
# kernel: ACPI: \: Can't tag data node
310310
ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node"
311+
ignore_str="$ignore_str""|kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: Timed out wait for G2H, fence [0-9]+, action [0-9]+, done no"
312+
ignore_str="$ignore_str""|kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: PF: Failed to push self configuration \(-ETIME\)"
311313
esac
312314

313315
# 'failed to change power setting' and other errors observed at boot
@@ -389,6 +391,7 @@ ignore_str="$ignore_str"'|dw_dmac INTL9C60:..: Missing DT data'
389391
# origin logs seen on CHT platforms
390392
# proc_thermal 0000:00:0b.0: No auxiliary DTSs enabled
391393
ignore_str="$ignore_str"'|proc_thermal 0000:00:..\..: No auxiliary DTSs enabled'
394+
ignore_str="$ignore_str"'|kernel: proc_thermal_pci 0000:00:04.0: failed to add RAPL MMIO interface'
392395

393396
# touch pad logs can be ignored
394397
# origin logs seen on GLK platforms
@@ -418,6 +421,8 @@ ignore_str="$ignore_str"'|I/O error, dev loop., sector 0 op 0x0:.READ. flags 0x8
418421
# https://github.com/thesofproject/sof-test/issues/888
419422
ignore_str="$ignore_str"'|nvme0: Admin Cmd\(0x[[:digit:]]+\), I/O Error \(sct 0x0 / sc 0x2\)'
420423

424+
ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] Tile0: GT1: { key 0x0002 : 64b value 0xfec00000 } # ggtt_size'
425+
ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: PF: Failed to push self configuration \(-ECANCELED\)'
421426
#
422427
# SDW related logs
423428
#

0 commit comments

Comments
 (0)