All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 214427] New: Amdgpu hangs kernel on boot trying init debugfs
@ 2021-09-16  8:17 bugzilla-daemon
  2021-09-16  8:18 ` [Bug 214427] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-09-16  8:17 UTC (permalink / raw)
  To: dri-devel

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

            Bug ID: 214427
           Summary: Amdgpu hangs kernel on boot trying init debugfs
           Product: Drivers
           Version: 2.5
    Kernel Version: 5.14.4
          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: inferrna@gmail.com
        Regression: No

Created attachment 298831
  --> https://bugzilla.kernel.org/attachment.cgi?id=298831&action=edit
Screenshot

Early on kernel 5.10 and before it was just
[drm] Initialized amdgpu 3.40.0 20150101 for 0000:05:00.0 on minor 0
[drm:amdgpu_debugfs_init] *ERROR* Failed to init debugfs
[drm:amdgpu_pci_probe] *ERROR* Creating debugfs files failed (-1).

but now it became panic. Kernel patched with
https://github.com/dolohow/uksm/blob/master/v5.x/uksm-5.14.patch - I'm using it
since version 4 without problems.

Panic starts with

RIP: 0010:debugfs_create_file_size+0x2e/0x40

..and see more on the picture

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 214427] Amdgpu hangs kernel on boot trying init debugfs
  2021-09-16  8:17 [Bug 214427] New: Amdgpu hangs kernel on boot trying init debugfs bugzilla-daemon
@ 2021-09-16  8:18 ` bugzilla-daemon
  2021-09-16  8:20 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-09-16  8:18 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #1 from Ilia (inferrna@gmail.com) ---
Created attachment 298833
  --> https://bugzilla.kernel.org/attachment.cgi?id=298833&action=edit
Kernel config

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 214427] Amdgpu hangs kernel on boot trying init debugfs
  2021-09-16  8:17 [Bug 214427] New: Amdgpu hangs kernel on boot trying init debugfs bugzilla-daemon
  2021-09-16  8:18 ` [Bug 214427] " bugzilla-daemon
@ 2021-09-16  8:20 ` bugzilla-daemon
  2021-09-16 10:56 ` bugzilla-daemon
  2021-09-16 13:39 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-09-16  8:20 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #2 from Ilia (inferrna@gmail.com) ---
Also my GPU is Polaris RX460 (ASUS ROG 4Gb) flashed with bios from RX560. Past
3 years all was working good.

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 214427] Amdgpu hangs kernel on boot trying init debugfs
  2021-09-16  8:17 [Bug 214427] New: Amdgpu hangs kernel on boot trying init debugfs bugzilla-daemon
  2021-09-16  8:18 ` [Bug 214427] " bugzilla-daemon
  2021-09-16  8:20 ` bugzilla-daemon
@ 2021-09-16 10:56 ` bugzilla-daemon
  2021-09-16 13:39 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-09-16 10:56 UTC (permalink / raw)
  To: dri-devel

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

--- Comment #3 from Ilia (inferrna@gmail.com) ---
Created attachment 298835
  --> https://bugzilla.kernel.org/attachment.cgi?id=298835&action=edit
config patch

It seems like amdgpu strongly requires access to debugfs and panics when
CONFIG_DEBUG_FS_ALLOW_NONE is set. Also there is no debugfs-related flag for
amdgpu - it seems or amdgpu should depend on CONFIG_DEBUG_FS_ALLOW_ALL, or it
should have separate debugfs flag to enable/disable debugfs usage (it is seems
very possible as it was working early w/o access to debugfs).

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

* [Bug 214427] Amdgpu hangs kernel on boot trying init debugfs
  2021-09-16  8:17 [Bug 214427] New: Amdgpu hangs kernel on boot trying init debugfs bugzilla-daemon
                   ` (2 preceding siblings ...)
  2021-09-16 10:56 ` bugzilla-daemon
@ 2021-09-16 13:39 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2021-09-16 13:39 UTC (permalink / raw)
  To: dri-devel

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

Alex Deucher (alexdeucher@gmail.com) changed:

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

--- Comment #4 from Alex Deucher (alexdeucher@gmail.com) ---
Looks like a duplicate of:
https://gitlab.freedesktop.org/drm/amd/-/issues/1686

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

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

end of thread, other threads:[~2021-09-16 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-16  8:17 [Bug 214427] New: Amdgpu hangs kernel on boot trying init debugfs bugzilla-daemon
2021-09-16  8:18 ` [Bug 214427] " bugzilla-daemon
2021-09-16  8:20 ` bugzilla-daemon
2021-09-16 10:56 ` bugzilla-daemon
2021-09-16 13:39 ` 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.