dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Bug 208825] New: lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop
@ 2020-08-06  0:33 bugzilla-daemon
  2020-09-08 20:16 ` [Bug 208825] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-08-06  0:33 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=208825

            Bug ID: 208825
           Summary: lspci triggers NULL pointer dereference on AMD Renoir
                    4800H/5600M laptop
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.8.0
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: high
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: jontourville@me.com
        Regression: No

Created attachment 290791
  --> https://bugzilla.kernel.org/attachment.cgi?id=290791&action=edit
lspci triggers NULL pointer dereference on AMD Renoir laptop

Running Arch Linux with 5.8.0 kernel built from linux-mainline on a Dell G5 15
SE 5505 laptop with a AMD 4800H Renoir APU and 5600M discrete GPU.

On a fresh install of Arch, running lspci triggers an oops and NULL pointer
dereference. The oops is not triggered if the kernel is booted with
amdgpu.runpm=0, so it appears to be power management-related. The oops kicks
off with the following errors (full dmesg and lspci -vvv output attached):

[   93.485414] [drm] PCIE GART of 512M enabled (table at 0x0000008000000000).
[   93.485452] [drm] PSP is resuming...
[   93.514696] [drm] reserve 0x900000 from 0x800f400000 for PSP TMR
[   93.684656] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not
available
[   93.704673] amdgpu: SMU is resuming...
[   95.835970] amdgpu: failed send message:     RunBtc (58)     param:
0x00000000 response 0xffffffc2
[   95.835971] amdgpu: RunBtc failed!
[   95.836016] [drm:amdgpu_device_ip_resume_phase2 [amdgpu]] *ERROR* resume of
IP block <smu> failed -62
[   95.836053] [drm:amdgpu_device_resume [amdgpu]] *ERROR*
amdgpu_device_ip_resume failed (-62).
[   95.851331] snd_hda_intel 0000:03:00.1: refused to change power state from
D3hot to D0
[   95.956286] snd_hda_intel 0000:03:00.1: CORB reset timeout#2, CORBRP = 65535

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 208825] lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop
  2020-08-06  0:33 [Bug 208825] New: lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop bugzilla-daemon
@ 2020-09-08 20:16 ` bugzilla-daemon
  2020-09-14  5:52 ` bugzilla-daemon
  2020-09-14 19:13 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-09-08 20:16 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=208825

Jon Tourville (jontourville@me.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |CODE_FIX

--- Comment #1 from Jon Tourville (jontourville@me.com) ---
Appears to be resolved as of 5.8.6 or 5.8.7

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 208825] lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop
  2020-08-06  0:33 [Bug 208825] New: lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop bugzilla-daemon
  2020-09-08 20:16 ` [Bug 208825] " bugzilla-daemon
@ 2020-09-14  5:52 ` bugzilla-daemon
  2020-09-14 19:13 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-09-14  5:52 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=208825

Alex Deucher (alexdeucher@gmail.com) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexdeucher@gmail.com

--- Comment #2 from Alex Deucher (alexdeucher@gmail.com) ---
Can you bisect and determine what patch fixed it?

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [Bug 208825] lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop
  2020-08-06  0:33 [Bug 208825] New: lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop bugzilla-daemon
  2020-09-08 20:16 ` [Bug 208825] " bugzilla-daemon
  2020-09-14  5:52 ` bugzilla-daemon
@ 2020-09-14 19:13 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2020-09-14 19:13 UTC (permalink / raw)
  To: dri-devel

https://bugzilla.kernel.org/show_bug.cgi?id=208825

--- Comment #3 from Jon Tourville (jontourville@me.com) ---
I am now unable to reproduce even on versions <5.8.6, which I know still had
the problem. So I am thinking it may have been a firmware update or something
else that resolved the issue for me.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2020-09-14 19:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06  0:33 [Bug 208825] New: lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop bugzilla-daemon
2020-09-08 20:16 ` [Bug 208825] " bugzilla-daemon
2020-09-14  5:52 ` bugzilla-daemon
2020-09-14 19:13 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).