NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/59740: Page fault in supervisor mode



The following reply was made to PR kern/59740; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: kern/59740: Page fault in supervisor mode
Date: Thu, 30 Oct 2025 10:30:52 +0100

 >From the image: the crash happens at:
 
 intr_disestablish()+0x17
 ixgbe_free_pciintr_resources()+0x3f
 ixgbe_attach()+0x24a
 
 The msix interrupt queue disestablish is not protected with if
 (sc->osdep.ihs[i] != NULL) like the others a few lines below, so if we
 have not been sucessfully through ixgbe_allocate_msix() this might
 crash (we go to err_out in ixgbe.c: 7048 and then call
 ixgbe_free_pciintr_resources).
 
 Martin
 


Home | Main Index | Thread Index | Old Index