Bug 214427
Summary: | Amdgpu hangs kernel on boot trying init debugfs | ||
---|---|---|---|
Product: | Drivers | Reporter: | Ilia (inferrna) |
Component: | Video(DRI - non Intel) | Assignee: | drivers_video-dri |
Status: | NEW --- | ||
Severity: | normal | CC: | alexdeucher |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 5.14.4 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Screenshot
Kernel config config patch |
Description
Ilia
2021-09-16 08:17:01 UTC
Created attachment 298833 [details]
Kernel config
Also my GPU is Polaris RX460 (ASUS ROG 4Gb) flashed with bios from RX560. Past 3 years all was working good. Created attachment 298835 [details]
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).
Looks like a duplicate of: https://gitlab.freedesktop.org/drm/amd/-/issues/1686 |