Re: Plaintext formatRe: amdgpu: panic: Assertion td->td_lkpi_task == NULL
- In reply to: Chris Torek : "Re: Plaintext formatRe: amdgpu: panic: Assertion td->td_lkpi_task == NULL"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Aug 2026 15:37:39 UTC
On Wed, 5 Aug 2026 at 08:15, Chris Torek <chris.torek@gmail.com> wrote: > > For what little it's worth, the stack trace in the original report > should be impossible, based on my attempt to read the code (it's > difficult, what with all the magic macros redefining various asserts > and such). > > That does suggest some sort of de-synchronization of the loadable > module with the internal lkpi parts. yeah, i figured out mine again, and it was yet again "kernel sources and installed kernel and port build are not the same thing" glitches. I really thought we had a better way of handling this. Alas, the use of inlines everywhere in that API layer just makes this game hard. -adrian