Skip to content

Commit 3fd265c

Browse files
committed
tools: sof-kernel-check.sh: Ignore ish errors
Ignore all intel_ish_ipc errors in dmesg Signed-off-by: Szymon Richert <szymon1.richert@intel.com>
1 parent 49c1ecb commit 3fd265c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,8 @@ ignore_str="$ignore_str"'|EXT4-fs \(nvme0n1p6\): re-mounted\. Opts: errors=remou
184184
ignore_str="$ignore_str"'|usb .+: (Enable|Disable) of device-initiated .+ failed\.'
185185
ignore_str="$ignore_str"'|thermal thermal_zone.*: failed to read out thermal zone \(-61\)'
186186

187-
# ISH timeout found on CML_RVP_SDW, CML_SKU0955_HDA, EHL_RVP_I2S, MTL_RVP_SDW, MTL_RVP_NOCODEC
188-
# BugLink: https://github.com/thesofproject/sof-test/issues/857
189-
ignore_str="$ignore_str"'|intel_ish_ipc 0000:00:[0-9]+\.0: \[ishtp-ish\]: Timed out waiting for FW-initiated reset'
190-
ignore_str="$ignore_str"'|intel_ish_ipc 0000:00:[0-9]+\.0: ISH: hw start failed.'
187+
# Ignore all ISH related issues. We have no shared flows between ISH and audio.
188+
ignore_str="$ignore_str"'|intel_ish_ipc 0000:00:[0-9]+\.0:'
191189

192190
# Dell CML-U laptop with SoundWire, issues reported by sof-test
193191
# BugLink: https://github.com/thesofproject/sof-test/issues/307
@@ -335,9 +333,6 @@ esac
335333
# on one CML_HEL_RT5682
336334
ignore_str="$ignore_str"'|kernel: i2c_hid_acpi i2c-GDIX0000:00'
337335

338-
# ISH firmware missing failure can be ignored
339-
ignore_str="$ignore_str"'|kernel: intel_ish_ipc 0000:00:12.0: ISH loader: request ISH firmware failed:-2'
340-
341336

342337
# below are new error level kernel logs from journalctl --priority=err
343338
# that did not influence system and can be ignored

0 commit comments

Comments
 (0)