NetBSD-Bugs archive

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

Re: PR/53059 CVS commit: src/sys/dev/ic



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

From: Frank Kardel <kardel%netbsd.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, jdolecek%NetBSD.org@localhost, gnats-admin%netbsd.org@localhost,
 netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: PR/53059 CVS commit: src/sys/dev/ic
Date: Sat, 17 Mar 2018 09:10:53 +0100

 Well, we are not quite there yet.
 
 I get a page fault trap, code=0.
 
 hand copied stack trace (no dump device available at this point, photo 
 available on request).
 
 nvme_pt_fill() at nvme_pt_fill+0x1e
 
 nvme_poll() at nvme_poll+0xa0
 
 nvme_attach() atnvme_attch+0x9a4
 
 nvme_pci_attch() at name_pci_attach+0x530
 
 config_attach_loc()
 
 config_found_sm_loc()
 
 pci_probe_device()
 
 pci_enumerate_bus()
 
 pcirescan()
 
 pciattach()
 
 ....
 
 Frank
 
 
 On 03/17/18 01:30, Jaromir Dolecek wrote:
 > The following reply was made to PR kern/53059; it has been noted by GNATS.
 >
 > From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>
 > To: gnats-bugs%gnats.NetBSD.org@localhost
 > Cc:
 > Subject: PR/53059 CVS commit: src/sys/dev/ic
 > Date: Sat, 17 Mar 2018 00:28:03 +0000
 >
 >   Module Name:	src
 >   Committed By:	jdolecek
 >   Date:		Sat Mar 17 00:28:03 UTC 2018
 >   
 >   Modified Files:
 >   	src/sys/dev/ic: nvme.c
 >   
 >   Log Message:
 >   switch handling of passthrough commands to use queue, instead of polling
 >   
 >   should fix PR kern/53059 by Frank Kardel
 >   
 >   
 >   To generate a diff of this commit:
 >   cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/nvme.c
 >   
 >   Please note that diffs are not public domain; they are subject to the
 >   copyright notices on the relevant files.
 >   
 


Home | Main Index | Thread Index | Old Index