Re: how to kill defunct process ?

2009-04-09 Thread Sharwan Joram
init will cleanup all the processes in orphan state. On Thu, Apr 9, 2009 at 7:00 PM, Manish Katiyar mkati...@gmail.com wrote: On Thu, Apr 9, 2009 at 6:48 PM, yogeshwar sonawane yog...@gmail.com wrote: Hi all, If a process is stuck and in defunct state, how to kill it ? Finally, we

Re: logging process scheduling stats

2009-04-09 Thread Sharwan Joram
You need to configure you kernel with CONFIG_FUNCTION_TRACER enabled. ~Sharwan On Thu, Apr 9, 2009 at 2:48 PM, Sukanto Ghosh sukanto.cse.i...@gmail.comwrote: Hi Pradeep, Seems like it might serve my purpose ... a very useful one .. But I didn't find how to configure it in the kernel ... I

Re: Question about ci drivers in dvb

2009-04-08 Thread Sharwan Joram
Luc was working on to provide the support for this device on Linux in Year 2008. I'am not sure about it's current status but you can visit the project home page and check the status : http://www.bsc-bvba.be/linux/dvb/ Regards Sharwan On Wed, Apr 8, 2009 at 12:09 PM, loody milo...@gmail.com

Re: Get current network namespace

2009-04-08 Thread Sharwan Joram
A namespace parameter is obtained in every function which creates the socket. This namespace field is present in the sk_buff structure which is filled up either by the process which is creating the socket or in second case from the device it is received. HTH Regards, Sharwan On Wed, Apr 8, 2009

Re: where I can get the reference for linux instructions?

2008-10-23 Thread Sharwan Joram
http://www.unixguide.net/linux/linuxshortcuts.shtml May be you would like to visit the above link for few useful commands

Re: Bitwise operations in Linux Kernel

2008-07-30 Thread Sharwan Joram
Hu Balraj, I think you are looking for this : http://graphics.stanford.edu/~seander/bithacks.html Regards Sharwan On Tue, Jul 29, 2008 at 3:17 AM, Balraj Dahiya [EMAIL PROTECTED] wrote: Hi All, I started reading kernel source code.I have confusion about bitwise