Skip to content

Commit

Permalink
sof-kernel-log-check: temporarily filter out NVME harmless issues
Browse files Browse the repository at this point in the history
kernel 5.18-rc1 added a set of harmless NVME errors that we should
filter out until removed upstream.

BugLink: thesofproject#888
Signed-off-by: Pierre-Louis Bossart <[email protected]>
  • Loading branch information
plbossart committed Apr 11, 2022
1 parent dab6da8 commit 96032e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/sof-kernel-log-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down

0 comments on commit 96032e8

Please sign in to comment.