On Tue, 5 Oct 2004 08:29:14 +0100 (BST), Dinesh Ahuja <mdlinux7@xxxxxxxxxxx> wrote: > Thanks for your reply and I will be implementing it. Hopefully not after reading the mail that I just sent to you... > I read somewhere that sys_call_table is disappearing. > Is it true and will there be any problems related with > portability of code if I use sys_call_table in a > module. No. It's not being exported so that you can't do what you just asked to do ;-). Nor can you do nasty bodges replacing syscalls at runtime, which is a nasty nasty hack unless you have to patch up against a security exploit, but in that case you can come up with even nastier and more cunning hacks to bodge in jumps in the running kernel. Jon. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/