On 02/27, Rusty Russell wrote:
>
> On Tue, 2007-02-27 at 00:53 +0300, Oleg Nesterov wrote:
> > call_usermodehelper() has no reason for flush_signals(). It is a fresh
> > forked process which is going to exec a user-space application or exit on
> > failure.
>
> And the flush_signal_handlers() c
On Tue, 2007-02-27 at 00:53 +0300, Oleg Nesterov wrote:
> call_usermodehelper() has no reason for flush_signals(). It is a fresh
> forked process which is going to exec a user-space application or exit on
> failure.
And the flush_signal_handlers() call?
Your patch looks correct; this code was
call_usermodehelper() has no reason for flush_signals(). It is a fresh
forked process which is going to exec a user-space application or exit on
failure.
Signed-off-by: Oleg Nesterov <[EMAIL PROTECTED]>
--- WQ/kernel/kmod.c~ 2007-02-18 22:56:49.0 +0300
+++ WQ/kernel/kmod.c2007-0
3 matches
Mail list logo