Skip to content

Commit 2f34fd2

Browse files
committed
sof-kernel-log-check: add more filters
A lot more errors reported by CI, maybe due to longer logs? Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 0658378 commit 2f34fd2

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ignore_str='error: debugfs write failed to idle -16'
1010

1111
# Generic systemd error
1212
# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
13-
ignore_str="$ignore_str"'|systemd * : Dependency failed *'
13+
ignore_str="$ignore_str"'|systemd\[.*\]: Dependency failed .*'
1414

1515
# Generic initramfs error
1616
# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
@@ -19,12 +19,16 @@ ignore_str="$ignore_str"'|Initramfs unpacking failed: Decoding failed'
1919
# Generic ACPI errors
2020
# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
2121
ignore_str="$ignore_str"'|ACPI Error: Aborting method .* due to previous error'
22-
ignore_str="$ignore_str"'|ACPI \: \\\: failed to evaluate \_DSM'
22+
ignore_str="$ignore_str"'|ACPI: \\: failed to evaluate .*'
2323

24-
# Generic sdhci-pci errors
24+
# Generic sdhci-apci errors
2525
# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
2626
ignore_str="$ignore_str"'|sdhci-acpi 80860F16:00: failed to setup card detect gpio'
2727

28+
# Generic sdhci-pci errors
29+
# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
30+
ignore_str="$ignore_str"'|sdhci-pci 0000:00:..\.0: failed to setup card detect gpio'
31+
2832
# Generic ATA errors
2933
# https://sof-ci.01.org/softestpr/PR354/build123/devicetest/
3034
ignore_str="$ignore_str"'|ata3: COMRESET failed \(errno=-16\)'

0 commit comments

Comments
 (0)