commit | 8cbdc5fffa15d5c573e2531c6f533822d08b6b0f | [log] [tgz] |
---|---|---|
author | James.Smart@Emulex.Com <James.Smart@Emulex.Com> | Wed Aug 10 15:02:50 2005 -0400 |
committer | James Bottomley <jejb@mulgrave.(none)> | Fri Aug 12 12:08:30 2005 -0500 |
tree | 3bd3c4f60e0cbb5c316dad3789abaf4fc1facbd0 | |
parent | 483f05f0134e60b724bc3678507c1def860c56d5 [diff] |
[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>