From 3a7d4e4cd24d28cfafc212abaff49df4a865e6cd Mon Sep 17 00:00:00 2001 From: harajend Date: Thu, 9 Jan 2025 14:29:45 +0530 Subject: [PATCH] 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 --- tools/sof-kernel-log-check.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index d77fbb37..96f250fa 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -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 @@ -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 #