From mboxrd@z Thu Jan 1 00:00:00 1970 From: Harvey Harrison Subject: Re: sky2: early oops in pci_vpd_truncate Date: Mon, 06 Apr 2009 14:42:00 -0700 Message-ID: <1239054120.13299.0.camel@brick> References: <1238803819.3893.3.camel@brick> <20090403180306.44de0324@hobbes> <1238815934.3893.4.camel@brick> <20090406112917.54c864ee@hobbes> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: Stephen Hemminger , David Miller , linux-netdev , Ingo Molnar To: Jesse Barnes Return-path: Received: from wf-out-1314.google.com ([209.85.200.170]:17049 "EHLO wf-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754750AbZDFVmF (ORCPT ); Mon, 6 Apr 2009 17:42:05 -0400 Received: by wf-out-1314.google.com with SMTP id 29so2445272wff.4 for ; Mon, 06 Apr 2009 14:42:03 -0700 (PDT) In-Reply-To: <20090406112917.54c864ee@hobbes> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 2009-04-06 at 11:29 -0700, Jesse Barnes wrote: > On Fri, 03 Apr 2009 20:32:14 -0700 > Harvey Harrison wrote: > > > On Fri, 2009-04-03 at 18:03 -0700, Jesse Barnes wrote: > > > On Fri, 03 Apr 2009 17:10:19 -0700 > > > Harvey Harrison wrote: > > > > > > > Hi Stephen, > > > > > > > > I'm seeing an early oops in current Linus -git right after > > > > sky2_probe unfortunately it scrolls away too fast to get it all, > > > > but after a delayed-printk boot it appears to be a NULL > > > > dereference in pci_vpd_truncate. sysfs also features prominantly > > > > in the backtrace.. is this a known issue? > > > > > > > > I see there were some sky2 patches this cycle using the vpd > > > > functions, any pointers/patches to try out? > > > > > > Yeah there's a patch for that in my queue (not pushed to Linus yet > > > though), subject "[PATCH] PCI: Fix oops in pci_vpd_truncate" from > > > Anton Vorontsov. > > > > > > > What tree is that? > > git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git. > It'll be in my for-linus branch as soon as I push it out later today. > I'll probably ask Linus to pick it up later this week. > Looks like Ingo hit the same oops as well. CC'd. Harvey