1. 22 Oct, 2009 5 commits
  2. 13 Oct, 2009 1 commit
    • James Bottomley's avatar
      [SCSI] fix memory leak in initialization · 37e6ba00
      James Bottomley authored
      The root cause of the problem is the fact that dev_set_name() now
      allocates storage instead of using the original array within the kobj.
      That means that the SCSI assumption that if you haven't made the
      containing object or any sub objects visible, you can just destroy it
      (and its component devices) lock stock and barrel becomes false.
      
      Fix this by doing the get of sdev_dev at parent time and thus do an
      extra put of it in scsi_destroy_sdev() (and all other destruction
      without add paths).
      Reported-by: default avatarTetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
      37e6ba00
  3. 12 Oct, 2009 10 commits
  4. 11 Oct, 2009 16 commits
  5. 10 Oct, 2009 3 commits
  6. 09 Oct, 2009 5 commits