Skip to content

Commit 3bd43ea

Browse files
PLangowskimajunkier
authored andcommitted
tools: sof-kernel-log-check: Ignore mei_gsc_proxy errors
Ignore all mei_gsc_proxy errors Signed-off-by: Pawel Langowski <pawelx.langowski@intel.com>
1 parent 7ed2f47 commit 3bd43ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ ignore_str="$ignore_str"'|asix .-.+\..:.\.. en.+: Failed to .+'
261261
# https://github.com/intel-innersource/drivers.audio.ci.sof-framework/issues/246
262262
ignore_str="$ignore_str"'|mei_me 0000:00:16\..: .+'
263263

264+
# Ignore all types of mei_gsc_proxy errors
265+
ignore_str="$ignore_str"'|mei_gsc_proxy .+'
266+
264267
case "$platform" in
265268
# Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel.
266269
# https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/sof/sof-pci-dev.c

0 commit comments

Comments
 (0)