1. 18 6月, 2007 1 次提交
    • J
      [SCSI] lpfc: NPIV: split ports · 2e0fef85
      James Smart 提交于
      The driver is reorganized to separate the handling of the adapter from
      the handling of the FC port. Adapter handling includes submissions of
      command requests, receiving responses, and managing adapter resources.
      The FC port includes the discovery engine, login handling, and the
      mapping of a Scsi_Host on the "port".  Although not a large functional
      change, as it touches core structures and functions, resulting in a
      large text delta.
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      2e0fef85
  2. 06 5月, 2007 10 次提交
  3. 01 4月, 2007 1 次提交
    • A
      [SCSI] lpfc: fix oops when parsing dodgy VPD · 07da60c1
      Anton Blanchard 提交于
      We have seen two cases where VPD on an emulex card has been incorrect
      and we end up walking off the end of memory. It looks like someone made
      an update (increased the length of a string) without increasing the
      Length field. Then we do:
      
      	Length -= (3+i);
      
      And since Length is unsigned it becomes very large and we loop forever
      in the encapsulating:
      
      	while (Length > 0) {
      
      If we make Length signed then we fall out of the loop and proceed on.
      
      Its important to note we have only seen this in the lab and it may be
      the only two cases of this in existence, but since the rest of the code
      has been written to be resilient against bad VPD we may as well fix this
      too.
      Signed-off-by: NAnton Blanchard <anton@samba.org>
      Acked-by: NJames Smart <James.Smart@Emulex.Com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      07da60c1
  4. 11 3月, 2007 1 次提交
  5. 16 2月, 2007 1 次提交
  6. 03 12月, 2006 6 次提交
  7. 27 9月, 2006 1 次提交
  8. 05 9月, 2006 1 次提交
  9. 03 9月, 2006 1 次提交
  10. 20 8月, 2006 1 次提交
  11. 07 8月, 2006 1 次提交
  12. 09 7月, 2006 4 次提交
  13. 03 7月, 2006 1 次提交
  14. 27 6月, 2006 2 次提交
  15. 20 4月, 2006 3 次提交
  16. 12 3月, 2006 1 次提交
  17. 07 3月, 2006 1 次提交
  18. 06 3月, 2006 2 次提交
  19. 01 3月, 2006 1 次提交