We developed an Android service and a kernel module.  Android service
and the Kernel module need to exchange data with each other.


Following are the requirements for the IPC between user space and
Kernel.

1. The communication should be secure. No authorized apps could not
talk to that Kernel module.

2.  IPC should have minimal impact to the Kernel operation (scheduling
etc)

3. The communication should be duplex.

Please give me some suggestions to setup that IPC.


Thanks

Fan

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to