public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* changing internal kernel system mechanism in runtime by a module patch
@ 2006-11-16 19:19 Yitzchak Eidus
  2006-11-16 19:29 ` Adrian Bunk
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Yitzchak Eidus @ 2006-11-16 19:19 UTC (permalink / raw)
  To: linux-kernel

is it possible to replace linux kernel internal functions such as
schdule () to lets say my_schdule ()  in a run time with a module
patch???
(so that every call in the kernel to schdule() will go to my_schdule()... ) ???

i am talking about a clean/standard way to do such thing
(without overwrite the mem address of the function and replace it in a
dirty way...)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-11-17  7:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-16 19:19 changing internal kernel system mechanism in runtime by a module patch Yitzchak Eidus
2006-11-16 19:29 ` Adrian Bunk
2006-11-16 21:49   ` Jan Engelhardt
2006-11-16 21:12 ` Stephen Hemminger
2006-11-17  6:47 ` Muli Ben-Yehuda
2006-11-17  6:58   ` Christoph Hellwig
2006-11-17  7:06     ` Muli Ben-Yehuda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox