From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932475AbcKGPoI (ORCPT ); Mon, 7 Nov 2016 10:44:08 -0500 Received: from mail-wm0-f44.google.com ([74.125.82.44]:37554 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753436AbcKGPoG (ORCPT ); Mon, 7 Nov 2016 10:44:06 -0500 To: "Michael S. Tsirkin" , virtualization@lists.linux-foundation.org, Linux kernel mailing list From: Jiri Slaby Subject: BUG: 'list_empty(&vgdev->free_vbufs)' is true! Message-ID: Date: Mon, 7 Nov 2016 09:43:24 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, I can relatively easily reproduce this bug: BUG: 'list_empty(&vgdev->free_vbufs)' is true! ------------[ cut here ]------------ kernel BUG at /home/latest/linux/drivers/gpu/drm/virtio/virtgpu_vq.c:130! invalid opcode: 0000 [#1] PREEMPT SMP KASAN Modules linked in: CPU: 1 PID: 355 Comm: kworker/1:2 Not tainted 4.9.0-rc2-next-20161028+ #32 Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS rel-1.9.3-0-ge2fc41e-prebuilt.qemu-project.org 04/01/2014 Workqueue: events drm_fb_helper_dirty_work task: ffff88007b124980 task.stack: ffff88007b8a0000 RIP: 0010:virtio_gpu_get_vbuf+0x32e/0x630 RSP: 0018:ffff88007b8a78c0 EFLAGS: 00010286 RAX: 000000000000002e RBX: 1ffff1000f714f1d RCX: 0000000000000000 RDX: 000000000000002e RSI: 0000000000000001 RDI: ffffed000f714f0e RBP: ffff88007b8a7970 R08: 0000000000000001 R09: 0000000000000000 R10: 0000000000000002 R11: 0000000000000001 R12: 0000000000000030 R13: ffff88007caeaba8 R14: 0000000000000018 R15: ffff88007cae0000 FS: 0000000000000000(0000) GS:ffff88007dc80000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 0000000000601028 CR3: 000000007740d000 CR4: 00000000000006e0 Call Trace: Code: df 48 89 fa 48 c1 ea 03 80 3c 02 00 0f 85 bb 01 00 00 4c 89 69 e8 eb 9e 48 c7 c6 e0 d2 d1 83 48 c7 c7 20 d3 d1 83 e8 6c fb 04 ff <0f> 0b 48 c7 c7 a0 fb b0 85 e8 09 95 86 ff 48 c7 c6 c0 d3 d1 83 RIP: virtio_gpu_get_vbuf+0x32e/0x630 RSP: ffff88007b8a78c0 There is no stacktrace, as the kernel starts panicing all over the place during its generation. Any ideas? thanks, -- js suse labs