- Subject: geting weird semi-random panic on kmalloc
- From: NorthPole <morfeas3000@xxxxxxxxx>
- Date: Fri, 22 Jun 2012 03:50:49 +0300
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.
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
(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
_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@xxxxxxxxxxxxxxxxx
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
[Newbies FAQ]
[Linux Kernel Development]
[IETF Annouce]
[Git]
[Networking]
[Security]
[Bugtraq]
[Photo]
[Yosemite]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux Networking]
[Linux RAID]
[Linux SCSI]
[Linux ACPI]