kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* geting weird semi-random panic on kmalloc
@ 2012-06-22  0:50 NorthPole
  2012-06-22 11:55 ` Jonathan Neuschäfer
  2012-06-22 16:18 ` Mulyadi Santosa
  0 siblings, 2 replies; 8+ messages in thread
From: NorthPole @ 2012-06-22  0:50 UTC (permalink / raw)
  To: kernelnewbies

Hello everyone

I'm making my first steps in the linux kernel developpement by trying to
add some functionality in a kernel module
I have a problem that I cant seem to grasp and would greatly appreciate any
help.

I have this piece of code: http://pastebin.com/igP7255S
which is called by this:

for(i=0;i<250;i++)
registerTvlv(i,0x01,1,&batadv_ogm_packet->gw_flags,bat_priv,batadv_ogm_packet);


This is supposed to add 250 distinct tlvs in the list
batadv_ogm_packet->gw_flags is used both above and bellow the invocation
and the module doesnt crash
the same stands for these two bat_priv and batadv_ogm_packet

when I run the kernel code on an open-wrt build for x86 which is run
virtualized under a standard qemu running on debian squeeze produces this
output
http://pastebin.com/tY3Vkzvw
(in short it prints everything as its supposed to do for a random number of
iterations between 3 and 24 and the the kernel oops happens)

But i cant understand why the problem seems to happen at the kmalloc line
(havent figured how to use gdb for open wrt kernel debugging yet so i'm
relying on  printk for debugging)


the qemu instance loads with these setings

screen qemu\
-no-acpi -m 128M \
-net vde,sock=num1.ctl,port=1 -net nic,macaddr=fe:fe:00:00:01:01 \
-net nic -net tap,ifname=tapwrt1,script=no,downscript=no \
-nographic \
num1.image

Thank you for your time and answers

Spyros
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20120622/995f127e/attachment.html 

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-06-26  4:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-22  0:50 geting weird semi-random panic on kmalloc NorthPole
2012-06-22 11:55 ` Jonathan Neuschäfer
2012-06-22 12:06   ` NorthPole
2012-06-22 16:18 ` Mulyadi Santosa
2012-06-22 16:27   ` NorthPole
2012-06-22 16:49     ` Mulyadi Santosa
2012-06-25 23:22       ` NorthPole
2012-06-26  4:31         ` Mulyadi Santosa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).