be2iscsi 4.1.239.0 [PATCH 07/10] Fix for case where task->sc was cleanedup earlier
Dec. 16, 2011
Oracle bugzilla 13257
Oracle bug
13465921
be2iscsi HBA driver v4.1.239.0 patch set for UEK R2(2.6.39)
jayamohan.kallickal@emulex.com
Ported driver version 4.1.239.0 to UEK2 2.6.39-100.0.17 (was 2.103.298.0)
Comments from the patch headers:
Commit ID :
bd5354511d00cb9c81c64b0544786807a2209488
[SCSI] be2iscsi: Fix for case where task->sc was cleanedup earlier
This patch fixes a bug where the task->sc was cleaned up earlier on a
different thread, possibly abort, and the completion comes later.
This was causing a crash which has been reported in multiple places
---
be_main.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
Signed-off-by: Chuck Anderson <chuck.anderson@oracle.com>