Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2024 18:41:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267028] kernel panics when booting with both (zfs,ko or vboxnetflt,ko or acpi_wmi.ko) and amdgpu.ko
Message-ID:  <bug-267028-227-Xzkm2lE3ct@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267028-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267028-227-Xzkm2lE3ct>