[android-kernel] BUG: spinlock recursion on CPU#0, zygote/576

2010-05-25 Thread Alberto Panizzo
Hi all, I am trying to port our Machine BSP to the experimental branch of the android kernel: git://android.git.kernel.org/kernel/experimental.git android-2.6.34-test2 But while zygote is loading I got: [ 20.033565] BUG: spinlock recursion on CPU#0, zygote/576 [ 20.041913] lock: c7f5bde8,

Re: [android-kernel] Re: Kernel module development

2010-02-27 Thread Alberto Panizzo
On sab, 2010-02-27 at 04:57 -0800, Rafał Grzybowski wrote: > Thank you all for the help. > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http://groups.google.com/group/android-kernel Well done! It's your start! Cheers, -- Alberto! Be Persistent!

Re: [android-kernel] Re: Kernel module development

2010-02-27 Thread Alberto Panizzo
On sab, 2010-02-27 at 02:51 -0800, Rafał Grzybowski wrote: > ./emulator -kernel /mnt/sda6/mydroid/kernel/arch/arm/boot/zImage - > system /mnt/sda6/mydroid/platform/out/target/product/generic/ > system.img -ramdisk /mnt/sda6/mydroid/platform/out/target/product/ > generic/ramdisk.img -data /mnt/sda6/

Re: [android-kernel] Re: Kernel module development

2010-02-25 Thread Alberto Panizzo
Hi Rafał, On gio, 2010-02-25 at 00:06 -0800, Rafał Grzybowski wrote: > > I need a kernel from android platform or kernel sources? I've > "downloaded" android sources > on my Ubuntu. What is the next step. Simple "make" would make a deal? > Should I change the arch for this. > What's the result of

Re: [android-kernel] Build Source on Windows

2010-01-31 Thread Alberto Panizzo
On ven, 2010-01-29 at 10:58 +0530, Thisara Rupasinghe wrote: > Android source can not be build on Windows. Cant we work that on > windows too like its on Mac. Why is this can not build on windows? > what are the barriers? if there is anyone who is aware of this issue > please let me know what we ha

Re: [android-kernel] Re: Internal module kernel

2009-12-18 Thread Alberto Panizzo
Il giorno mer, 16/12/2009 alle 05.49 -0800, Ben Linus ha scritto: > Hi all, > I try to explain better, > i use kernel_goldfish_2-6-29 for android emulator, > i enter in menuconfig and select the sd/mmc goldfish driver > with "M" option and compile the kernel. > After i use this command: > > $ make

[android-kernel] Re: strace

2009-12-16 Thread Alberto Panizzo
Il giorno mar, 15/12/2009 alle 17.39 -0800, perumal316 ha scritto: > Hi, > > I currently working on a monitoring tool in a form of LKM, which I > want to use to monitor the system calls made and aruguments passed > during the calls. > > I can access into the system call table and replace system c

Re: [android-kernel] strace

2009-12-15 Thread Alberto Panizzo
Hi Perumal Il giorno dom, 13/12/2009 alle 23.31 -0800, perumal316 ha scritto: > Hi, > > I want to trace the system calls (using strace) made by Android > Applications. I can do it using terminal emulator or adb shell. > > I wrote a simple Hello World app in C and the Cross-Compile it and adb > p

Re: [android-kernel] Internal module kernel

2009-12-15 Thread Alberto Panizzo
Hi Fabrizio..? Il giorno gio, 10/12/2009 alle 08.02 -0800, Ben Linus ha scritto: > Hi all, > sorry for my english, i would like to compile the driver for sd/mmc > (for emulator) as an internal module kernel and load it after the boot > up,through insmod command, but the module sources must be pres