Re: exporting the sys_call_table for kernel 2.6.x

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi ...
hello,
we are referring to this link for exporting the system call table:
softice.lakeland.usf.edu/wiki/index.php/OSC:System_Call_Interception

We first compiled the kernl 2.6.18.We have it installed and running.

According to this page we add these to lines to the /arch/um/kernel/ksyms.c

extern void* sys_call_table[];
EXPORT_SYMBOL(sys_call_table);

After writing this executed the following command on the terminal:
make ARCH=um linux

We got the following error:
Maybe not so related, do you use ARCH=um when you do make *config? like:
$ make ARCH=um mrproper
$ make ARCH=um menuconfig

That could be the reason for unsuccessful compilation. And could you be more precise on what you have done?

regards,

Mulyadi


--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux