[android-kernel] Question about ext4 partition corruption and detection

2011-12-15 Thread scorproy
Hi, In case my SDCard gets corrupted on an Android phone, is there anyway this error gets detected early on, and fsck run automatically to fix this? To achieve this 3 things are required I think: 1. Detection of corruption: This happens now, as I can see bootlogs suggesting to run e2fsck. 2. Notif

[android-kernel] Query about Driver suspend and kthread race condition

2011-08-29 Thread scorproy
Hello, If I have a driver with the following setup, on an SMP system: 1. When IRQ is high, ISR is fired, which schedules a work function, and also sets a completion flag 2. A kthread is being in the background, with an infinite whole loop. which waits for this completion 3. Upon completion, process

[android-kernel] Re: Froyo and kernel version

2010-08-17 Thread scorproy
A noobish question kernel gurus: 1. How do I cherry pick the Froyo changes other than the kernel using repo, for if I use the standard repo command, it syncs up everything in the latest release. 2. In repo, how do I list down all the projects in a manifest file, the output of which I can use in rep

[android-kernel] Re: Setting up local android repo

2010-04-08 Thread scorproy
Found the proper group for this. Please ignore the previous mail. On Apr 8, 4:58 pm, scorproy wrote: > Hello All, > I have downloaded the Android repo, using repo sync. > > Now I want to have a setup like this: > > 1. Machine A : Will have the Android repo, which would sync up

[android-kernel] Setting up local android repo

2010-04-08 Thread scorproy
using repo. Any pointers would definitely help. Thanks, scorproy -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

[android-kernel] Android's modification to vanilla kernel

2010-02-12 Thread scorproy
Hello, I am trying to trace what all the changes have been made for Android, on top of the vanilla linux kernel. I am specifically looking what is the delta added by the Android developer community to the mainline linux 2.6.26, to have a kernel for the Android phones. Any pointers, documents, would

[android-kernel] Copying driver.ko files to /lib/modules/directory

2009-11-22 Thread scorproy
/system/lib/modules/driver.ko inside init.rc? Thanks in advance, scorproy -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel