Skip to content

Commit b0be6ee

Browse files
committed
Ignore snapd dev loop0 I/O error happening at boot time
Ignores: kernel: I/O error, dev loop0, sector 0 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0 Happening at boot time or when apt re-installing snapd (restarting it does not reproduce) Fixes #874 Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent fb05c60 commit b0be6ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tools/sof-kernel-log-check.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,9 @@ ignore_str="$ignore_str"'|elan_i2c i2c-ELAN0000:.*: failed to read current power
375375
# iwlwifi 0000:00:14.3: No beacon heard and the time event is over already...
376376
ignore_str="$ignore_str"'|iwlwifi [[:digit:].:]+: '
377377

378+
# This can happen when starting snapd at boot time or when re-installing it.
379+
# https://github.com/thesofproject/sof-test/issues/874
380+
ignore_str="$ignore_str"'|I/O error, dev loop., sector 0 op 0x0:.READ. flags 0x80700'
378381

379382
#
380383
# SDW related logs

0 commit comments

Comments
 (0)