1. 03 Aug, 2002 2 commits
    • Stephen Cameron's avatar
      [PATCH] fix cpqfc passthrough ioctl for 2.5.30 · bd381b1f
      Stephen Cameron authored
      This patch fixes the cpqfc passthrough ioctl for 2.5.30.
      
      One question... Is it possible for a user app, by abusing
      a upperlevel driver (e.g. the sg driver) to put a bogus
      value into Scsi_Request->upper_level_private?
      
      This patch kind of depends on this being impossible.
      
      If it is possible, maybe it's better if I find another way
      to identify passthrough commands on completion than what
      this patch does.  e.g. keep a list of the passthru Scsi_Requests
      that are outstanding, then search the list on each completion...(yuck.)
      
      -- steve
      bd381b1f
    • Stephen Cameron's avatar
      [PATCH] cpqfc, 2.5.30, lun fix · 9c9e47a5
      Stephen Cameron authored
      This is basically a port of a patch to 2.4 kernels to fix
      the ioctls to pay attention to the lun field.  For 2.5.30,
      the passthrough ioctl is pretty broken, and this patch does not
      fix that.  (The patch I'm sending after this one does.)
      
      -- steve
      9c9e47a5
  2. 01 Aug, 2002 38 commits