Skip to content

Commit f5dd26a

Browse files
committed
fix: tools: modify intel_ish_ipc ignore string
Modify intel_ish_ipc ignore string Signed-off-by: Emilia Kurdybelska <emiliax.kurdybelska@intel.com>
1 parent 37fb5cc commit f5dd26a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/sof-kernel-log-check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ 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

187187
# 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:'
188+
ignore_str="$ignore_str"'|intel_ish_ipc 0000:[0-9a-fA-F]+:[0-9a-fA-F]+\.0:'
189189

190190
# Dell CML-U laptop with SoundWire, issues reported by sof-test
191191
# BugLink: https://github.com/thesofproject/sof-test/issues/307
@@ -409,7 +409,7 @@ ignore_str="$ignore_str"'|dw_dmac INTL9C60:..: Missing DT data'
409409
# origin logs seen on CHT platforms
410410
# proc_thermal 0000:00:0b.0: No auxiliary DTSs enabled
411411
ignore_str="$ignore_str"'|proc_thermal 0000:00:..\..: No auxiliary DTSs enabled'
412-
ignore_str="$ignore_str"'|kernel: proc_thermal_pci 0000:00:04.0: failed to add RAPL MMIO interface'
412+
ignore_str="$ignore_str"'|kernel: proc_thermal_pci 0000:00:04.0:'
413413

414414
# touch pad logs can be ignored
415415
# origin logs seen on GLK platforms

0 commit comments

Comments
 (0)