Skip to content

Commit 29377c4

Browse files
majunkierSzymonRichert
authored andcommitted
sof-test: Ignore non-audio IRQ error
Add filtering for IRQ interrupt on WCL platform. These are harmless kernel warnings that don't affect audio functionality. Signed-off-by: Mateusz Junkier <mateusz.junkier@intel.com>
1 parent bf1c606 commit 29377c4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,14 @@ ignore_str="$ignore_str"'|kernel: intel_ish_ipc 0000:00:12.0: ISH loader: reques
342342
# below are new error level kernel logs from journalctl --priority=err
343343
# that did not influence system and can be ignored
344344

345+
# Ignore IRQ conflict errors - non-audio hardware issue on WCL platform
346+
# This not affect audio functionality
347+
ignore_str="$ignore_str"'|irq [[:digit:]]+: nobody cared'
348+
ignore_str="$ignore_str"'|try booting with the "irqpoll" option'
349+
ignore_str="$ignore_str"'|Disabling IRQ #[[:digit:]]+'
350+
ignore_str="$ignore_str"'|kernel: handlers:'
351+
ignore_str="$ignore_str"'|\[<[0-9a-f]+>\]'
352+
345353
# systemd issues can be ignored
346354
# seen on mutiple platforms
347355
# systemd[1]: Failed to mount Mount unit for core.

0 commit comments

Comments
 (0)