Return-path: Received: from mga01.intel.com ([192.55.52.88]:6370 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752132AbZLASwT (ORCPT ); Tue, 1 Dec 2009 13:52:19 -0500 Subject: Re: Panic in iwl3945 driver From: reinette chatre To: "Zhu, Yi" Cc: Maxim Levitsky , linux-wireless , iwlwifi maling list In-Reply-To: <1259659724.12157.110.camel@debian> References: <1259167780.4072.2.camel@maxim-laptop> <1259280022.3991.12.camel@maxim-laptop> <1259596551.4090.0.camel@maxim-laptop> <1259617333.4653.91.camel@rc-desk> <1259620526.6559.34.camel@maxim-laptop> <1259659724.12157.110.camel@debian> Content-Type: text/plain; charset="UTF-8" Date: Tue, 01 Dec 2009 10:52:24 -0800 Message-Id: <1259693544.4653.126.camel@rc-desk> Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2009-12-01 at 01:28 -0800, Zhu, Yi wrote: > On Tue, 2009-12-01 at 06:35 +0800, Maxim Levitsky wrote: > > 0x000000000001668e : lea 0x38(%r8),%rdi > > 0x0000000000016692 : lea 0x4f(%r8),%rax > > When this happened, from your previous post, r8 is 0x0 and rdi is 0x38. > Since "info" is %rdi (see below), this means > txq->txb[txq->q.read_ptr].skb[0], aka. r8 is 0. I agree with your conclusion here that r8 is 0 at this point. I am very confused how this can be since the two lines above the ones you pasted here are: 0x0000000000016683 :»­­mov (%rdx,%rax,1),%r8 0x0000000000016687 :»­­mov $0x0,%rdx >From the information in the post you refer to we have rdx as 0xffffffffa0c85f40 and rax as 0x4f. Since r8 is initialized above from these two registers ... how could it be that r8 ends up as zero? Reinette