From mboxrd@z Thu Jan 1 00:00:00 1970 From: swise@opengridcomputing.com (Steve Wise) Date: Thu, 16 Jun 2016 10:56:02 -0500 Subject: target crash / host hang with nvme-all.3 branch of nvme-fabrics In-Reply-To: <20160616145724.GA32635@infradead.org> References: <00d801d1c7de$e17fc7d0$a47f5770$@opengridcomputing.com> <20160616145724.GA32635@infradead.org> Message-ID: <017001d1c7e7$95057270$bf105750$@opengridcomputing.com> > On Thu, Jun 16, 2016@09:53:45AM -0500, Steve Wise wrote: > > [11436.603807] nvmet: ctrl 1 keep-alive timer (15 seconds) expired! > > [11436.609866] BUG: unable to handle kernel NULL pointer dereference at > > 0000000000000050 > > [11436.617764] IP: [] nvmet_rdma_delete_ctrl+0x6f/0x100 > > Can you check using gdb where in the code this is? nvmet_rdma_delete_ctrl(): /root/nvmef/nvme-fabrics/drivers/nvme/target/rdma.c:1302 &nvmet_rdma_queue_list, queue_list) { if (queue->nvme_sq.ctrl->cntlid == ctrl->cntlid) df6: 48 8b 40 38 mov 0x38(%rax),%rax dfa: 41 0f b7 4d 50 movzwl 0x50(%r13),%ecx dff: 66 39 48 50 cmp %cx,0x50(%rax) <=========== here e03: 75 cd jne dd2