1. 26 10月, 2005 2 次提交
    • 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
    • A
      [PATCH] alpha: atomic dependency fix · 0db9ae4a
      Andrew Morton 提交于
      My alpha build is exploding because asm/atomic.h now needs smb_mb(), which is
      over in the (not included) system.h.
      
      I fear what will happen if I include system.h into atomic.h, so let's put the
      barriers into their own header file.
      
      Cc: Richard Henderson <rth@twiddle.net>
      Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      0db9ae4a
  2. 25 10月, 2005 2 次提交
  3. 24 10月, 2005 16 次提交
  4. 23 10月, 2005 6 次提交
  5. 22 10月, 2005 11 次提交
  6. 21 10月, 2005 3 次提交