Date: Tue, 07 Mar 2023 19:36:58 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 268393] system always reboots once from a powered off state Message-ID: <bug-268393-227-lyVMBzIPV7@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268393-227@https.bugs.freebsd.org/bugzilla/> References: <bug-268393-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=3D268393 --- Comment #16 from John Grafton <john.grafton@runbox.com> --- (In reply to Jonathan Vasquez from comment #14) Hi Jonathan, All of the crash dump reports you posted appear to have panicked in the hdac_rirb_flush function. Specifically dereferencing the `rirb` pointer on line 968 from `sys/dev/sound/pci/hda/hdac.c`=20 I'm thinking there *may* be a bug in calculating the `rirb` read pointer in= the code just above the dereference. Would patch your kernel hda driver (should work with stable 13) with the attached patch and output the results? It just adds a few debug prints to = the hda driver. You'll also need to update a sysctl variable to ensure the debugs actually print. So the procedure is: 1) sysctl debug.bootverbose=3D1 2) patch hda driver and recompile 3) unload snd_hda and reload Here's an example of what it looks like on a bhyve VM: root@fbsd-current:~ # sysctl debug.bootverbose=3D1 root@fbsd-current:~ # kldload snd_hda pci0: driver added =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0 found-> vendor=3D0x8086, dev=3D0x27d8, revid=3D0x00 =C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0domain=3D0, bus=3D0, slot=3D6, fu= nc=3D0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0class=3D04-03-00, hdrtype=3D0x00,= mfdev=3D0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0cmdreg=3D0x0406, statreg=3D0x0000= , cachelnsz=3D0 (dwords) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0lattimer=3D0x00 (0 ns), mingnt=3D= 0x00 (0 ns), maxlat=3D0x00 (0 ns) =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0intpin=3Da, irq=3D18 =C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 pci0:0:6:0: reprobing on driver added =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hdac0: <Intel 82801G HDA Controller> mem 0xc0004000-0xc0007fff irq 18 at de= vice 6.0 on pci0=20=20 hdac0: PCI card vendor: 0x0000, device: 0x0000 =C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0 hdac0: HDA Driver Revision: 20120126_0002 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 hdac0: Config options: on=3D0x00000000 off=3D0x00000000 =C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 2 vector 51 =C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256=20=20 hdac0: rirb_base 0xfffffe01205ff000 =C2=A0=20=20 hdac0: rirb_size 256 =C2=A0=20=20 hdac0: sc->rirb_rp 1 =C2=A0=20=20 hdac0: rirb address 0xfffffe01205ff008 hdac0: =C2=A0response 00008086=20=20 hdac0: rirb_base 0xfffffe01205ff000 =C2=A0=20=20 hdac0: rirb_size 256 =C2=A0=20=20 hdac0: sc->rirb_rp 2 =C2=A0=20=20 hdac0: rirb address 0xfffffe01205ff010 hdac0: =C2=A0response 0000ffff=20=20 hdacc0: <Generic (0x8086) HDA CODEC> at cad 0 on hdac0=20=20 hdac0: rirb_base 0xfffffe01205ff000 =C2=A0=20=20 hdac0: rirb_size 256 =C2=A0=20=20 hdac0: sc->rirb_rp 3 =C2=A0=20=20 hdac0: rirb address 0xfffffe01205ff018 hdac0: =C2=A0response 00010001=20=20 hdac0: rirb_base 0xfffffe01205ff000 =C2=A0=20=20 hdac0: rirb_size 256 =C2=A0=20=20 hdac0: sc->rirb_rp 4 ... --=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-268393-227-lyVMBzIPV7>