1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
|
virtio-blk-pci regression: softlock in guest kernel at module loading
Hello,
I am running qemu from master git branch on x86_64 host with kernel is 4.4.114. I've found that commit
9a4c0e220d8a "hw/virtio-pci: fix virtio behaviour"
introduces an regression with the following command:
qemu-system-x86_64 -enable-kvm -nodefaults -no-reboot -nographic -vga none -runas qemu -kernel .build.kernel.kvm -initrd .build.initrd.kvm -append 'panic=1 softlockup_panic=1 no-kvmclock nmi_watchdog=0 console=ttyS0 root=/dev/disk/by-id/virtio-0' -m 2048 -drive file=./root,format=raw,if=none,id=disk,serial=0,cache=unsafe -device virtio-blk-pci,drive=disk -serial stdio -smp 2
Starting from this commit to master the following happens with a wide variety of guest kernels (4.4 to 4.15):
[ 62.428107] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 59s!
[ 62.437426] Showing busy workqueues and worker pools:
[ 62.443117] workqueue events: flags=0x0
[ 62.447512] pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=1/256
[ 62.448161] pending: check_corruption
[ 62.458570] workqueue kblockd: flags=0x18
[ 62.463082] pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=3/256
[ 62.463082] in-flight: 4:blk_mq_run_work_fn
[ 62.463082] pending: blk_mq_run_work_fn, blk_mq_timeout_work
[ 62.474831] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=59s workers=2 idle: 214
[ 62.492121] INFO: rcu_preempt detected stalls on CPUs/tasks:
[ 62.492121] Tasks blocked on level-0 rcu_node (CPUs 0-1): P4
[ 62.492121] (detected by 0, t=15002 jiffies, g=-130, c=-131, q=32)
[ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
[ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
[ 62.492121] Call Trace:
[ 62.492121] <IRQ>
[ 62.492121] sched_show_task+0xdf/0x100
[ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
[ 62.492121] rcu_check_callbacks+0x93d/0x9d0
[ 62.492121] ? tick_sched_do_timer+0x40/0x40
[ 62.492121] update_process_times+0x28/0x50
[ 62.492121] tick_sched_handle+0x22/0x70
[ 62.492121] tick_sched_timer+0x34/0x70
[ 62.492121] __hrtimer_run_queues+0xcc/0x250
[ 62.492121] hrtimer_interrupt+0xab/0x1f0
[ 62.492121] smp_apic_timer_interrupt+0x62/0x150
[ 62.492121] apic_timer_interrupt+0xa2/0xb0
[ 62.492121] </IRQ>
[ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
[ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
[ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
[ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
[ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
[ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
[ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
[ 62.492121] ? vp_synchronize_vectors+0x60/0x60
[ 62.492121] vp_notify+0x12/0x20
[ 62.492121] virtqueue_notify+0x18/0x30
[ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
[ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
[ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
[ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
[ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
[ 62.492121] process_one_work+0x1e3/0x420
[ 62.492121] worker_thread+0x2b/0x3d0
[ 62.492121] ? process_one_work+0x420/0x420
[ 62.492121] kthread+0x113/0x130
[ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
[ 62.492121] ret_from_fork+0x3a/0x50
[ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
[ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
[ 62.492121] Call Trace:
[ 62.492121] <IRQ>
[ 62.492121] sched_show_task+0xdf/0x100
[ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
[ 62.492121] rcu_check_callbacks+0x972/0x9d0
[ 62.492121] ? tick_sched_do_timer+0x40/0x40
[ 62.492121] update_process_times+0x28/0x50
[ 62.492121] tick_sched_handle+0x22/0x70
[ 62.492121] tick_sched_timer+0x34/0x70
[ 62.492121] __hrtimer_run_queues+0xcc/0x250
[ 62.492121] hrtimer_interrupt+0xab/0x1f0
[ 62.492121] smp_apic_timer_interrupt+0x62/0x150
[ 62.492121] apic_timer_interrupt+0xa2/0xb0
[ 62.492121] </IRQ>
[ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
[ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
[ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
[ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
[ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
[ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
[ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
[ 62.492121] ? vp_synchronize_vectors+0x60/0x60
[ 62.492121] vp_notify+0x12/0x20
[ 62.492121] virtqueue_notify+0x18/0x30
[ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
[ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
[ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
[ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
[ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
[ 62.492121] process_one_work+0x1e3/0x420
[ 62.492121] worker_thread+0x2b/0x3d0
[ 62.492121] ? process_one_work+0x420/0x420
[ 62.492121] kthread+0x113/0x130
[ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
[ 62.492121] ret_from_fork+0x3a/0x50
Another important thing is that the commit works well on other hardware with the same setup (same host kernel, same qemu command line and host kernel binaries). How could I try to find the issue reason?
Well, I've found that on qemu side VirtQueue for virtio_blk device
infinitely calls virtio_blk_handle_vq() where virtio_blk_get_request()
(virtqueue_pop() in essens) always returns NULL.
2018-02-18 15:26 GMT+03:00 Matwey V. Kornilov <email address hidden>:
> ** Attachment added: ".build.kernel.kvm"
> https://bugs.launchpad.net/qemu/+bug/1750229/+attachment/5057653/+files/.build.kernel.kvm
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1750229
>
> Title:
> virtio-blk-pci regression: softlock in guest kernel at module loading
>
> Status in QEMU:
> New
>
> Bug description:
> Hello,
>
> I am running qemu from master git branch on x86_64 host with kernel is
> 4.4.114. I've found that commit
>
> 9a4c0e220d8a "hw/virtio-pci: fix virtio behaviour"
>
> introduces an regression with the following command:
>
> qemu-system-x86_64 -enable-kvm -nodefaults -no-reboot -nographic
> -vga none -runas qemu -kernel .build.kernel.kvm -initrd
> .build.initrd.kvm -append 'panic=1 softlockup_panic=1 no-kvmclock
> nmi_watchdog=0 console=ttyS0 root=/dev/disk/by-id/virtio-0' -m 2048
> -drive file=./root,format=raw,if=none,id=disk,serial=0,cache=unsafe
> -device virtio-blk-pci,drive=disk -serial stdio -smp 2
>
> Starting from this commit to master the following happens with a wide
> variety of guest kernels (4.4 to 4.15):
>
> [ 62.428107] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 59s!
> [ 62.437426] Showing busy workqueues and worker pools:
> [ 62.443117] workqueue events: flags=0x0
> [ 62.447512] pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=1/256
> [ 62.448161] pending: check_corruption
> [ 62.458570] workqueue kblockd: flags=0x18
> [ 62.463082] pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=3/256
> [ 62.463082] in-flight: 4:blk_mq_run_work_fn
> [ 62.463082] pending: blk_mq_run_work_fn, blk_mq_timeout_work
> [ 62.474831] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=59s workers=2 idle: 214
> [ 62.492121] INFO: rcu_preempt detected stalls on CPUs/tasks:
> [ 62.492121] Tasks blocked on level-0 rcu_node (CPUs 0-1): P4
> [ 62.492121] (detected by 0, t=15002 jiffies, g=-130, c=-131, q=32)
> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
> [ 62.492121] Call Trace:
> [ 62.492121] <IRQ>
> [ 62.492121] sched_show_task+0xdf/0x100
> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
> [ 62.492121] rcu_check_callbacks+0x93d/0x9d0
> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
> [ 62.492121] update_process_times+0x28/0x50
> [ 62.492121] tick_sched_handle+0x22/0x70
> [ 62.492121] tick_sched_timer+0x34/0x70
> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
> [ 62.492121] </IRQ>
> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
> [ 62.492121] vp_notify+0x12/0x20
> [ 62.492121] virtqueue_notify+0x18/0x30
> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
> [ 62.492121] process_one_work+0x1e3/0x420
> [ 62.492121] worker_thread+0x2b/0x3d0
> [ 62.492121] ? process_one_work+0x420/0x420
> [ 62.492121] kthread+0x113/0x130
> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
> [ 62.492121] ret_from_fork+0x3a/0x50
> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
> [ 62.492121] Call Trace:
> [ 62.492121] <IRQ>
> [ 62.492121] sched_show_task+0xdf/0x100
> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
> [ 62.492121] rcu_check_callbacks+0x972/0x9d0
> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
> [ 62.492121] update_process_times+0x28/0x50
> [ 62.492121] tick_sched_handle+0x22/0x70
> [ 62.492121] tick_sched_timer+0x34/0x70
> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
> [ 62.492121] </IRQ>
> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
> [ 62.492121] vp_notify+0x12/0x20
> [ 62.492121] virtqueue_notify+0x18/0x30
> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
> [ 62.492121] process_one_work+0x1e3/0x420
> [ 62.492121] worker_thread+0x2b/0x3d0
> [ 62.492121] ? process_one_work+0x420/0x420
> [ 62.492121] kthread+0x113/0x130
> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
> [ 62.492121] ret_from_fork+0x3a/0x50
>
> Another important thing is that the commit works well on other
> hardware with the same setup (same host kernel, same qemu command line
> and host kernel binaries). How could I try to find the issue reason?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/qemu/+bug/1750229/+subscriptions
--
With best regards,
Matwey V. Kornilov
virtqueue_pop() returns NULL due to virtio_queue_empty_rcu() returns
true all the time.
2018-02-20 14:47 GMT+03:00 Matwey V. Kornilov <email address hidden>:
> Well, I've found that on qemu side VirtQueue for virtio_blk device
> infinitely calls virtio_blk_handle_vq() where virtio_blk_get_request()
> (virtqueue_pop() in essens) always returns NULL.
>
> 2018-02-18 15:26 GMT+03:00 Matwey V. Kornilov <email address hidden>:
>> ** Attachment added: ".build.kernel.kvm"
>> https://bugs.launchpad.net/qemu/+bug/1750229/+attachment/5057653/+files/.build.kernel.kvm
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1750229
>>
>> Title:
>> virtio-blk-pci regression: softlock in guest kernel at module loading
>>
>> Status in QEMU:
>> New
>>
>> Bug description:
>> Hello,
>>
>> I am running qemu from master git branch on x86_64 host with kernel is
>> 4.4.114. I've found that commit
>>
>> 9a4c0e220d8a "hw/virtio-pci: fix virtio behaviour"
>>
>> introduces an regression with the following command:
>>
>> qemu-system-x86_64 -enable-kvm -nodefaults -no-reboot -nographic
>> -vga none -runas qemu -kernel .build.kernel.kvm -initrd
>> .build.initrd.kvm -append 'panic=1 softlockup_panic=1 no-kvmclock
>> nmi_watchdog=0 console=ttyS0 root=/dev/disk/by-id/virtio-0' -m 2048
>> -drive file=./root,format=raw,if=none,id=disk,serial=0,cache=unsafe
>> -device virtio-blk-pci,drive=disk -serial stdio -smp 2
>>
>> Starting from this commit to master the following happens with a wide
>> variety of guest kernels (4.4 to 4.15):
>>
>> [ 62.428107] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 59s!
>> [ 62.437426] Showing busy workqueues and worker pools:
>> [ 62.443117] workqueue events: flags=0x0
>> [ 62.447512] pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=1/256
>> [ 62.448161] pending: check_corruption
>> [ 62.458570] workqueue kblockd: flags=0x18
>> [ 62.463082] pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=3/256
>> [ 62.463082] in-flight: 4:blk_mq_run_work_fn
>> [ 62.463082] pending: blk_mq_run_work_fn, blk_mq_timeout_work
>> [ 62.474831] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=59s workers=2 idle: 214
>> [ 62.492121] INFO: rcu_preempt detected stalls on CPUs/tasks:
>> [ 62.492121] Tasks blocked on level-0 rcu_node (CPUs 0-1): P4
>> [ 62.492121] (detected by 0, t=15002 jiffies, g=-130, c=-131, q=32)
>> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
>> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
>> [ 62.492121] Call Trace:
>> [ 62.492121] <IRQ>
>> [ 62.492121] sched_show_task+0xdf/0x100
>> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
>> [ 62.492121] rcu_check_callbacks+0x93d/0x9d0
>> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
>> [ 62.492121] update_process_times+0x28/0x50
>> [ 62.492121] tick_sched_handle+0x22/0x70
>> [ 62.492121] tick_sched_timer+0x34/0x70
>> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
>> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
>> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
>> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
>> [ 62.492121] </IRQ>
>> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
>> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
>> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
>> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
>> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
>> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
>> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
>> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
>> [ 62.492121] vp_notify+0x12/0x20
>> [ 62.492121] virtqueue_notify+0x18/0x30
>> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
>> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
>> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
>> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
>> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
>> [ 62.492121] process_one_work+0x1e3/0x420
>> [ 62.492121] worker_thread+0x2b/0x3d0
>> [ 62.492121] ? process_one_work+0x420/0x420
>> [ 62.492121] kthread+0x113/0x130
>> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
>> [ 62.492121] ret_from_fork+0x3a/0x50
>> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
>> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
>> [ 62.492121] Call Trace:
>> [ 62.492121] <IRQ>
>> [ 62.492121] sched_show_task+0xdf/0x100
>> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
>> [ 62.492121] rcu_check_callbacks+0x972/0x9d0
>> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
>> [ 62.492121] update_process_times+0x28/0x50
>> [ 62.492121] tick_sched_handle+0x22/0x70
>> [ 62.492121] tick_sched_timer+0x34/0x70
>> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
>> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
>> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
>> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
>> [ 62.492121] </IRQ>
>> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
>> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
>> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
>> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
>> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
>> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
>> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
>> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
>> [ 62.492121] vp_notify+0x12/0x20
>> [ 62.492121] virtqueue_notify+0x18/0x30
>> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
>> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
>> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
>> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
>> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
>> [ 62.492121] process_one_work+0x1e3/0x420
>> [ 62.492121] worker_thread+0x2b/0x3d0
>> [ 62.492121] ? process_one_work+0x420/0x420
>> [ 62.492121] kthread+0x113/0x130
>> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
>> [ 62.492121] ret_from_fork+0x3a/0x50
>>
>> Another important thing is that the commit works well on other
>> hardware with the same setup (same host kernel, same qemu command line
>> and host kernel binaries). How could I try to find the issue reason?
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/qemu/+bug/1750229/+subscriptions
>
>
>
> --
> With best regards,
> Matwey V. Kornilov
--
With best regards,
Matwey V. Kornilov
Well, last_avail_idx equals to shadow_avail_idx and both of them are 1
at the qemu side. So, only one request is transferred.
I wonder why, probably something is badly cached, but new avail_idx
(which is supposed to become 2) is never shown up.
2018-02-20 15:49 GMT+03:00 Matwey V. Kornilov <email address hidden>:
> virtqueue_pop() returns NULL due to virtio_queue_empty_rcu() returns
> true all the time.
>
> 2018-02-20 14:47 GMT+03:00 Matwey V. Kornilov <email address hidden>:
>> Well, I've found that on qemu side VirtQueue for virtio_blk device
>> infinitely calls virtio_blk_handle_vq() where virtio_blk_get_request()
>> (virtqueue_pop() in essens) always returns NULL.
>>
>> 2018-02-18 15:26 GMT+03:00 Matwey V. Kornilov <email address hidden>:
>>> ** Attachment added: ".build.kernel.kvm"
>>> https://bugs.launchpad.net/qemu/+bug/1750229/+attachment/5057653/+files/.build.kernel.kvm
>>>
>>> --
>>> You received this bug notification because you are subscribed to the bug
>>> report.
>>> https://bugs.launchpad.net/bugs/1750229
>>>
>>> Title:
>>> virtio-blk-pci regression: softlock in guest kernel at module loading
>>>
>>> Status in QEMU:
>>> New
>>>
>>> Bug description:
>>> Hello,
>>>
>>> I am running qemu from master git branch on x86_64 host with kernel is
>>> 4.4.114. I've found that commit
>>>
>>> 9a4c0e220d8a "hw/virtio-pci: fix virtio behaviour"
>>>
>>> introduces an regression with the following command:
>>>
>>> qemu-system-x86_64 -enable-kvm -nodefaults -no-reboot -nographic
>>> -vga none -runas qemu -kernel .build.kernel.kvm -initrd
>>> .build.initrd.kvm -append 'panic=1 softlockup_panic=1 no-kvmclock
>>> nmi_watchdog=0 console=ttyS0 root=/dev/disk/by-id/virtio-0' -m 2048
>>> -drive file=./root,format=raw,if=none,id=disk,serial=0,cache=unsafe
>>> -device virtio-blk-pci,drive=disk -serial stdio -smp 2
>>>
>>> Starting from this commit to master the following happens with a wide
>>> variety of guest kernels (4.4 to 4.15):
>>>
>>> [ 62.428107] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 59s!
>>> [ 62.437426] Showing busy workqueues and worker pools:
>>> [ 62.443117] workqueue events: flags=0x0
>>> [ 62.447512] pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=1/256
>>> [ 62.448161] pending: check_corruption
>>> [ 62.458570] workqueue kblockd: flags=0x18
>>> [ 62.463082] pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=3/256
>>> [ 62.463082] in-flight: 4:blk_mq_run_work_fn
>>> [ 62.463082] pending: blk_mq_run_work_fn, blk_mq_timeout_work
>>> [ 62.474831] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=59s workers=2 idle: 214
>>> [ 62.492121] INFO: rcu_preempt detected stalls on CPUs/tasks:
>>> [ 62.492121] Tasks blocked on level-0 rcu_node (CPUs 0-1): P4
>>> [ 62.492121] (detected by 0, t=15002 jiffies, g=-130, c=-131, q=32)
>>> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
>>> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
>>> [ 62.492121] Call Trace:
>>> [ 62.492121] <IRQ>
>>> [ 62.492121] sched_show_task+0xdf/0x100
>>> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
>>> [ 62.492121] rcu_check_callbacks+0x93d/0x9d0
>>> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
>>> [ 62.492121] update_process_times+0x28/0x50
>>> [ 62.492121] tick_sched_handle+0x22/0x70
>>> [ 62.492121] tick_sched_timer+0x34/0x70
>>> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
>>> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
>>> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
>>> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
>>> [ 62.492121] </IRQ>
>>> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
>>> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
>>> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
>>> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
>>> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
>>> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
>>> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
>>> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
>>> [ 62.492121] vp_notify+0x12/0x20
>>> [ 62.492121] virtqueue_notify+0x18/0x30
>>> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
>>> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
>>> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
>>> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
>>> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
>>> [ 62.492121] process_one_work+0x1e3/0x420
>>> [ 62.492121] worker_thread+0x2b/0x3d0
>>> [ 62.492121] ? process_one_work+0x420/0x420
>>> [ 62.492121] kthread+0x113/0x130
>>> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
>>> [ 62.492121] ret_from_fork+0x3a/0x50
>>> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
>>> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
>>> [ 62.492121] Call Trace:
>>> [ 62.492121] <IRQ>
>>> [ 62.492121] sched_show_task+0xdf/0x100
>>> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
>>> [ 62.492121] rcu_check_callbacks+0x972/0x9d0
>>> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
>>> [ 62.492121] update_process_times+0x28/0x50
>>> [ 62.492121] tick_sched_handle+0x22/0x70
>>> [ 62.492121] tick_sched_timer+0x34/0x70
>>> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
>>> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
>>> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
>>> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
>>> [ 62.492121] </IRQ>
>>> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
>>> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
>>> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
>>> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
>>> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
>>> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
>>> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
>>> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
>>> [ 62.492121] vp_notify+0x12/0x20
>>> [ 62.492121] virtqueue_notify+0x18/0x30
>>> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
>>> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
>>> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
>>> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
>>> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
>>> [ 62.492121] process_one_work+0x1e3/0x420
>>> [ 62.492121] worker_thread+0x2b/0x3d0
>>> [ 62.492121] ? process_one_work+0x420/0x420
>>> [ 62.492121] kthread+0x113/0x130
>>> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
>>> [ 62.492121] ret_from_fork+0x3a/0x50
>>>
>>> Another important thing is that the commit works well on other
>>> hardware with the same setup (same host kernel, same qemu command line
>>> and host kernel binaries). How could I try to find the issue reason?
>>>
>>> To manage notifications about this bug go to:
>>> https://bugs.launchpad.net/qemu/+bug/1750229/+subscriptions
>>
>>
>>
>> --
>> With best regards,
>> Matwey V. Kornilov
>
>
>
> --
> With best regards,
> Matwey V. Kornilov
--
With best regards,
Matwey V. Kornilov
The same story with 4.15.4 host kernel.
2018-02-21 11:58 GMT+03:00 Matwey V. Kornilov <email address hidden>:
> Well, last_avail_idx equals to shadow_avail_idx and both of them are 1
> at the qemu side. So, only one request is transferred.
> I wonder why, probably something is badly cached, but new avail_idx
> (which is supposed to become 2) is never shown up.
>
> 2018-02-20 15:49 GMT+03:00 Matwey V. Kornilov <email address hidden>:
>> virtqueue_pop() returns NULL due to virtio_queue_empty_rcu() returns
>> true all the time.
>>
>> 2018-02-20 14:47 GMT+03:00 Matwey V. Kornilov <email address hidden>:
>>> Well, I've found that on qemu side VirtQueue for virtio_blk device
>>> infinitely calls virtio_blk_handle_vq() where virtio_blk_get_request()
>>> (virtqueue_pop() in essens) always returns NULL.
>>>
>>> 2018-02-18 15:26 GMT+03:00 Matwey V. Kornilov <email address hidden>:
>>>> ** Attachment added: ".build.kernel.kvm"
>>>> https://bugs.launchpad.net/qemu/+bug/1750229/+attachment/5057653/+files/.build.kernel.kvm
>>>>
>>>> --
>>>> You received this bug notification because you are subscribed to the bug
>>>> report.
>>>> https://bugs.launchpad.net/bugs/1750229
>>>>
>>>> Title:
>>>> virtio-blk-pci regression: softlock in guest kernel at module loading
>>>>
>>>> Status in QEMU:
>>>> New
>>>>
>>>> Bug description:
>>>> Hello,
>>>>
>>>> I am running qemu from master git branch on x86_64 host with kernel is
>>>> 4.4.114. I've found that commit
>>>>
>>>> 9a4c0e220d8a "hw/virtio-pci: fix virtio behaviour"
>>>>
>>>> introduces an regression with the following command:
>>>>
>>>> qemu-system-x86_64 -enable-kvm -nodefaults -no-reboot -nographic
>>>> -vga none -runas qemu -kernel .build.kernel.kvm -initrd
>>>> .build.initrd.kvm -append 'panic=1 softlockup_panic=1 no-kvmclock
>>>> nmi_watchdog=0 console=ttyS0 root=/dev/disk/by-id/virtio-0' -m 2048
>>>> -drive file=./root,format=raw,if=none,id=disk,serial=0,cache=unsafe
>>>> -device virtio-blk-pci,drive=disk -serial stdio -smp 2
>>>>
>>>> Starting from this commit to master the following happens with a wide
>>>> variety of guest kernels (4.4 to 4.15):
>>>>
>>>> [ 62.428107] BUG: workqueue lockup - pool cpus=0 node=0 flags=0x0 nice=-20 stuck for 59s!
>>>> [ 62.437426] Showing busy workqueues and worker pools:
>>>> [ 62.443117] workqueue events: flags=0x0
>>>> [ 62.447512] pwq 0: cpus=0 node=0 flags=0x0 nice=0 active=1/256
>>>> [ 62.448161] pending: check_corruption
>>>> [ 62.458570] workqueue kblockd: flags=0x18
>>>> [ 62.463082] pwq 1: cpus=0 node=0 flags=0x0 nice=-20 active=3/256
>>>> [ 62.463082] in-flight: 4:blk_mq_run_work_fn
>>>> [ 62.463082] pending: blk_mq_run_work_fn, blk_mq_timeout_work
>>>> [ 62.474831] pool 1: cpus=0 node=0 flags=0x0 nice=-20 hung=59s workers=2 idle: 214
>>>> [ 62.492121] INFO: rcu_preempt detected stalls on CPUs/tasks:
>>>> [ 62.492121] Tasks blocked on level-0 rcu_node (CPUs 0-1): P4
>>>> [ 62.492121] (detected by 0, t=15002 jiffies, g=-130, c=-131, q=32)
>>>> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
>>>> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
>>>> [ 62.492121] Call Trace:
>>>> [ 62.492121] <IRQ>
>>>> [ 62.492121] sched_show_task+0xdf/0x100
>>>> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
>>>> [ 62.492121] rcu_check_callbacks+0x93d/0x9d0
>>>> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
>>>> [ 62.492121] update_process_times+0x28/0x50
>>>> [ 62.492121] tick_sched_handle+0x22/0x70
>>>> [ 62.492121] tick_sched_timer+0x34/0x70
>>>> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
>>>> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
>>>> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
>>>> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
>>>> [ 62.492121] </IRQ>
>>>> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
>>>> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
>>>> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
>>>> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
>>>> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
>>>> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
>>>> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
>>>> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
>>>> [ 62.492121] vp_notify+0x12/0x20
>>>> [ 62.492121] virtqueue_notify+0x18/0x30
>>>> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
>>>> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
>>>> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
>>>> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
>>>> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
>>>> [ 62.492121] process_one_work+0x1e3/0x420
>>>> [ 62.492121] worker_thread+0x2b/0x3d0
>>>> [ 62.492121] ? process_one_work+0x420/0x420
>>>> [ 62.492121] kthread+0x113/0x130
>>>> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
>>>> [ 62.492121] ret_from_fork+0x3a/0x50
>>>> [ 62.492121] kworker/0:0H R running task 0 4 2 0x80000000
>>>> [ 62.492121] Workqueue: kblockd blk_mq_run_work_fn
>>>> [ 62.492121] Call Trace:
>>>> [ 62.492121] <IRQ>
>>>> [ 62.492121] sched_show_task+0xdf/0x100
>>>> [ 62.492121] rcu_print_detail_task_stall_rnp+0x48/0x69
>>>> [ 62.492121] rcu_check_callbacks+0x972/0x9d0
>>>> [ 62.492121] ? tick_sched_do_timer+0x40/0x40
>>>> [ 62.492121] update_process_times+0x28/0x50
>>>> [ 62.492121] tick_sched_handle+0x22/0x70
>>>> [ 62.492121] tick_sched_timer+0x34/0x70
>>>> [ 62.492121] __hrtimer_run_queues+0xcc/0x250
>>>> [ 62.492121] hrtimer_interrupt+0xab/0x1f0
>>>> [ 62.492121] smp_apic_timer_interrupt+0x62/0x150
>>>> [ 62.492121] apic_timer_interrupt+0xa2/0xb0
>>>> [ 62.492121] </IRQ>
>>>> [ 62.492121] RIP: 0010:iowrite16+0x1d/0x30
>>>> [ 62.492121] RSP: 0018:ffffa477c034fcc8 EFLAGS: 00010292 ORIG_RAX: ffffffffffffff11
>>>> [ 62.492121] RAX: ffffffffa24fbdb0 RBX: ffff92a1f8f82000 RCX: 0000000000000001
>>>> [ 62.492121] RDX: ffffa477c0371000 RSI: ffffa477c0371000 RDI: 0000000000000000
>>>> [ 62.492121] RBP: 0000000000000001 R08: 0000000000000000 R09: 0000000001080020
>>>> [ 62.492121] R10: ffffdc7cc1e4fc00 R11: 0000000000000000 R12: 0000000000000000
>>>> [ 62.492121] R13: 0000000000000000 R14: ffff92a1f93f0000 R15: ffff92a1f8e1aa80
>>>> [ 62.492121] ? vp_synchronize_vectors+0x60/0x60
>>>> [ 62.492121] vp_notify+0x12/0x20
>>>> [ 62.492121] virtqueue_notify+0x18/0x30
>>>> [ 62.492121] virtio_queue_rq+0x2f5/0x300 [virtio_blk]
>>>> [ 62.492121] blk_mq_dispatch_rq_list+0x7e/0x4a0
>>>> [ 62.492121] blk_mq_do_dispatch_sched+0x4a/0xd0
>>>> [ 62.492121] blk_mq_sched_dispatch_requests+0x106/0x170
>>>> [ 62.492121] __blk_mq_run_hw_queue+0x80/0x90
>>>> [ 62.492121] process_one_work+0x1e3/0x420
>>>> [ 62.492121] worker_thread+0x2b/0x3d0
>>>> [ 62.492121] ? process_one_work+0x420/0x420
>>>> [ 62.492121] kthread+0x113/0x130
>>>> [ 62.492121] ? kthread_create_worker_on_cpu+0x50/0x50
>>>> [ 62.492121] ret_from_fork+0x3a/0x50
>>>>
>>>> Another important thing is that the commit works well on other
>>>> hardware with the same setup (same host kernel, same qemu command line
>>>> and host kernel binaries). How could I try to find the issue reason?
>>>>
>>>> To manage notifications about this bug go to:
>>>> https://bugs.launchpad.net/qemu/+bug/1750229/+subscriptions
>>>
>>>
>>>
>>> --
>>> With best regards,
>>> Matwey V. Kornilov
>>
>>
>>
>> --
>> With best regards,
>> Matwey V. Kornilov
>
>
>
> --
> With best regards,
> Matwey V. Kornilov
--
With best regards,
Matwey V. Kornilov
This has been fixed in the kernel
|