Skip to content

Commit 2337a77

Browse files
miRooxfredoh9
authored andcommitted
sof-kernel-log-check: filter out ISH issues
The ISH issues often happened on MTL RVP recently, it's not related to audio, so we can safely filter it out. Fixes: #857 Signed-off-by: Yong-an Lu <yongan.lu@intel.com>
1 parent aadd770 commit 2337a77

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/sof-kernel-log-check.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ ignore_str="$ignore_str"'|EXT4-fs \(nvme0n1p6\): re-mounted\. Opts: errors=remou
175175
ignore_str="$ignore_str"'|usb .+: (Enable|Disable) of device-initiated .+ failed\.'
176176
ignore_str="$ignore_str"'|thermal thermal_zone.*: failed to read out thermal zone \(-61\)'
177177

178+
# ISH timeout found on CML_RVP_SDW, CML_SKU0955_HDA, EHL_RVP_I2S, MTL_RVP_SDW, MTL_RVP_NOCODEC
179+
# BugLink: https://github.com/thesofproject/sof-test/issues/857
180+
ignore_str="$ignore_str"'|intel_ish_ipc 0000:00:[0-9]+\.0: \[ishtp-ish\]: Timed out waiting for FW-initiated reset'
181+
ignore_str="$ignore_str"'|intel_ish_ipc 0000:00:[0-9]+\.0: ISH: hw start failed.'
182+
178183
# Dell CML-U laptop with SoundWire, issues reported by sof-test
179184
# BugLink: https://github.com/thesofproject/sof-test/issues/307
180185
ignore_str="$ignore_str"'|: authentication with ..:..:..:..:..:.. timed out'

0 commit comments

Comments
 (0)