All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 209939] New: radeontop causes kernel panic
@ 2020-10-29 13:22 bugzilla-daemon
  2020-10-29 13:31 ` [Bug 209939] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-10-29 13:22 UTC (permalink / raw)
  To: dri-devel

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

            Bug ID: 209939
           Summary: radeontop causes kernel panic
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.9.1
          Hardware: x86-64
                OS: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Video(DRI - non Intel)
          Assignee: drivers_video-dri@kernel-bugs.osdl.org
          Reporter: janpieter.sollie@edpnet.be
        Regression: No

Created attachment 293297
  --> https://bugzilla.kernel.org/attachment.cgi?id=293297&action=edit
kernel .config file of 3 PCs

(view 3 .config files)
> PC1: problem pc, Ryzen 2400GE APU with Vega 11 and 5.9.1 kernel (Xorg
> running)
> PC2: working pc, ryzen V1605 APU with vega 8 and 5.8.14 kernel (Xorg running)
> PC3: working pc, Threadripper 1950 + Fiji GPU and 5.9.1 kernel (CLI only)

As the subject states: on PC1, the kernel can't handle the radeontop program,
one way or another, these methods work / do not on PC1:
> - while hardware-accelerated content is running, panic
> - When in console mode, it's fine
> - when switching from console to X, it's fine for a few moments
> - when trying it early (X running sddm, radeontop via ssh), panic

with *panic*, I mean: the PC does not react anymore: the num lock trigger is no
longer working, no input is accepted, the clock on the GUI does not change
anymore, no SSH.

I tried everything:
> - pstore is empty
> - dd if=/dev/kmsg of=/dev/sdb1 & while [ 1]; do echo s > /proc/sysrq-trigger;
> sleep 10; done & radeontop (and pulling it out of this partition afterwards)

The mainboard does not have a RS232 port, so debugging this way is not
possible;
also, I doubt I'd be able to use KDB if the screen stucks at GUI mode ...

If I can do anything to gather more info, let me know

-- 
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] 6+ messages in thread

* [Bug 209939] radeontop causes kernel panic
  2020-10-29 13:22 [Bug 209939] New: radeontop causes kernel panic bugzilla-daemon
@ 2020-10-29 13:31 ` bugzilla-daemon
  2020-10-29 20:21 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-10-29 13:31 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher (alexdeucher@gmail.com) changed:

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

--- Comment #1 from Alex Deucher (alexdeucher@gmail.com) ---
Does setting amdgpu.runpm=0 on the kernel command line in grub fix the issue? 
How are you running radeontop?  If you are running it such that it tries to
access MMIO space directly rather than going through the kernel, that could
cause an issue.

-- 
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] 6+ messages in thread

* [Bug 209939] radeontop causes kernel panic
  2020-10-29 13:22 [Bug 209939] New: radeontop causes kernel panic bugzilla-daemon
  2020-10-29 13:31 ` [Bug 209939] " bugzilla-daemon
@ 2020-10-29 20:21 ` bugzilla-daemon
  2020-10-29 21:00 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-10-29 20:21 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Janpieter Sollie (janpieter.sollie@edpnet.be) ---
I am running radeontop the usual way - without arguments, default compile.
amdgpu.runpm=0 has no effect

-- 
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] 6+ messages in thread

* [Bug 209939] radeontop causes kernel panic
  2020-10-29 13:22 [Bug 209939] New: radeontop causes kernel panic bugzilla-daemon
  2020-10-29 13:31 ` [Bug 209939] " bugzilla-daemon
  2020-10-29 20:21 ` bugzilla-daemon
@ 2020-10-29 21:00 ` bugzilla-daemon
  2020-10-30  7:53 ` bugzilla-daemon
  2020-11-04  7:41 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-10-29 21:00 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Alex Deucher (alexdeucher@gmail.com) ---
Does setting amdgpu.ppfeaturemask=0xffff3fff on the kernel command line in grub
fix 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] 6+ messages in thread

* [Bug 209939] radeontop causes kernel panic
  2020-10-29 13:22 [Bug 209939] New: radeontop causes kernel panic bugzilla-daemon
                   ` (2 preceding siblings ...)
  2020-10-29 21:00 ` bugzilla-daemon
@ 2020-10-30  7:53 ` bugzilla-daemon
  2020-11-04  7:41 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-10-30  7:53 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #4 from Janpieter Sollie (janpieter.sollie@edpnet.be) ---
sorry, no, still the same ...
just to be sure, if I do this, this overrides settings in
/etc/modprobe.d/amdgpu.conf, right?

-- 
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] 6+ messages in thread

* [Bug 209939] radeontop causes kernel panic
  2020-10-29 13:22 [Bug 209939] New: radeontop causes kernel panic bugzilla-daemon
                   ` (3 preceding siblings ...)
  2020-10-30  7:53 ` bugzilla-daemon
@ 2020-11-04  7:41 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2020-11-04  7:41 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #5 from Janpieter Sollie (janpieter.sollie@edpnet.be) ---
Also tried (thanks to hint from Gentoo) netconsole
when using netconsole, no output is logged: while the kernel buffer from before
'radeontop' is printed correctly, no other output is passed during "kernel
panic", apparently the kernel does not live long enough to push it to
netconsole, or it's a bug in radeontop causing hardware freeze

-- 
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] 6+ messages in thread

end of thread, other threads:[~2020-11-04  7:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29 13:22 [Bug 209939] New: radeontop causes kernel panic bugzilla-daemon
2020-10-29 13:31 ` [Bug 209939] " bugzilla-daemon
2020-10-29 20:21 ` bugzilla-daemon
2020-10-29 21:00 ` bugzilla-daemon
2020-10-30  7:53 ` bugzilla-daemon
2020-11-04  7:41 ` 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.