Re: [RFC][PATCH 2.6.11-rc3-mm1] Relay Fork Module

2005-02-08 Thread Guillaume Thouvenin
On Mon, 2005-02-07 at 15:46 -0800, Andrew Morton wrote: > Guillaume Thouvenin <[EMAIL PROTECTED]> wrote: > > > >This module sends a signal to one or several processes (in user > > space) when a fork occurs in the kernel. It relays information about > > forks (parent and child pid) to a user sp

Re: [RFC][PATCH 2.6.11-rc3-mm1] Relay Fork Module

2005-02-07 Thread Andrew Morton
Guillaume Thouvenin <[EMAIL PROTECTED]> wrote: > > Hello, > >This module sends a signal to one or several processes (in user > space) when a fork occurs in the kernel. It relays information about > forks (parent and child pid) to a user space application. > > ... >This patch is used

[RFC][PATCH 2.6.11-rc3-mm1] Relay Fork Module

2005-02-07 Thread Guillaume Thouvenin
Hello, This module sends a signal to one or several processes (in user space) when a fork occurs in the kernel. It relays information about forks (parent and child pid) to a user space application. The relay fork module adds a hook in the do_fork() routine that can be used by other modu