1. 25 Oct, 2005 2 commits
    • Andrew Morton's avatar
      [PATCH] qlogic lockup fix · 444d1d9b
      Andrew Morton authored
      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: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      444d1d9b
    • Andrew Morton's avatar
      [PATCH] alpha: atomic dependency fix · 0db9ae4a
      Andrew Morton authored
      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: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      0db9ae4a
  2. 24 Oct, 2005 8 commits
  3. 23 Oct, 2005 14 commits
  4. 22 Oct, 2005 3 commits
  5. 21 Oct, 2005 11 commits
  6. 20 Oct, 2005 2 commits