From: James.Smart@Emulex.Com Date: Wed, 10 Aug 2005 19:02:50 +0000 (-0400) Subject: [SCSI] lpfc driver 8.0.30 : fix lip/cablepull panic X-Git-Tag: v2.6.14-rc1~522^2~12^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cbdc5fffa15d5c573e2531c6f533822d08b6b0f;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed