On 07/24/12 15:43, Joseph Glanville wrote: > [35404.804723] BUG: unable to handle kernel NULL pointer dereference at (null)
I've been able to reproduce this ib_srp crash. Apparently if an SRP response is received after srp_reset_host() has been invoked srp_process_rsp() tries to call scmnd->scsi_done(scmnd) with scsi_done == NULL, hence the kernel oops. A candidate fix is available in this (rebased) tree: http://github.com/bvanassche/linux/tree/srp-ha. Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
