public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* Stack overflow when lldd returns SCSI_MLQUEUE_DEVICE_BUSY
@ 2004-05-17 13:23 Heiko Carstens
  2004-05-18 21:47 ` James Bottomley
  0 siblings, 1 reply; 3+ messages in thread
From: Heiko Carstens @ 2004-05-17 13:23 UTC (permalink / raw)
  To: linux-scsi

Hi all,

I just experienced a stack overflow (see below for part of the call trace)
when an lldd returns SCSI_MLQUEUE_DEVICE_BUSY. Problem seems to be that
scsi_dispatch_cmd calls scsi_queue_insert if the LLDD queuecommand function
failed.

 [<00000000001b0a6a>] zfcp_scsi_queuecommand+0x32/0x44 
 [<0000000000138892>] scsi_dispatch_cmd+0x2ca/0x334 
 [<000000000013f7c8>] scsi_request_fn+0x26c/0x548 
 [<000000000012b2f6>] blk_insert_request+0x126/0x140 
 [<000000000013e1e6>] scsi_queue_insert+0xa6/0xd8 
 [<0000000000138856>] scsi_dispatch_cmd+0x28e/0x334 
 [<000000000013f7c8>] scsi_request_fn+0x26c/0x548 
 [<000000000012b2f6>] blk_insert_request+0x126/0x140 
 [<000000000013e1e6>] scsi_queue_insert+0xa6/0xd8 
 [<0000000000138856>] scsi_dispatch_cmd+0x28e/0x334 
 [<000000000013f7c8>] scsi_request_fn+0x26c/0x548 
 [<000000000012b2f6>] blk_insert_request+0x126/0x140 
 [<000000000013e1e6>] scsi_queue_insert+0xa6/0xd8 
 [<0000000000138856>] scsi_dispatch_cmd+0x28e/0x334 
 [<000000000013f7c8>] scsi_request_fn+0x26c/0x548 
 [<000000000012b2f6>] blk_insert_request+0x126/0x140 
 [<000000000013e12e>] scsi_insert_special_req+0x4e/0x60 
 [<000000000013e2a0>] scsi_do_req+0x88/0x98 
 [<000000000013e3e6>] scsi_wait_req+0x7a/0xdc 
 [<00000000001408ae>] scsi_probe_lun+0x92/0x2f8 
 [<000000000014110a>] scsi_probe_and_add_lun+0xaa/0x290 
 [<00000000001414c2>] scsi_add_device+0x6e/0xc4 
 [<00000000001b529e>] zfcp_erp_scsi_add_device+0x46/0xc4
 [<000000000003c614>] worker_thread+0x1fc/0x2ac 
 [<0000000000041854>] kthread+0xe4/0xec 
 [<0000000000019c00>] kernel_thread_starter+0x14/0x1c 

This is 2.6.6 btw.
Heiko


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-19 15:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-17 13:23 Stack overflow when lldd returns SCSI_MLQUEUE_DEVICE_BUSY Heiko Carstens
2004-05-18 21:47 ` James Bottomley
2004-05-19 15:09   ` Heiko Carstens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox