Skip to content

Commit 3be688b

Browse files
authored
Added "Kernel: ACPI" Error message to ignored string list
Kernel and Boot log check test failed Due to ACPI bios error and its nothing harm to Audio functionality. Hence i added ACPI error as ignored string. Signed-off-by: harajend <hariprasad.rajendra@intel.com>
1 parent c9b03e5 commit 3be688b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,8 @@ ignore_str="$ignore_str"'|I/O error, dev loop., sector 0 op 0x0:.READ. flags 0x8
415415
# https://github.com/thesofproject/sof-test/issues/888
416416
ignore_str="$ignore_str"'|nvme0: Admin Cmd\(0x[[:digit:]]+\), I/O Error \(sct 0x0 / sc 0x2\)'
417417

418+
# Kernel Boot log check test failure because of the ACPI error
419+
ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node"
418420
#
419421
# SDW related logs
420422
#

0 commit comments

Comments
 (0)