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