lkml.org 
[lkml]   [2007]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectAltering kernel path execution using module
Hi All,

Is it possible to change the normal kernel execution path using a
loadable module, without actually patching the kernel?
e.g
fun1()->fun2()->fun3()->fun4()->fun5()->fun6()

Can i change this method invocation sequence to a custom sequence
using *only* loadable modules?

i.e
fun1()->fun2()-->myfun1()-->myfun2()....->fun4()->fun5()->fun6().

And i do not want to replace any in kernel methods with my custom hooks.

Tried asking on kernelnewbies but i am not satisfied with the
debuggers pointed as help(i.e kprobes).

Apologies if this is too trivial for you all.

Any help?

Thanks
--pradeep
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-05-28 06:15    [W:0.028 / U:1.596 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site