Skip to content

Commit 3a7d4e4

Browse files
authored
ignore the ACPI error on PTL
The same error occurred in LNL and was included in the ignored list. Hence, PTL is being added to the same list Signed-off-by: harajend <hariprasad.rajendra@intel.com>
1 parent 3be688b commit 3a7d4e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,8 @@ case "$platform" in
304304
# i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report (20/42405)
305305
ignore_str="$ignore_str""|i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report"
306306
;;
307-
lnl)
308-
# ignore the ACPI error on LNL.
307+
lnl|ptl)
308+
# ignore the ACPI error on LNL and PTL.
309309
# kernel: ACPI: \: Can't tag data node
310310
ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node"
311311
esac
@@ -415,8 +415,6 @@ 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"
420418
#
421419
# SDW related logs
422420
#

0 commit comments

Comments
 (0)