* [Bug 102338] QXL driver causes oops on boot, kernel 4.12
@ 2017-08-21 15:15 bugzilla-daemon
2017-08-21 15:18 ` bugzilla-daemon
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-08-21 15:15 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 4874 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102338
Bug ID: 102338
Summary: QXL driver causes oops on boot, kernel 4.12
Product: DRI
Version: unspecified
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Severity: major
Priority: medium
Component: DRM/other
Assignee: dri-devel@lists.freedesktop.org
Reporter: chuckebbert.lk@gmail.com
This is from 4.12-rc6, still happening on 4.12.5.
Taken from https://bugzilla.redhat.com/show_bug.cgi?id=1465148
int ttm_bo_kmap(struct ttm_buffer_object *bo,
unsigned long start_page, unsigned long num_pages,
struct ttm_bo_kmap_obj *map)
{
struct ttm_mem_type_manager *man =
&bo->bdev->man[bo->mem.mem_type];
unsigned long offset, size;
int ret;
589-> BUG_ON(!list_empty(&bo->swap));
Jun 26 10:51:00 bld-fedora27 kernel: ------------[ cut here ]------------
Jun 26 10:51:00 bld-fedora27 kernel: kernel BUG at
drivers/gpu/drm/ttm/ttm_bo_util.c:589!
Jun 26 10:51:00 bld-fedora27 kernel: invalid opcode: 0000 [#1] SMP
Jun 26 10:51:00 bld-fedora27 kernel: Modules linked in: sunrpc crct10dif_pclmul
crc32_pclmul ghash_clmulni_intel ppdev snd_hda_codec_generic snd_hda_intel
snd_hda_codec snd_hda_core snd_hwdep snd_seq
Jun 26 10:51:00 bld-fedora27 kernel: CPU: 1 PID: 339 Comm: plymouthd Not
tainted 4.12.0-0.rc6.git3.1.fc27.x86_64 #1
Jun 26 10:51:00 bld-fedora27 kernel: Hardware name: Red Hat KVM, BIOS 0.5.1
01/01/2011
Jun 26 10:51:00 bld-fedora27 kernel: task: ffff91dd77990000 task.stack:
ffffb69e00720000
Jun 26 10:51:00 bld-fedora27 kernel: RIP: 0010:ttm_bo_kmap+0x1af/0x250 [ttm]
Jun 26 10:51:00 bld-fedora27 kernel: RSP: 0018:ffffb69e00723ba8 EFLAGS:
00010206
Jun 26 10:51:00 bld-fedora27 kernel: RAX: ffff91dd77987b50 RBX:
ffff91dd779dc858 RCX: ffff91dd779dcc08
Jun 26 10:51:00 bld-fedora27 kernel: RDX: 0000000000000300 RSI:
0000000000000000 RDI: ffff91dd77430d90
Jun 26 10:51:00 bld-fedora27 kernel: RBP: ffffb69e00723be0 R08:
0000000000010004 R09: ffff91dd779dc928
Jun 26 10:51:00 bld-fedora27 kernel: R10: 0000000000000008 R11:
0000000000000000 R12: ffffb69e00723c48
Jun 26 10:51:00 bld-fedora27 kernel: R13: 0000000000000000 R14:
ffff91dd77430d70 R15: 0000000000000000
Jun 26 10:51:00 bld-fedora27 kernel: FS: 00007fa4e051fd00(0000)
GS:ffff91dd7d400000(0000) knlGS:0000000000000000
Jun 26 10:51:00 bld-fedora27 kernel: CS: 0010 DS: 0000 ES: 0000 CR0:
0000000080050033
Jun 26 10:51:00 bld-fedora27 kernel: CR2: 00005616290356f8 CR3:
0000000035b8b000 CR4: 00000000001406e0
Jun 26 10:51:00 bld-fedora27 kernel: Call Trace:
Jun 26 10:51:00 bld-fedora27 kernel: qxl_bo_kmap+0x42/0x70 [qxl]
Jun 26 10:51:00 bld-fedora27 kernel: qxl_draw_dirty_fb+0x1f5/0x420 [qxl]
Jun 26 10:51:00 bld-fedora27 kernel: qxl_framebuffer_surface_dirty+0xa0/0xf0
[qxl]
Jun 26 10:51:00 bld-fedora27 kernel: drm_mode_dirtyfb_ioctl+0x190/0x1d0 [drm]
Jun 26 10:51:00 bld-fedora27 kernel: drm_ioctl+0x232/0x500 [drm]
Jun 26 10:51:00 bld-fedora27 kernel: ? drm_mode_getfb+0x110/0x110 [drm]
Jun 26 10:51:00 bld-fedora27 kernel: ? __might_sleep+0x4a/0x80
Jun 26 10:51:00 bld-fedora27 kernel: ? selinux_file_ioctl+0x124/0x1e0
Jun 26 10:51:00 bld-fedora27 kernel: do_vfs_ioctl+0xa6/0x720
Jun 26 10:51:00 bld-fedora27 kernel: ? getnstimeofday64+0xe/0x20
Jun 26 10:51:00 bld-fedora27 kernel: ? security_file_ioctl+0x43/0x60
Jun 26 10:51:00 bld-fedora27 kernel: SyS_ioctl+0x79/0x90
Jun 26 10:51:00 bld-fedora27 kernel: do_syscall_64+0x6c/0x1c0
Jun 26 10:51:00 bld-fedora27 kernel: entry_SYSCALL64_slow_path+0x25/0x25
Jun 26 10:51:00 bld-fedora27 kernel: RIP: 0033:0x7fa4df504eb7
Jun 26 10:51:00 bld-fedora27 kernel: RSP: 002b:00007ffca83efbc8 EFLAGS:
00000246 ORIG_RAX: 0000000000000010
Jun 26 10:51:00 bld-fedora27 kernel: RAX: ffffffffffffffda RBX:
0000000000001000 RCX: 00007fa4df504eb7
Jun 26 10:51:00 bld-fedora27 kernel: RDX: 00007ffca83efc00 RSI:
00000000c01864b1 RDI: 0000000000000009
Jun 26 10:51:00 bld-fedora27 kernel: RBP: 00007ffca83efc00 R08:
00007fa4dd42577c R09: 0000000000000010
Jun 26 10:51:00 bld-fedora27 kernel: R10: 00007fa4dd424884 R11:
0000000000000246 R12: 00000000c01864b1
Jun 26 10:51:00 bld-fedora27 kernel: R13: 0000000000000009 R14:
0000555e394ef330 R15: 00007fa4ddf8278c
Jun 26 10:51:00 bld-fedora27 kernel: Code: d0 48 8b bb 80 00 00 00 48 c1 e6 0c
f6 43 62 04 74 44 48 03 7b 70 4c 01 ef e8 8e 21 bd ef 49 89 04 24 44 8b 45 d0
e9 18 ff ff ff <0f> 0b 4b 8d 7c 3e 58 89 4
Jun 26 10:51:00 bld-fedora27 kernel: RIP: ttm_bo_kmap+0x1af/0x250 [ttm] RSP:
ffffb69e00723ba8
Jun 26 10:51:00 bld-fedora27 kernel: ---[ end trace 13b661e538049e06 ]---
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 6260 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 102338] QXL driver causes oops on boot, kernel 4.12
2017-08-21 15:15 [Bug 102338] QXL driver causes oops on boot, kernel 4.12 bugzilla-daemon
@ 2017-08-21 15:18 ` bugzilla-daemon
2017-09-05 15:57 ` bugzilla-daemon
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-08-21 15:18 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 397 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102338
--- Comment #1 from Chuck Ebbert <chuckebbert.lk@gmail.com> ---
Note this is happening in a kvm guest. Removing "rhgb" from Fedora boot options
(disables Plymouth boot graphics) lets the driver reach a gdm login screen.
Then another bug hits after logging in.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1183 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 102338] QXL driver causes oops on boot, kernel 4.12
2017-08-21 15:15 [Bug 102338] QXL driver causes oops on boot, kernel 4.12 bugzilla-daemon
2017-08-21 15:18 ` bugzilla-daemon
@ 2017-09-05 15:57 ` bugzilla-daemon
2017-09-05 16:14 ` bugzilla-daemon
2017-09-05 18:01 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-05 15:57 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 693 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102338
Takashi Iwai <tiwai@suse.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tiwai@suse.de
--- Comment #2 from Takashi Iwai <tiwai@suse.de> ---
Now we hit this on openSUSE Tumbleweed, 4.12.9 & later, too.
https://bugs.freedesktop.org/show_bug.cgi?id=102338
I quickly bisected and it pointed to the commit
3538e80a869be74764ae7db484b371894f04d0f8
drm: qxl: Atomic phase 1: Implement mode_set_nofb
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2146 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread* [Bug 102338] QXL driver causes oops on boot, kernel 4.12
2017-08-21 15:15 [Bug 102338] QXL driver causes oops on boot, kernel 4.12 bugzilla-daemon
2017-08-21 15:18 ` bugzilla-daemon
2017-09-05 15:57 ` bugzilla-daemon
@ 2017-09-05 16:14 ` bugzilla-daemon
2017-09-05 18:01 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-05 16:14 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 454 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102338
--- Comment #3 from Takashi Iwai <tiwai@suse.de> ---
(In reply to Takashi Iwai from comment #2)
> Now we hit this on openSUSE Tumbleweed, 4.12.9 & later, too.
> https://bugs.freedesktop.org/show_bug.cgi?id=102338
Doh, a recursive call. The right one is:
https://bugzilla.opensuse.org/show_bug.cgi?id=1057241
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1515 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Bug 102338] QXL driver causes oops on boot, kernel 4.12
2017-08-21 15:15 [Bug 102338] QXL driver causes oops on boot, kernel 4.12 bugzilla-daemon
` (2 preceding siblings ...)
2017-09-05 16:14 ` bugzilla-daemon
@ 2017-09-05 18:01 ` bugzilla-daemon
3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2017-09-05 18:01 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 428 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=102338
krisman@collabora.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|dri-devel@lists.freedesktop |krisman@collabora.co.uk
|.org |
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1085 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-09-05 18:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21 15:15 [Bug 102338] QXL driver causes oops on boot, kernel 4.12 bugzilla-daemon
2017-08-21 15:18 ` bugzilla-daemon
2017-09-05 15:57 ` bugzilla-daemon
2017-09-05 16:14 ` bugzilla-daemon
2017-09-05 18:01 ` bugzilla-daemon
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.