From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 105684] Loading amdgpu hits general protection fault: 0000 [#1] SMP NOPTI
Date: Thu, 19 Jul 2018 17:27:14 +0000 [thread overview]
Message-ID: <bug-105684-502-ohecJgnbbx@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-105684-502@http.bugs.freedesktop.org/>
[-- Attachment #1.1: Type: text/plain, Size: 2076 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=105684
--- Comment #33 from Paul Menzel <pmenzel+bugs.freedesktop@molgen.mpg.de> ---
With Linux 4.18-rc5+ and merged drm-tip, the general protection fault happens
at a different point from `initialize_plane`.
```
15.389: [ 24.739453] [drm] Display Core initialized with v3.1.52!
15.389: [ 24.746057] general protection fault: 0000 [#1] SMP NOPTI
15.390: [ 24.751824] CPU: 0 PID: 370 Comm: systemd-udevd Tainted: G W
4.18.0-rc5+ #2
15.390: [ 24.751825] Hardware name: MSI MS-7A37/B350M MORTAR (MS-7A37), BIOS
1.G1 05/17/2018
15.391: [ 24.751829] RIP: 0010:prefetch_freepointer+0x10/0x20
15.391: [ 24.774361] Code: 89 d3 e8 c3 53 4b 00 85 c0 0f 85 71 78 00 00 48 83
c4 08 5b 5d 41 5c 41 5d c3 0f 1f 44 00 00 48 85 f6 74 13 8b 47 20 48 01 c6 <48>
33 36 48 33 b7 38 01 00 00 0f 18 0e c3 66 90 0f 1f 44 00 00 48
15.393: [ 24.794677] RSP: 0018:ffffa31f0259f900 EFLAGS: 00010202
15.393: [ 24.794678] RAX: 0000000000000000 RBX: 18b43346a3036634 RCX:
00000000000007fc
15.394: [ 24.794678] RDX: 00000000000007fb RSI: 18b43346a3036634 RDI:
ffff97d5de406e80
15.394: [ 24.794680] RBP: ffff97d5ca9b3400 R08: ffff97d5de824f00 R09:
ffffffffb273adb0
15.395: [ 24.823335] R10: ffffffffb273adac R11: 0000000000000007 R12:
00000000006080c0
15.395: [ 24.823335] R13: ffff97d5de406e80 R14: 0000000000000290 R15:
ffff97d5de406e80
15.396: [ 24.823336] FS: 00007fd442ec88c0(0000) GS:ffff97d5de800000(0000)
knlGS:0000000000000000
15.396: [ 24.823338] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
15.397: [ 24.853319] CR2: 00007fd34c0034c8 CR3: 0000000403e6c000 CR4:
00000000003406f0
15.397: [ 24.853320] Call Trace:
15.397: [ 24.853323] kmem_cache_alloc_trace+0xb5/0x1f0
15.398: [ 24.868339] ? initialize_plane+0x27/0x97 [amdgpu]
15.398: [ 24.868380] initialize_plane+0x27/0x97 [amdgpu]
15.399: [ 24.878524] amdgpu_dm_initialize_drm_device+0x149/0xb34 [amdgpu]
[…]
```
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2916 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
next prev parent reply other threads:[~2018-07-19 17:27 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-22 8:19 [Bug 105684] Loading amdgpu hits general protection fault: 0000 [#1] SMP NOPTI bugzilla-daemon
2018-03-22 8:22 ` bugzilla-daemon
2018-03-22 8:31 ` bugzilla-daemon
2018-03-22 9:08 ` bugzilla-daemon
2018-03-22 13:56 ` bugzilla-daemon
2018-03-23 2:58 ` bugzilla-daemon
2018-03-23 2:59 ` bugzilla-daemon
2018-03-23 3:00 ` bugzilla-daemon
2018-03-23 3:01 ` bugzilla-daemon
2018-03-23 3:01 ` bugzilla-daemon
2018-03-23 3:01 ` bugzilla-daemon
2018-03-23 3:02 ` bugzilla-daemon
2018-03-23 3:02 ` bugzilla-daemon
2018-03-23 3:12 ` bugzilla-daemon
2018-03-27 6:39 ` bugzilla-daemon
2018-04-09 7:30 ` bugzilla-daemon
2018-04-17 7:56 ` bugzilla-daemon
2018-04-26 3:54 ` bugzilla-daemon
2018-05-09 18:49 ` bugzilla-daemon
2018-05-09 19:06 ` bugzilla-daemon
2018-05-10 7:10 ` bugzilla-daemon
2018-05-10 9:27 ` bugzilla-daemon
2018-05-10 9:50 ` bugzilla-daemon
2018-05-10 13:20 ` bugzilla-daemon
2018-05-11 3:20 ` bugzilla-daemon
2018-05-11 15:23 ` bugzilla-daemon
2018-05-11 15:51 ` bugzilla-daemon
2018-05-11 17:51 ` bugzilla-daemon
2018-05-12 20:30 ` bugzilla-daemon
2018-05-12 20:37 ` bugzilla-daemon
2018-05-14 3:00 ` bugzilla-daemon
2018-05-14 3:04 ` bugzilla-daemon
2018-07-18 13:47 ` bugzilla-daemon
2018-07-19 17:27 ` bugzilla-daemon [this message]
2018-07-20 14:57 ` bugzilla-daemon
2018-07-23 11:33 ` bugzilla-daemon
2018-07-24 9:27 ` bugzilla-daemon
2018-07-25 10:10 ` bugzilla-daemon
2018-07-25 14:13 ` bugzilla-daemon
2018-07-25 16:38 ` bugzilla-daemon
2018-07-26 8:21 ` bugzilla-daemon
2018-08-09 7:24 ` bugzilla-daemon
2018-08-09 9:56 ` bugzilla-daemon
2018-08-09 12:21 ` bugzilla-daemon
2019-04-29 15:24 ` bugzilla-daemon
2019-04-29 15:53 ` bugzilla-daemon
2019-05-29 13:36 ` bugzilla-daemon
2019-06-05 12:39 ` bugzilla-daemon
2019-11-19 8:33 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-105684-502-ohecJgnbbx@http.bugs.freedesktop.org/ \
--to=bugzilla-daemon@freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox