diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index 3e3dce2f..bdc2392f 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -261,6 +261,9 @@ ignore_str="$ignore_str"'|asix .-.+\..:.\.. en.+: Failed to .+' # https://github.com/intel-innersource/drivers.audio.ci.sof-framework/issues/246 ignore_str="$ignore_str"'|mei_me 0000:00:16\..: .+' +# Ignore all types of mei_gsc_proxy errors +ignore_str="$ignore_str"'|mei_gsc_proxy .+' + case "$platform" in # Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel. # https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/sof/sof-pci-dev.c