]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] lpfc driver 8.0.30 : fix lip/cablepull panic
authorJames.Smart@Emulex.Com <James.Smart@Emulex.Com>
Wed, 10 Aug 2005 19:02:50 +0000 (15:02 -0400)
committerJames Bottomley <jejb@mulgrave.(none)>
Fri, 12 Aug 2005 17:08:30 +0000 (12:08 -0500)
commit0d9768f8ba23f0bebcef6a9fcdad767a8cce523d
tree3bd3c4f60e0cbb5c316dad3789abaf4fc1facbd0
parent0f8a64a371ae8d64458a554c91da5bfa7cabe396
[SCSI] lpfc driver 8.0.30 : fix lip/cablepull panic

Fix panic on lip and cable pull

Symptoms: Panic on lip or cable pull

Cause: Use after free of nlp in lpfc_nlp_remove()

Fix: Do not make FC transport calls after a node is removed. Transport
calls are disabled by ignoring the initial delete transition.

Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/lpfc/lpfc_hbadisc.c