summaryrefslogtreecommitdiffstats
path: root/arch/ia64/sn
diff options
context:
space:
mode:
authorAndrew Morton2005-10-25 20:00:56 +0200
committerLinus Torvalds2005-10-25 22:51:48 +0200
commit444d1d9bb5b724f03344c9317bc01d54a9b39073 (patch)
tree6514f1acdc991777e6703510753f6988cbd00654 /arch/ia64/sn
parent[PATCH] alpha: atomic dependency fix (diff)
downloadkernel-qcow2-linux-444d1d9bb5b724f03344c9317bc01d54a9b39073.tar.gz
kernel-qcow2-linux-444d1d9bb5b724f03344c9317bc01d54a9b39073.tar.xz
kernel-qcow2-linux-444d1d9bb5b724f03344c9317bc01d54a9b39073.zip
[PATCH] qlogic lockup fix
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: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ia64/sn')
0 files changed, 0 insertions, 0 deletions