lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 10 Jun 2008 18:15:03 -0500
From:	Larry Finger <Larry.Finger@...inger.net>
To:	Miles Lane <miles.lane@...il.com>
CC:	Michael Buesch <mb@...sch.de>,
	Vegard Nossum <vegard.nossum@...il.com>,
	Andrew Morton <akpm@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	linux-wireless <linux-wireless@...r.kernel.org>,
	FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
Subject: Re: BUG: NULL pointer dereference at 00000000 -- IP: [<f8e783d5>]
 :b43:b43_dma_mapping_error+0x16/0x155

Miles Lane wrote:
> I got a slightly different BUG with this patch applied:
> 
> BUG: unable to handle kernel NULL pointer dereference at 00000000
> IP: [<f89e3d41>] :b43:b43_dma_mapping_error+0x16/0x97
> *pde = 00000000
> Oops: 0000 [#1] PREEMPT DEBUG_PAGEALLOC
> last sysfs file:
> /sys/devices/pci0000:00/0000:00:08.0/0000:01:06.0/ssb0:0/firmware/ssb0:0/loading
> Modules linked in: sbs sbshc wmi battery iptable_filter ip_tables
> x_tables ac sbp2 rtc arc4 ecb crypto_blkcipher cryptomgr crypto_algapi
> b43 mac80211 cfg80211 led_class snd_intel8x0 snd_ac97_codec ac97_bus
> snd_pcm_oss snd_mixer_oss snd_pcm snd_seq_dummy snd_seq_oss
> snd_seq_midi_event snd_seq snd_timer snd_seq_device snd soundcore
> snd_page_alloc i2c_nforce2 i2c_core button ohci1394 3c59x ieee1394
> forcedeth ehci_hcd ohci_hcd usbcore thermal processor fan thermal_sys

Miles,

If you have time, please cd to the kernel root directory and run the 
command 'objdump -d -l drivers/net/wireless/b43/dma.o > dmadump'. You 
may have to install the objdump package. In the file dmadump, find the 
line that contains b43_dma_mapping_error. On my system it is 
0000000000000085 <b43_dma_mapping_error>: Note, I use x86_64 and yours 
will likely be different.

Note the address (0x85 in my case), add the offset (0x16) and find the 
line with the error. You can use KCalc in hexadecimal mode if you are 
not comfortable with doing addition in base 16. Please report the 
source line and instruction that failed.

Larry

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ