]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
oeqa/runtime/parselogs: Exclude preempt-rt error for now
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 13 Aug 2023 09:36:27 +0000 (10:36 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2023 07:14:32 +0000 (08:14 +0100)
With the new 6.4 kernel we see this preempt-rt error. It is blocking changing
to the new kernel and has sat on mailing lists unresolved for a long time. Ignore
it in testing for now and allow upgrading until we can better understand the
issues.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/parselogs.py

index e67d3750dada9c56111a7efa89ecc745d5b38b47..e0a5ef5d08e803e0a641d1f4fe05dd0aada84af3 100644 (file)
@@ -99,6 +99,7 @@ qemux86_common = [
     "blk_update_request: I/O error, dev fd0, sector 0 op 0x0:(READ)",
     "floppy: error",
     'failed to IDENTIFY (I/O error, err_mask=0x4)',
+    'NOHZ tick-stop error: local softirq work is pending, handler #80!!!'
 ] + common_errors
 
 ignore_errors = {