Control: tags -1 moreinfo

On Sat, May 16, 2026 at 10:11:32PM -0400, Christian Weeks wrote:
> It looks like there's a hard kernel panic in the AMD driver at the minute. It 
> could be related to my specific hardware - but I've not seen this specific 
> panic before, usually it's just a brief freeze that can be recovered by 
> replugging a monitor, not a full crash.

There are two traces in there.

The primary one is amdgpu trying to do atomic memory allocations and
failing.  Those allocations can fail, as they must not block.  This was
introduced with
https://gitlab.freedesktop.org/drm/amd/-/work_items/4470.

The second one should be just a warning and shows up because linux tries
to safe the log for the primary problem first.

You may find files in /sys/fs/pstore, please provide them.

Bastian

-- 
Madness has no purpose.  Or reason.  But it may have a goal.
                -- Spock, "The Alternative Factor", stardate 3088.7

Reply via email to