On Sun, Jul 12, 2009 at 04:40:00PM +0200, Donato Capitella wrote: > Hi there. I'd like to know if there is a way to export the > sys_call_table symbol in the kernel 2.6.28.7. No. > i know it's a bad thing to do but I need to to this for a didactical > purpose. Why do you want to do this? You really do not want to ever touch this table, and if you are trying to overload a syscall, this is not how you do it. Heck, why would you want to overload a syscall anyway? You can't do it in a safe and secure manner, so why not use the proper hooks the kernel provides you to do stuff like this? thanks, greg k-h -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ