1. 12 3月, 2006 36 次提交
  2. 10 3月, 2006 1 次提交
  3. 08 3月, 2006 1 次提交
    • J
      [SCSI] sr: partial revert of 24669f75 · e12f0a3d
      James Bottomley 提交于
      The patch
      
      [SCSI] SCSI core kmalloc2kzalloc
      
      Has an incorrect piece in sr_ioctl.c; it changes buffer from kmalloc
      to kzalloc, but then removes the clearing of the stack variable struct
      packet_command.  This, in turn leaves rubbish in the sense pointer
      which the sr_do_ioctl() command then happily writes to ... oops.
      
      Thanks to Mike Christie <michaelc@cs.wisc.edu> for spotting this.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      e12f0a3d
  4. 07 3月, 2006 2 次提交
    • W
      [SCSI] osst: changes required to move forward to block request · 5e6575c0
      Willem Riede 提交于
      On 02/07/2006 04:12:55 AM, Christoph Hellwig wrote:
      > On Mon, Feb 06, 2006 at 08:02:21PM -0500, Willem Riede wrote:
      >
      > > But I will certainly help retire scsi_request. And anything else that is
      > > needed to keep up with proper kernel style. Let me know what those are, if
      > > you  would? I'll start looking at how st has changed, and will be back with
      > > any  questions I may have.
      >
      > right now the above is the most urgent bit.  What would be nice but not
      > required is a conversion to the sense handling helpers, similar to what
      > st got (aka using the *normalize_sense functions and then dealing with the
      > parsed sense buffer instead of the raw sense data)
      
      Ok, so here is my first take at satisfying this request.
      Be warned, that beyond compiling, and checking that the new module
      doesn't immediately blow up, there hasn't yet been a lot of testing.
      
      But this should allow you to comment on the changes, and move forward
      with dropping scsi_request from the kernel code.
      Signed-off-by: NWillem Riede <osst@riede.org>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      5e6575c0
    • J
      [SCSI] lpfc: minor syntax fixes · 286fc8f8
      James Bottomley 提交于
      Stop gcc complaining about undefined variables
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      286fc8f8