Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755436AbYHVQvj (ORCPT ); Fri, 22 Aug 2008 12:51:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755146AbYHVQv1 (ORCPT ); Fri, 22 Aug 2008 12:51:27 -0400 Received: from rgminet01.oracle.com ([148.87.113.118]:36336 "EHLO rgminet01.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755152AbYHVQvW (ORCPT ); Fri, 22 Aug 2008 12:51:22 -0400 Message-ID: <48AEEE0A.1010900@oracle.com> Date: Fri, 22 Aug 2008 09:49:14 -0700 From: Randy Dunlap User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: James Bottomley CC: "Miller, Mike (OS Dev)" , lkml , scsi , akpm Subject: Re: in 2.6.23-rc3-git7 in do_cciss_intr References: <48AD02B2.7020004@oracle.com> <0F5B06BAB751E047AB5C87D1F77A778835116209D3@GVW0547EXC.americas.hpqcorp.net> <20080821084333.c471b439.randy.dunlap@oracle.com> <0F5B06BAB751E047AB5C87D1F77A7788351181004C@GVW0547EXC.americas.hpqcorp.net> <20080821091514.8f56e2d5.randy.dunlap@oracle.com> <0F5B06BAB751E047AB5C87D1F77A778835118100D6@GVW0547EXC.americas.hpqcorp.net> <20080821172653.3e3e855c.randy.dunlap@oracle.com> <0F5B06BAB751E047AB5C87D1F77A77883511810706@GVW0547EXC.americas.hpqcorp.net> <1219420487.3339.22.camel@localhost.localdomain> In-Reply-To: <1219420487.3339.22.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Brightmail-Tracker: AAAAAQAAAAI= X-Brightmail-Tracker: AAAAAQAAAAI= X-Whitelist: TRUE X-Whitelist: TRUE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4004 Lines: 109 James Bottomley wrote: > On Fri, 2008-08-22 at 15:48 +0000, Miller, Mike (OS Dev) wrote: >>> -----Original Message----- >>> From: Randy Dunlap [mailto:randy.dunlap@oracle.com] >>> Sent: Thursday, August 21, 2008 7:27 PM >>> To: Miller, Mike (OS Dev) >>> Cc: lkml; scsi; akpm >>> Subject: Re: in 2.6.23-rc3-git7 in do_cciss_intr >>> >>> On Thu, 21 Aug 2008 16:25:24 +0000 Miller, Mike (OS Dev) wrote: >>> >>>>>> Randy, >>>>>> We know of a race condition in cciss_init_one. It's fixed >>>>> in 2.6.26 I believe. Here's the patch: >>>>>> >>> http://groups.google.com/group/linux.kernel/browse_thread/thread/7b3 >>>>> 9f >>> 2b77622ab03/4f5f45c008655ca1?hl=en&lnk=gst&q=cciss#4f5f45c008655ca >>>>>> 1 >>>>> >>>>> Mike, >>>>> Sorry, but my fingers have typoed the $subject. My bad. >>>>> Kernel is 2.6.27-rc3-git7 (from above): >>>>> >>>>>>>>> Modules linked in: cciss(+) ehci_hcd ohci_hcd uhci_hcd >>>>>>>>> Pid: 0, comm: swapper Not tainted 2.6.27-rc3-git7 #1 >>>>>>>>> RIP: 0010:[] [] >>>>>>>>> do_cciss_intr+0x627/0xa6c [cciss] >>>> Hmmmmm, let me know what happens from your retest. I'll >>> look at this >>>> as soon as I finish what I'm doing now. We trying to spin >>> for our test >>>> teams but I have something hopelessly broken. :( >>> It didn't BUG in the retest. That just means that it's more >>> difficult to find/fix, right? >> Yup. > > Randy, > > If you can't reproduce it, could you use the debug information or gdb to > tell us what line in the source code this: > > do_cciss_intr+0x627 > > corresponds to? That might help isolating the problem. Sure, here's an attempt at that. Please let me know if you want it differently or some other info. (gdb) x/20i do_cciss_intr+0x627 0x3b68 : mov %rdx,0x248(%rax) 0x3b6f : mov 0x248(%rbx),%rdx 0x3b76 : mov %rax,0x240(%rdx) 0x3b7d : jmp 0x3b8b 0x3b7f : movq $0x0,0x100c0(%r12) 0x3b8b : mov 0x234(%rbx),%eax 0x3b91 : test %eax,%eax 0x3b93 : jne 0x3f27 0x3b99 : mov 0x250(%rbx),%r14 0x3ba0 : movl $0x0,0xcc(%r14) 0x3bab : mov 0x228(%rbx),%r8 0x3bb2 : mov 0x2(%r8),%dx 0x3bb7 : test %dx,%dx 0x3bba : je 0x3f0e $ addr2line -e cciss.o -f do_cciss_intr+0x627 SA5_fifo_full /home/rdunlap/linsrc/linux-2.6.27-rc3-git7/drivers/block/cciss.h:206 $ ../../scripts/decodecode < cciss.code Code: 8b 83 48 02 00 00 48 39 d8 74 37 49 39 9c 24 c0 00 01 00 75 08 49 89 84 24 c0 00 01 00 48 8b 83 40 02 00 00 48 8b 93 48 02 00 00 <48> 89 90 48 02 00 00 48 8b 93 48 02 00 00 48 89 82 40 02 00 00 /tmp/tmp.HbrjP23089.o: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 <.text>: 0: 8b 83 48 02 00 00 mov 0x248(%rbx),%eax 6: 48 39 d8 cmp %rbx,%rax 9: 74 37 je 0x42 b: 49 39 9c 24 c0 00 01 cmp %rbx,0x100c0(%r12) 12: 00 13: 75 08 jne 0x1d 15: 49 89 84 24 c0 00 01 mov %rax,0x100c0(%r12) 1c: 00 1d: 48 8b 83 40 02 00 00 mov 0x240(%rbx),%rax 24: 48 8b 93 48 02 00 00 mov 0x248(%rbx),%rdx /tmp/tmp.HbrjP23089.o: file format elf64-x86-64 Disassembly of section .text: 0000000000000000 <.text>: 0: 48 89 90 48 02 00 00 mov %rdx,0x248(%rax) 7: 48 8b 93 48 02 00 00 mov 0x248(%rbx),%rdx e: 48 89 82 40 02 00 00 mov %rax,0x240(%rdx) ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/