From 8fca82b32d75c8b9432f22c295de250e9bbc243d Mon Sep 17 00:00:00 2001 From: Pan Xiuli Date: Wed, 4 Nov 2020 08:55:43 +0000 Subject: [PATCH] sof-kernel-log-check.sh: update the regex for DSP reset fails random logs latest test result got DSP reset failure with random status and panic value sof-audio-pci 0000:00:0e.0: status = 0xecc00301 panic = 0x00000000 update the regex for this. Signed-off-by: Pan Xiuli --- tools/sof-kernel-log-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index 95c3507d..e14d66fc 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -86,7 +86,7 @@ ignore_str="$ignore_str"'|usb 2-.: .' # # Buglink: https://github.com/thesofproject/sof/issues/3395 -ignore_str="$ignore_str"'|sof-audio-pci 0000:00:..\..: status = 0x[0]{8} panic = 0x[0]{8}' +ignore_str="$ignore_str"'|sof-audio-pci 0000:00:..\..: status = 0x[0-f]{8} panic = 0x[0-f]{8}' # There will be debug logs at each failed initializaiton of DSP before Linux 5.9 # sof-audio-pci 0000:00:1f.3: error: cl_dsp_init: timeout HDA_DSP_SRAM_REG_ROM_STATUS read # sof-audio-pci 0000:00:1f.3: error: status = 0x00000000 panic = 0x00000000