Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756209AbYFKF5l (ORCPT ); Wed, 11 Jun 2008 01:57:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752450AbYFKF5c (ORCPT ); Wed, 11 Jun 2008 01:57:32 -0400 Received: from wa-out-1112.google.com ([209.85.146.183]:46235 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752249AbYFKF5a (ORCPT ); Wed, 11 Jun 2008 01:57:30 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ttjE1sQBdEGrHsKnBNUPHLnNB30GfYHv+GD3hPHowyPWGkxz0Z5BQSf0pFUL9TJAOx +2+NTL/DaQCqeQhsmhqJxS+FOJ1hcCD4+tixlpRFr3m1f41A+wZbAbVdRPKbwugaboAZ 34kDygmwIJpjGy5wyitF1/2r54yiim4uHUmh0= Message-ID: Date: Wed, 11 Jun 2008 01:57:30 -0400 From: "Miles Lane" To: "Larry Finger" Subject: Re: BUG: NULL pointer dereference at 00000000 -- IP: [] :b43:b43_dma_mapping_error+0x16/0x155 Cc: "Michael Buesch" , "Vegard Nossum" , "Andrew Morton" , "Linux Kernel Mailing List" , linux-wireless , "FUJITA Tomonori" In-Reply-To: <484F5DB2.4050705@lwfinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200806101637.11473.mb@bu3sch.de> <19f34abd0806100742v176f50e8se463d2e70df44332@mail.gmail.com> <200806101650.27180.mb@bu3sch.de> <484F0AF7.6060008@lwfinger.net> <484F5DB2.4050705@lwfinger.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 714 Lines: 21 > The line that fails is > > if (unlikely(dma_mapping_error(ring->dev->dev->dma_dev, addr))) > > The value at 0x58(%eax) is zero, which corresponds to the "struct b43_wldev > *dev" line in struct b43_dmaring. In other words, ring->dev is NULL, which > causes the error. I'll leave it to FUJITA Tomonori to figure out why. Thanks all, I might have time in the morning to test one more patch, otherwise I will be back in about three weeks. Best wishes, Miles -- 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/