1. 29 10月, 2005 11 次提交
  2. 28 10月, 2005 1 次提交
  3. 26 10月, 2005 1 次提交
    • A
      [PATCH] qlogic lockup fix · 444d1d9b
      Andrew Morton 提交于
      If qla2x00_probe_one()'s call to qla2x00_iospace_config() fails, we call
      qla2x00_free_device() to clean up.  But because ha->dpc_pid hasn't been set
      yet, qla2x00_free_device() tries to stop a kernel thread which hasn't started
      yet.  It does wait_for_completion() against an uninitialised completion struct
      and the kernel hangs up.
      
      Fix it by initialising ha->dpc_pid a bit earlier.
      
      Cc: Andrew Vasquez <andrew.vasquez@qlogic.com>
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      444d1d9b
  4. 26 9月, 2005 1 次提交
  5. 18 9月, 2005 1 次提交
  6. 11 9月, 2005 1 次提交
  7. 10 9月, 2005 1 次提交
  8. 05 9月, 2005 14 次提交
  9. 28 7月, 2005 2 次提交
  10. 27 7月, 2005 3 次提交
    • L
      Fix compiler warning in qla_iocb.c · db776a14
      Linus Torvalds 提交于
      Remove bogus initialization that was re-done (correctly) later.
      db776a14
    • A
      [PATCH] qla2xxx: Kconfig dependency fix · a6fa657b
      Andrew Morton 提交于
      *** Warning: "fc_remote_port_block" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "scsi_is_fc_rport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_unblock" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_rolechg" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_release_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remove_host" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_add" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_attach_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a6fa657b
    • A
      [PATCH] qla: remove anonymous union · 9a168bdd
      Andrew Morton 提交于
      Older gcc's dont support anonymous unions, so this driver gets hundreds of
      error.
      
      Fortunately the fix is easy...
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9a168bdd
  11. 14 7月, 2005 4 次提交