diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index d76a0a72..3e3dce2f 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -308,6 +308,8 @@ case "$platform" in # ignore the ACPI error on LNL and PTL. # kernel: ACPI: \: Can't tag data node ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node" + 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" + ignore_str="$ignore_str""|kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: PF: Failed to push self configuration \(-ETIME\)" esac # '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' # origin logs seen on CHT platforms # proc_thermal 0000:00:0b.0: No auxiliary DTSs enabled ignore_str="$ignore_str"'|proc_thermal 0000:00:..\..: No auxiliary DTSs enabled' +ignore_str="$ignore_str"'|kernel: proc_thermal_pci 0000:00:04.0: failed to add RAPL MMIO interface' # touch pad logs can be ignored # 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 # https://github.com/thesofproject/sof-test/issues/888 ignore_str="$ignore_str"'|nvme0: Admin Cmd\(0x[[:digit:]]+\), I/O Error \(sct 0x0 / sc 0x2\)' +ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] Tile0: GT1: { key 0x0002 : 64b value 0xfec00000 } # ggtt_size' +ignore_str="$ignore_str"'kernel: xe 0000:00:02.0: \[drm\] \*ERROR\* Tile0: GT1: PF: Failed to push self configuration \(-ECANCELED\)' # # SDW related logs #