Re: unresolved symbol do_fork

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

 



Kristis Makris <devcore@freeuk.com> wrote :

> I'm trying to replace the sys_fork() from the sys_call_table[] in 2.4.17
> with a verbatim implementation of it that also maintains process
> hierarchy information to be used later on for gang-scheduling. I'd like

After intercepting the system call, do the module specific work (eg. collecting hierarchy info) and then call sys_fork.
kernelnewbies.org has some example code that you can look at.

Swapnil.


--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
IRC Channel:   irc.openprojects.net / #kernelnewbies
Web Page:      http://www.kernelnewbies.org/


[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