diff --git a/tools/sof-kernel-log-check.sh b/tools/sof-kernel-log-check.sh index 4ba42c91..69bd72cf 100755 --- a/tools/sof-kernel-log-check.sh +++ b/tools/sof-kernel-log-check.sh @@ -379,6 +379,10 @@ ignore_str="$ignore_str"'|iwlwifi [[:digit:].:]+: ' # https://github.com/thesofproject/sof-test/issues/874 ignore_str="$ignore_str"'|I/O error, dev loop., sector 0 op 0x0:.READ. flags 0x80700' +# NVME harmless errors added in 5.18-rc1 +# https://github.com/thesofproject/sof-test/issues/888 +ignore_str="$ignore_str"'|nvme0: Admin Cmd(0x[:digit:]+), I/O Error (sct 0x0 / sc 0x2)' + # # SDW related logs #