From 50fd4d594f0ac4560fdf0461cffca82a4afbd121 Mon Sep 17 00:00:00 2001 From: harajend Date: Thu, 20 Feb 2025 15:16:01 +0530 Subject: [PATCH] sof-kernel-log-check.sh: ignore ISH firmware missing error ignore ISH firmware missing error in PTL since it is not impact to audio test cases Signed-off-by: Hariprasad, Rajendra --- tools/sof-kernel-log-check.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index 626e0e2d..854f17f4 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -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