All of lore.kernel.org
 help / color / mirror / Atom feed
* 4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk
@ 2017-11-17 14:42 Christian Borntraeger
  2017-11-20 19:20 ` Bart Van Assche
  2017-11-20 19:20 ` 4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk Bart Van Assche
  0 siblings, 2 replies; 96+ messages in thread
From: Christian Borntraeger @ 2017-11-17 14:42 UTC (permalink / raw)
  To: Jens Axboe, Michael S. Tsirkin, Jason Wang, linux-block, virtualization
  Cc: Bart Van Assche

When doing cpu hotplug in a KVM guest with virtio blk  I get  warnings like
  747.652408] ------------[ cut here ]------------
[  747.652410] WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 __blk_mq_run_hw_queue+0xd4/0x100
[  747.652410] Modules linked in: dm_multipath
[  747.652412] CPU: 4 PID: 2895 Comm: kworker/4:1H Tainted: G        W       4.14.0+ #191
[  747.652412] Hardware name: IBM 2964 NC9 704 (KVM/Linux)
[  747.652414] Workqueue: kblockd blk_mq_run_work_fn
[  747.652414] task: 0000000060680000 task.stack: 000000005ea30000
[  747.652415] Krnl PSW : 0704f00180000000 0000000000505864 (__blk_mq_run_hw_queue+0xd4/0x100)
[  747.652417]            R:0 T:1 IO:1 EX:1 Key:0 M:1 W:0 P:0 AS:3 CC:3 PM:0 RI:0 EA:3
[  747.652417] Krnl GPRS: 0000000000000010 00000000000000ff 000000005cbec400 0000000000000000
[  747.652418]            0000000063709120 0000000000000000 0000000063709500 0000000059fa44b0
[  747.652418]            0000000059fa4480 0000000000000000 000000006370f700 0000000063709100
[  747.652419]            000000005cbec500 0000000000970948 000000005ea33d80 000000005ea33d48
[  747.652423] Krnl Code: 0000000000505854: ebaff0a00004        lmg     %r10,%r15,160(%r15)
           000000000050585a: c0f4ffe690d3       brcl    15,1d7a00
          #0000000000505860: a7f40001           brc     15,505862
          >0000000000505864: 581003b0           l       %r1,944
           0000000000505868: c01b001fff00       nilf    %r1,2096896
           000000000050586e: a784ffdb           brc     8,505824
           0000000000505872: a7f40001           brc     15,505874
           0000000000505876: 9120218f           tm      399(%r2),32
[  747.652435] Call Trace:
[  747.652435] ([<0000000063709600>] 0x63709600)
[  747.652436]  [<0000000000187bcc>] process_one_work+0x264/0x4b8 
[  747.652438]  [<0000000000187e78>] worker_thread+0x58/0x4f8 
[  747.652439]  [<000000000018ee94>] kthread+0x144/0x168 
[  747.652439]  [<00000000008f8a62>] kernel_thread_starter+0x6/0xc 
[  747.652440]  [<00000000008f8a5c>] kernel_thread_starter+0x0/0xc 
[  747.652440] Last Breaking-Event-Address:
[  747.652441]  [<0000000000505860>] __blk_mq_run_hw_queue+0xd0/0x100
[  747.652442] ---[ end trace 4a001a80379b18ba ]---
[  747.652450] ------------[ cut here ]------------


This is 

b7a71e66d (Jens Axboe                2017-08-01 09:28:24 -0600 1141)     * are mapped to it.
b7a71e66d (Jens Axboe                2017-08-01 09:28:24 -0600 1142)     */
6a83e74d2 (Bart Van Assche           2016-11-02 10:09:51 -0600 1143)    WARN_ON(!cpumask_test_cpu(raw_smp_processor_id(), hctx->cpumask) &&
6a83e74d2 (Bart Van Assche           2016-11-02 10:09:51 -0600 1144)            cpu_online(hctx->next_cpu));
6a83e74d2 (Bart Van Assche           2016-11-02 10:09:51 -0600 1145) 
b7a71e66d (Jens Axboe                2017-08-01 09:28:24 -0600 1146)    /*


Is this a known issue?

Christian

^ permalink raw reply	[flat|nested] 96+ messages in thread

end of thread, other threads:[~2018-01-12  1:16 UTC | newest]

Thread overview: 96+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-17 14:42 4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk Christian Borntraeger
2017-11-20 19:20 ` Bart Van Assche
2017-11-20 19:29   ` Christian Borntraeger
2017-11-20 19:29   ` Christian Borntraeger
2017-11-20 19:42     ` Jens Axboe
2017-11-20 19:42     ` Jens Axboe
2017-11-20 20:49       ` Christian Borntraeger
2017-11-20 20:49       ` Christian Borntraeger
2017-11-20 20:49         ` Christian Borntraeger
2017-11-20 20:52         ` Jens Axboe
2017-11-20 20:52           ` Jens Axboe
2017-11-21  8:35           ` Christian Borntraeger
2017-11-21  8:35             ` Christian Borntraeger
2017-11-21  9:50             ` Christian Borntraeger
2017-11-21  9:50             ` Christian Borntraeger
2017-11-21  9:50               ` Christian Borntraeger
2017-11-21 10:14               ` 4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk (also 4.12 stable) Christian Borntraeger
2017-11-21 10:14               ` Christian Borntraeger
2017-11-21 10:14                 ` Christian Borntraeger
2017-11-21 17:27                 ` Jens Axboe
2017-11-21 17:27                 ` Jens Axboe
2017-11-21 17:27                   ` Jens Axboe
2017-11-21 18:09                   ` Jens Axboe
2017-11-21 18:09                     ` Jens Axboe
2017-11-21 18:09                     ` Jens Axboe
2017-11-21 18:12                     ` Christian Borntraeger
2017-11-21 18:12                     ` Christian Borntraeger
2017-11-21 18:12                       ` Christian Borntraeger
2017-11-21 18:27                       ` Jens Axboe
2017-11-21 18:27                         ` Jens Axboe
2017-11-21 18:39                         ` Jens Axboe
2017-11-21 18:39                           ` Jens Axboe
2017-11-21 19:15                           ` Christian Borntraeger
2017-11-21 19:15                             ` Christian Borntraeger
2017-11-21 19:30                             ` Jens Axboe
2017-11-21 19:30                             ` Jens Axboe
2017-11-21 19:30                               ` Jens Axboe
2017-11-21 20:12                               ` Christian Borntraeger
2017-11-21 20:12                               ` Christian Borntraeger
2017-11-21 20:12                                 ` Christian Borntraeger
2017-11-21 20:14                                 ` Jens Axboe
2017-11-21 20:14                                   ` Jens Axboe
2017-11-21 20:19                                   ` Christian Borntraeger
2017-11-21 20:19                                     ` Christian Borntraeger
2017-11-21 20:21                                     ` Jens Axboe
2017-11-21 20:21                                       ` Jens Axboe
2017-11-21 20:31                                       ` Christian Borntraeger
2017-11-21 20:31                                       ` Christian Borntraeger
2017-11-21 20:31                                         ` Christian Borntraeger
2017-11-21 20:39                                         ` Jens Axboe
2017-11-21 20:39                                           ` Jens Axboe
2017-11-22  7:28                                           ` Christoph Hellwig
2017-11-22  7:28                                           ` Christoph Hellwig
2017-11-22  7:28                                             ` Christoph Hellwig
2017-11-22 14:46                                             ` Jens Axboe
2017-11-22 14:46                                               ` Jens Axboe
2017-11-23 14:34                                               ` Christoph Hellwig
2017-11-23 14:42                                                 ` Hannes Reinecke
2017-11-23 14:47                                                   ` Christoph Hellwig
2017-11-23 15:05                                                 ` Christian Borntraeger
2017-11-23 18:17                                                 ` Christian Borntraeger
2017-11-23 18:25                                                   ` Christoph Hellwig
2017-11-23 18:28                                                     ` Christian Borntraeger
2017-11-23 18:32                                                       ` Christoph Hellwig
2017-11-23 18:59                                                         ` Christian Borntraeger
2017-11-24 13:09                                                           ` Christian Borntraeger
2017-11-27 15:54                                                             ` Christoph Hellwig
2017-11-29 19:18                                                               ` Christian Borntraeger
2017-11-29 19:36                                                                 ` Christian Borntraeger
2017-12-04 16:21                                                                 ` Christoph Hellwig
2017-12-06 12:25                                                                   ` Christian Borntraeger
2017-12-06 12:25                                                                     ` Christian Borntraeger
2017-12-06 23:29                                                                     ` Christoph Hellwig
2017-12-07  9:20                                                                       ` Christian Borntraeger
2017-12-14 17:32                                                                         ` Christian Borntraeger
2017-12-18 13:56                                                                       ` Stefan Haberland
2017-12-20 15:47                                                                         ` Christian Borntraeger
2018-01-11  9:13                                                                           ` Ming Lei
2018-01-11  9:13                                                                             ` Ming Lei
2018-01-11  9:26                                                                             ` Stefan Haberland
2018-01-11 11:44                                                                             ` Christian Borntraeger
2018-01-11 13:17                                                                               ` Stefan Haberland
2018-01-11 17:46                                                                             ` Christoph Hellwig
2018-01-12  1:16                                                                               ` Ming Lei
2017-11-22 14:46                                             ` Jens Axboe
2017-11-21 20:39                                         ` Jens Axboe
2017-11-21 20:21                                     ` Jens Axboe
2017-11-21 20:19                                   ` Christian Borntraeger
2017-11-21 19:15                           ` Christian Borntraeger
2017-11-23 14:02                       ` Christoph Hellwig
2017-11-23 14:02                       ` Christoph Hellwig
2017-11-23 14:02                         ` Christoph Hellwig
2017-11-23 14:08                         ` Christoph Hellwig
2017-11-23 14:08                           ` Christoph Hellwig
2017-11-23 14:08                         ` Christoph Hellwig
2017-11-20 19:20 ` 4.14: WARNING: CPU: 4 PID: 2895 at block/blk-mq.c:1144 with virtio-blk Bart Van Assche

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.