On Mon, Aug 23, 2004 at 02:56:03PM -0500, Timur Tabi wrote: > I have a driver that looks up the entry points for various system call > functions (sys_read, sys_close, etc). Your driver should never do this. Please change your code to use the proper in-kernel calls instead. Good luck, greg k-h -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/