Skip to content

Commit

Permalink
ignore the ACPI error on PTL
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
harajend authored Jan 9, 2025
1 parent 3be688b commit 3a7d4e4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ case "$platform" in
# i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report (20/42405)
ignore_str="$ignore_str""|i2c_hid_acpi i2c-VEN_0488:00: i2c_hid_get_input: incomplete report"
;;
lnl)
# ignore the ACPI error on LNL.
lnl|ptl)
# ignore the ACPI error on LNL and PTL.
# kernel: ACPI: \: Can't tag data node
ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node"
esac
Expand Down Expand Up @@ -415,8 +415,6 @@ ignore_str="$ignore_str"'|I/O error, dev loop., sector 0 op 0x0:.READ. flags 0x8
# https://github.com/thesofproject/sof-test/issues/888
ignore_str="$ignore_str"'|nvme0: Admin Cmd\(0x[[:digit:]]+\), I/O Error \(sct 0x0 / sc 0x2\)'

# Kernel Boot log check test failure because of the ACPI error
ignore_str="$ignore_str""|kernel: ACPI: \\\\: Can't tag data node"
#
# SDW related logs
#
Expand Down

0 comments on commit 3a7d4e4

Please sign in to comment.