Date: Thu, 12 Sep 2024 00:06:27 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 281177] 13.2 works, 13.3 and 14.x installers panic on older qlogic isp card Message-ID: <bug-281177-227-cBiV2rVPLf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-281177-227@https.bugs.freebsd.org/bugzilla/> References: <bug-281177-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281177 --- Comment #8 from Yuri Pankov <yuripv@FreeBSD.org> --- I was able to reproduce the panic without Joerg's diff removing isp from ke= rnel config and kldload'ing it after boot, hopefully this is a bit more readable: isp0: <Qlogic ISP 2432 PCI FC-AL Adapter> port 0x7000-0x70ff mem 0xb5e40000-0xb5e43fff at device 0.0 numa-domain 0 on pci11 isp0: FLT[DEF]: Invalid length=3D0xffff(65535) Kernel page fault with the following non-sleepable locks held: exclusive sleep mutex isp (isp) r =3D 0 (0xfffff80004af5800) locked @ /home/yuri/ws/isp/sys/dev/isp/isp_pci.c:1096 stack backtrace: Fatal trap 12: page fault while in kernel mode cpuid =3D 17; apic id =3D 09 fault virtual address =3D 0xfffffe01f793f000 fault code =3D supervisor write data, page not present instruction pointer =3D 0x20:0xffffffff832f59f2 stack pointer =3D 0x28:0xfffffe01f793d690 frame pointer =3D 0x28:0xfffffe01f794d6e0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 196 (kldload) rdi: fffff80004af5800 rsi: 0000000000000004 rdx: fffff800b5e40004 rcx: 0000c0c97e2e00dd r8: 0000c0c97e2d707e r9: fffff800081a5740 rax: 00000000ffffffff rbx: fffff80004af5800 rbp: fffffe01f794d6e0 r10: 000000000000001d r11: 000000000000001d r12: 0000000000007530 r13: 000000000000065c r14: 000000007ff11a5e r15: fffffe01f793f000 trap number =3D 12 panic: page fault cpuid =3D 17 time =3D 1726098938 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe01f793d= 360 vpanic() at vpanic+0x13f/frame 0xfffffe01f793d490 panic() at panic+0x43/frame 0xfffffe01f793d4f0 trap_fatal() at trap_fatal+0x40b/frame 0xfffffe01f793d550 trap_pfault() at trap_pfault+0xa0/frame 0xfffffe01f793d5c0 calltrap() at calltrap+0x8/frame 0xfffffe01f793d5c0 --- trap 0xc, rip =3D 0xffffffff832f59f2, rsp =3D 0xfffffe01f793d690, rbp = =3D 0xfffffe01f794d6e0 --- isp_read_flt_2xxx() at isp_read_flt_2xxx+0x562/frame 0xfffffe01f794d6e0 isp_reset() at isp_reset+0x646/frame 0xfffffe01f794d7e0 isp_reinit() at isp_reinit+0xea/frame 0xfffffe01f794d890 isp_pci_attach() at isp_pci_attach+0xff4/frame 0xfffffe01f794d930 device_attach() at device_attach+0x3aa/frame 0xfffffe01f794d970 device_probe_and_attach() at device_probe_and_attach+0x70/frame 0xfffffe01f794d9a0 pci_driver_added() at pci_driver_added+0xf2/frame 0xfffffe01f794d9e0 devclass_driver_added() at devclass_driver_added+0x29/frame 0xfffffe01f794d= a10 devclass_add_driver() at devclass_add_driver+0x138/frame 0xfffffe01f794da50 module_register_init() at module_register_init+0xb0/frame 0xfffffe01f794da80 linker_load_module() at linker_load_module+0xc23/frame 0xfffffe01f794dd80 kern_kldload() at kern_kldload+0x16e/frame 0xfffffe01f794ddd0 sys_kldload() at sys_kldload+0x5c/frame 0xfffffe01f794de00 amd64_syscall() at amd64_syscall+0x158/frame 0xfffffe01f794df30 fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe01f794df30 --- syscall (304, FreeBSD ELF64, kldload), rip =3D 0x3c38ff72f7da, rsp =3D 0x3c38fcd188b8, rbp =3D 0x3c38fcd18e30 --- Uptime: 42s Dumping 2546 out of 65179 MB:..1%..11%..21%..31%..41%..51%..61%..71%..81%..= 91% --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-281177-227-cBiV2rVPLf>