From 1608ac588c1d6fa7984932bf48dcaaa8b0328153 Mon Sep 17 00:00:00 2001 From: Pawel Langowski Date: Thu, 4 Dec 2025 09:52:10 +0000 Subject: [PATCH] tools: sof-kernel-log-check: Ignore mei_gsc_proxy errors Ignore all mei_gsc_proxy errors Signed-off-by: Pawel Langowski --- 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 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