Need a notifiation to my kernel module on process creation event...

Submitted by Anonymous
on September 24, 2008 - 4:48am

Hi All,

I have a requirement to register a callback funtion for every do_fork() (I want my kernel module to be notified on every process creation event). Please let me know whether it is possible.

I would like to do the changes only in my kernel module, I do not want to change the kernel code if something is possible from a kernel module.

Thanks in Advance,
V.Manoharan