diff options
Diffstat (limited to 'results/classifier/118/review/1846')
| -rw-r--r-- | results/classifier/118/review/1846 | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/results/classifier/118/review/1846 b/results/classifier/118/review/1846 new file mode 100644 index 00000000..85cc353d --- /dev/null +++ b/results/classifier/118/review/1846 @@ -0,0 +1,85 @@ +semantic: 0.875 +mistranslation: 0.851 +hypervisor: 0.818 +graphic: 0.818 +virtual: 0.806 +user-level: 0.800 +peripherals: 0.780 +arm: 0.755 +debug: 0.748 +register: 0.740 +device: 0.729 +assembly: 0.723 +permissions: 0.708 +ppc: 0.697 +performance: 0.647 +PID: 0.640 +i386: 0.596 +architecture: 0.593 +risc-v: 0.591 +x86: 0.586 +TCG: 0.582 +VMM: 0.557 +files: 0.554 +network: 0.531 +vnc: 0.512 +boot: 0.471 +socket: 0.382 +KVM: 0.354 +kernel: 0.306 +-------------------- +debug: 0.953 +x86: 0.932 +virtual: 0.819 +user-level: 0.774 +performance: 0.652 +kernel: 0.475 +boot: 0.115 +hypervisor: 0.069 +assembly: 0.060 +register: 0.040 +i386: 0.035 +PID: 0.032 +files: 0.026 +TCG: 0.023 +device: 0.007 +semantic: 0.004 +socket: 0.004 +VMM: 0.003 +peripherals: 0.003 +risc-v: 0.002 +architecture: 0.002 +vnc: 0.002 +graphic: 0.001 +arm: 0.001 +network: 0.001 +permissions: 0.001 +mistranslation: 0.000 +KVM: 0.000 +ppc: 0.000 + +Regression in q35 avocado tests due to fix for misaligned IO access +Description of problem: +Generally I'm seeing intermittent hangs, somewhere after the clock initialisation. + +``` +[ 4.137020] ALSA device list: +[ 4.137861] No soundcards found. +[ 4.634128] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3 +[ 24.085574] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks: +[ 24.085712] rcu: 0-...!: (0 ticks this GP) idle=4d18/0/0x0 softirq=54/54 fqs=0 (false positive?) +[ 24.085712] (detected by 1, t=21004 jiffies, g=-1003, q=2151 ncpus=2) +[ 24.085712] Sending NMI from CPU 1 to CPUs 0: +[ 4.647507] NMI backtrace for cpu 0 +[ 4.647507] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 6.0.11 #5 +[ 4.647507] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.16.2-0-gea1b7a073390-prebuilt.qemu.org 04/01/2014 +[ 4.647507] RIP: 0010:amd_e400_idle+0x39/0x40 +[ 4.647507] Code: 00 e8 fb ab 0d 00 eb 07 0f 00 2d c2 7d 1d 01 fb f4 fa 31 ff e8 e8 ab 0d 00 fb c3 cc cc cc cc eb 07 0f 00 2d a9 7d 1d 01 fb f4 <c3> cc cc cc cc 66 90 bf +01 00 00 00 e8 a6 e4 06 00 65 48 8b 04 25 +``` + +In avocado the hang generally times out and the test fails. +Steps to reproduce: +See above command line. It's racy. +Additional information: + |