[Bug 267028] General protection fault kernel panic immediately after kldload amdgpu

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 07 Dec 2022 16:58:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028

--- Comment #18 from George Mitchell <george@m5p.com> ---
I hate to say again how little I know about kernel module loading, but by any
chance is there multithreading in the code that gets called when amdgpu.ko is
first loaded?  I can't help thinking that perhaps that code is returning
prematurely, before some initialization is completely finished and all locks
released.  If I knew where to put it, I would throw in a five-second delay at
the end of whatever gets called to load amdgpu.ko.

-- 
You are receiving this mail because:
You are the assignee for the bug.