1. 10 Jan, 2004 4 commits
    • Martin Hicks's avatar
      [PATCH] Call slave_destroy in scsi_alloc_sdev error path · 23a6b563
      Martin Hicks authored
      This patch fixes a potential memory leak in scsi_alloc_sdev.
      
      If slave_alloc kmallocs memory and the get_device() (around line 245)
      fails then we goto the error path.  The error path never calls
      slave_destroy.
      23a6b563
    • Arjan van de Ven's avatar
      [PATCH] fix a few missing return value checks in scsi · db0fff74
      Arjan van de Ven authored
      The attached patch adds a few error checks for the pci dma_mask setting
      routines, which after all can fail and thus need their return code
      checked.
      db0fff74
    • Jes Sorensen's avatar
      [PATCH] qla1280 · cf255f2f
      Jes Sorensen authored
      I am attaching the latest version of the qla1280 driver for inclusion in
      the next 2.6.x release. It is mostly based on Christoph's cleanup work
      and a couple of changes of my own. I don't know if it is too late for
      2.6.1, but otherwise it would be nice to get it into 2.6.2.
      
      I have built and tested this using 2.6.0-test11 on an ia64, but I don't
      think there were any major SCSI changes since then.
      cf255f2f
    • James Bottomley's avatar
      Merge mulgrave.(none):/home/jejb/BK/linux-2.5 · 9528a458
      James Bottomley authored
      into mulgrave.(none):/home/jejb/BK/scsi-misc-2.7
      9528a458
  2. 09 Jan, 2004 3 commits
  3. 08 Jan, 2004 33 commits