[Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 15 Dec 2024 18:41:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267028

--- Comment #231 from George Mitchell <george@m5p.com> ---
Mark points out I should specifically post this, since I am not using a stock
distribution of the kernel:

diff -u sys/amd64/conf/{GENERIC,M5P}
--- sys/amd64/conf/GENERIC    2024-07-03 16:23:56.252550000 -0400
+++ sys/amd64/conf/M5P    2024-07-03 16:25:05.287604000 -0400
@@ -18,12 +18,13 @@
 #

 cpu        HAMMER
-ident        GENERIC
+ident        M5P

 makeoptions    DEBUG=-g        # Build kernel with gdb(1) debug symbols
 makeoptions    WITH_CTF=1        # Run ctfconvert(1) for DTrace support

-options     SCHED_ULE        # ULE scheduler
+#options     SCHED_ULE        # ULE scheduler
+options     SCHED_4BSD        # 4BSD scheduler
 options     NUMA            # Non-Uniform Memory Architecture support
 options     PREEMPTION        # Enable kernel thread preemption
 options     VIMAGE            # Subsystem virtualization, e.g. VNET

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