We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed2f47 commit 3bd43eaCopy full SHA for 3bd43ea
tools/sof-kernel-log-check.sh
@@ -261,6 +261,9 @@ ignore_str="$ignore_str"'|asix .-.+\..:.\.. en.+: Failed to .+'
261
# https://github.com/intel-innersource/drivers.audio.ci.sof-framework/issues/246
262
ignore_str="$ignore_str"'|mei_me 0000:00:16\..: .+'
263
264
+# Ignore all types of mei_gsc_proxy errors
265
+ignore_str="$ignore_str"'|mei_gsc_proxy .+'
266
+
267
case "$platform" in
268
# Audio PCI ID on CML Mantis is [8086:9dc8], which is defined as CNL in linux kernel.
269
# https://github.com/thesofproject/linux/blob/topic/sof-dev/sound/soc/sof/sof-pci-dev.c
0 commit comments