Summary: | Kernel panic at boot on Intel Atom C3758 w/ QAT module | ||
---|---|---|---|
Product: | Base System | Reporter: | Ben Schumacher <me> |
Component: | kern | Assignee: | freebsd-bugs (Nobody) <bugs> |
Status: | Open --- | ||
Severity: | Affects Only Me | CC: | 3226388001, markj |
Priority: | --- | Keywords: | crash, regression |
Version: | 14.2-RELEASE | ||
Hardware: | amd64 | ||
OS: | Any |
Description
Ben Schumacher
2024-12-12 17:29:00 UTC
I encountered the same panic when I added qat_load="YES" but forgot qat_c3xxx_fw_load="YES" in /boot/loader.conf. --- panic: page fault cpuid = 6 time = 4 KDB: stack backtrace: #0 0xffffffff809de9ed at kdb_backtrace+0x5d #1 0xffffffff80990d51 at vpanic+0x131 #2 0xffffffff80990c13 at panic+0x43 #3 0xffffffff80e87a0b at trap_fatal+0x40b #4 0xffffffff80e87a56 at trap_pfault+0x46 #5 0xffffffff80e5db98 at calltrap+0x8 #6 0xffffffff80a69604 at namei+0x104 #7 0xffffffff80a8f18a at vn_open_cred+0x53a #8 0xffffffff809da619 at loadimage+0x239 #9 0xffffffff809f3ed2 at taskqueue_run_locked+0x182 #10 0xffffffff809f5152 at taskqueue_thread_loop+0xc2 #11 0xffffffff8094a75f at fork_exit+0x7f #12 0xffffffff80e5ebfe at fork_trampoline+0xe Uptime: 4s Automatic reboot in 15 seconds - press a key on the console to abort --> Press a key on the console to reboot, --> or switch off the system now. Which FreeBSD version did you upgrade from? 14.x has a different QAT driver than 13, so I'm wondering if there was a regression there. If anyone has a dmesg from an old, successful boot with QAT loaded from loader.conf, I'd like to see it. |