Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,14 @@ ignore_str="$ignore_str"'|kernel: intel_ish_ipc 0000:00:12.0: ISH loader: reques
# below are new error level kernel logs from journalctl --priority=err
# that did not influence system and can be ignored

# Ignore IRQ conflict errors - non-audio hardware issue on WCL platform
# This not affect audio functionality
ignore_str="$ignore_str"'|irq [[:digit:]]+: nobody cared'
ignore_str="$ignore_str"'|try booting with the "irqpoll" option'
ignore_str="$ignore_str"'|Disabling IRQ #[[:digit:]]+'
ignore_str="$ignore_str"'|kernel: handlers:'
ignore_str="$ignore_str"'|\[<[0-9a-f]+>\]'

# systemd issues can be ignored
# seen on mutiple platforms
# systemd[1]: Failed to mount Mount unit for core.
Expand Down