1. 15 1月, 2006 8 次提交
  2. 13 1月, 2006 1 次提交
  3. 14 12月, 2005 4 次提交
  4. 07 12月, 2005 2 次提交
  5. 10 11月, 2005 5 次提交
  6. 07 11月, 2005 1 次提交
  7. 29 10月, 2005 11 次提交
  8. 28 10月, 2005 1 次提交
  9. 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
  10. 26 9月, 2005 1 次提交
  11. 18 9月, 2005 1 次提交
  12. 11 9月, 2005 1 次提交
  13. 10 9月, 2005 1 次提交
  14. 05 9月, 2005 2 次提交