From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Reed Subject: fc transport recursion depth exceeded Date: Mon, 06 Feb 2006 15:13:30 -0600 Message-ID: <43E7BBFA.5070906@sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from omx2-ext.sgi.com ([192.48.171.19]:45198 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S932098AbWBFVNm (ORCPT ); Mon, 6 Feb 2006 16:13:42 -0500 Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James.Smart@Emulex.Com Cc: linux-scsi , Andrew Vasquez Hi James, I was testing with the qlogic board this afternoon and observed these messages in the dmesg output. They were generated in response to a switchdisable ; sleep 5 ; switchenable command sequence on my switch. end_request: I/O error, dev sdbz, sector 1282218 sd 4:0:34:0: SCSI error: return code = 0x10000 run_workqueue: recursion depth exceeded: 4 Call Trace: end_request: I/O error, dev sdbz, sector 1282250 [] show_stack+0x40/0xa0 sp=e0000034f6a8f9e0 bsp=e0000034f6a894c0 sd 4:0:34:0: SCSI error: return code = 0x10000 end_request: I/O error, dev sdbz, sector 1282282 [] dump_stack+0x30/0x60 sp=e0000034f6a8fbb0 bsp=e0000034f6a894a8 [] run_workqueue+0x90/0x280 sp=e0000034f6a8fbb0 bsp=e0000034f6a89468 [] flush_cpu_workqueue+0x50/0x1e0 sp=e0000034f6a8fbb0 bsp=e0000034f6a89438 [] flush_workqueue+0x70/0x160 sp=e0000034f6a8fc10 bsp=e0000034f6a89410 [] scsi_flush_work+0x90/0xc0 sp=e0000034f6a8fc10 bsp=e0000034f6a893e8 [] fc_rport_tgt_remove+0x100/0x140 sp=e0000034f6a8fc10 bsp=e0000034f6a893b8 [] fc_shost_remove_rports+0xf0/0x1c0 sp=e0000034f6a8fc10 bsp=e0000034f6a89388 [] run_workqueue+0x1c0/0x280 sp=e0000034f6a8fc10 bsp=e0000034f6a89348 [] flush_cpu_workqueue+0x50/0x1e0 sp=e0000034f6a8fc10 bsp=e0000034f6a89318 [] flush_workqueue+0x70/0x160 sp=e0000034f6a8fc70 bsp=e0000034f6a892f0 [] scsi_flush_work+0x90/0xc0 sp=e0000034f6a8fc70 bsp=e0000034f6a892d0 [] fc_rport_tgt_remove+0x100/0x140 sp=e0000034f6a8fc70 bsp=e0000034f6a892a0 [] fc_shost_remove_rports+0xf0/0x1c0 sp=e0000034f6a8fc70 bsp=e0000034f6a89270 [] run_workqueue+0x1c0/0x280 sp=e0000034f6a8fc70 bsp=e0000034f6a89230 [] flush_cpu_workqueue+0x50/0x1e0 sp=e0000034f6a8fc70 bsp=e0000034f6a89200 [] flush_workqueue+0x70/0x160 sp=e0000034f6a8fcd0 bsp=e0000034f6a891d0 [] scsi_flush_work+0x90/0xc0 sp=e0000034f6a8fcd0 bsp=e0000034f6a891b0 [] fc_rport_tgt_remove+0x100/0x140 sp=e0000034f6a8fcd0 bsp=e0000034f6a89180 [] fc_shost_remove_rports+0xf0/0x1c0 sp=e0000034f6a8fcd0 bsp=e0000034f6a89150 [] run_workqueue+0x1c0/0x280 sp=e0000034f6a8fcd0 bsp=e0000034f6a89110 [] worker_thread+0x1d0/0x260 sp=e0000034f6a8fcd0 bsp=e0000034f6a890e0 [] kthread+0x220/0x2a0 sp=e0000034f6a8fd50 bsp=e0000034f6a89098 [] kernel_thread_helper+0xd0/0x100 sp=e0000034f6a8fe30 bsp=e0000034f6a89070 [] start_kernel_thread+0x20/0x40 sp=e0000034f6a8fe30 bsp=e0000034f6a89070 sd 3:0:35:0: SCSI error: return code = 0x10000 end_request: I/O error, dev sdcr, sector 1745339 sd 6:0:33:0: SCSI error: return code = 0x10000 end_request: I/O error, dev sdek, sector 2880792 This happened a number of times during the single test event. Mike