Horst Birthelmer wrote: > That's your problem!! > You have no exported sys_call_table. Just export it, recompile the > kernel and hopefully it works... Could you suggest how to export sys_call_table? I have tried EXPORT_SYMBOL(sys_call_table); in arch/x86_64/kernel/syscall.c but nothing has changed. Thanks -- Mirek Ruda