lkml.org 
[lkml]   [2004]   [Nov]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH 2.6.9] fork: add a hook in do_fork()
Date
> +	static int fork_hook_id = 0;
> +
> + /* We can set the hook if it's not already used */
> + if ((func != NULL) && (fork_hook_id == 0)) {
> + fork_hook = func;
> + fork_hook_id = id;
> + return 0;
> + }

What happens if two modules are calling the same function at the same time?

> +
> + if (fork_hook != NULL)
> + fork_hook(current->pid, pid);
> +
> return pid;

What happens if the module is unloaded between the test and the call to
fork_hook?

Hua

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:08    [W:0.136 / U:0.060 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site