Re: [openib-general] FW: OFED 1.1 rc3 srp driver panic

2006-09-07 Thread ishai
I think I found the race that causes this NULL Dereference. 1) There is a connection error. 2) srp_completion gets bad status and schedules a call to srp_reconnect_work. 3) srp_reconnect_work is scheduled to run and calls srp_reconnect_target. 4) srp_reconnect_target starts to run, changes the

[openib-general] FW: OFED 1.1 rc3 srp driver panic

2006-09-07 Thread Ishai Rabinovitz
Here is an Oops in ib_srp From: Dachepalli, Sudhir [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 11:09 PMTo: Vu PhamCc: Richard, BillSubject: OFED 1.1 rc3 srp driver panic Hello Vu,   I am trying to integrate MPP and OFED 1.1 rc3 srp.    Status on following 2 issues.