Skip to content
Merged
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
3 changes: 3 additions & 0 deletions tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ esac
# on one CML_HEL_RT5682
ignore_str="$ignore_str"'|kernel: i2c_hid_acpi i2c-GDIX0000:00'

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


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