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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Oct 2022 23:17:40 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028

--- Comment #12 from George Mitchell <george@m5p.com> ---
Without amdgpu in the kld_list, kld_list currently is not even defined. 
Perhaps it's more helpful to show what gets loaded aside from amdgpu int he
course of a normal boot:

kldstat
 1   64 0xffffffff80200000  1f300f0 kernel
 2    1 0xffffffff82132000     77e0 sem.ko
 3    3 0xffffffff8213a000    8cc90 vboxdrv.ko
 4    1 0xffffffff82600000   3df128 zfs.ko
 5    2 0xffffffff82518000     4240 vboxnetflt.ko
 6    2 0xffffffff8251d000     aac8 netgraph.ko
 7    1 0xffffffff82528000     31c8 ng_ether.ko
 8    1 0xffffffff8252c000     55e0 vboxnetadp.ko
 9    1 0xffffffff82532000     3378 acpi_wmi.ko
10    1 0xffffffff82536000     3218 intpm.ko
11    1 0xffffffff8253a000     2180 smbus.ko
12    1 0xffffffff8253d000     33c0 uslcom.ko
13    1 0xffffffff82541000     4d90 ucom.ko
14    1 0xffffffff82546000     2340 uhid.ko
15    1 0xffffffff82549000     3380 usbhid.ko
16    1 0xffffffff8254d000     31f8 hidbus.ko
17    1 0xffffffff82551000     3320 wmt.ko
18    1 0xffffffff82555000     4350 ums.ko
19    1 0xffffffff8255a000     5af8 autofs.ko
20    1 0xffffffff82560000     2a08 mac_ntpd.ko
21    1 0xffffffff82563000     20f0 green_saver.ko

The SU+J thing is totally anecdotal, based on what I used to see on
freebsd-hackers.  Right now, I format my disks with UFS for root/var/tmp (no
more than 8GB for fast fscking), and then a ZFS partition for /usr.

I don't use IRC, Matrix, or Element (not sure what those last two are) and on
the rare occasions I use Discord, I use the web site.

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