* [PATCH 0/1] parselogs: Whitelist qemux86 error message with qemu 2.7.0
@ 2016-09-08 16:11 Robert Yang
2016-09-08 16:11 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-09-08 16:11 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 872a83be6e86005f6426c90073ece56de4534ac0:
linux-yocto/4.4/4.8: uvesafb: provide option to specify timeout for task completion (2016-09-08 08:25:03 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib rbt/qemux86
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/qemux86
Robert Yang (1):
parselogs: Whitelist qemux86 error message with qemu 2.7.0
meta/lib/oeqa/runtime/parselogs.py | 1 +
1 file changed, 1 insertion(+)
--
2.9.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] parselogs: Whitelist qemux86 error message with qemu 2.7.0
2016-09-08 16:11 [PATCH 0/1] parselogs: Whitelist qemux86 error message with qemu 2.7.0 Robert Yang
@ 2016-09-08 16:11 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-09-08 16:11 UTC (permalink / raw)
To: openembedded-core
qemu 2.7.0 introduces kernel errors:
[ 2.310768] pci 0000:00:00.0: [11ab:4620] type 00 class 0x060000
[ 2.311338] pci 0000:00:00.0: [Firmware Bug]: reg 0x14: invalid BAR (can't size)
[ 2.311604] pci 0000:00:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size)
[ 2.311835] pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
[ 2.312063] pci 0000:00:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size)
[ 2.312323] pci 0000:00:00.0: [Firmware Bug]: reg 0x24: invalid BAR (can't size)
[ 2.314320] pci 0000:00:0a.0: [8086:7110] type 00 class 0x060100
[ 2.315363] pci 0000:00:0a.1: [8086:7111] type 00 class 0x010180
Whitelist this for now since this is preferable to the random failures
we're seeing from qemuppc with 2.6.0.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
meta/lib/oeqa/runtime/parselogs.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/lib/oeqa/runtime/parselogs.py b/meta/lib/oeqa/runtime/parselogs.py
index 1b9f6d0..2aabae7 100644
--- a/meta/lib/oeqa/runtime/parselogs.py
+++ b/meta/lib/oeqa/runtime/parselogs.py
@@ -74,6 +74,7 @@ ignore_errors = {
'default' : common_errors,
'qemux86' : [
'Failed to access perfctr msr (MSR',
+ 'pci 0000:00:00.0: [Firmware Bug]: reg 0x..: invalid BAR (can\'t size)',
] + qemux86_common,
'qemux86-64' : qemux86_common,
'qemumips' : [
--
2.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-09-08 16:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-08 16:11 [PATCH 0/1] parselogs: Whitelist qemux86 error message with qemu 2.7.0 Robert Yang
2016-09-08 16:11 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox