pagg
[Top] [All Lists]

Re: [PATCH 3/3] Process Notification / pnotify user: Job

To: serue@xxxxxxxxxx
Subject: Re: [PATCH 3/3] Process Notification / pnotify user: Job
From: Erik Jacobson <erikj@xxxxxxx>
Date: Tue, 4 Oct 2005 11:03:27 -0500
Cc: Erik Jacobson <erikj@xxxxxxx>, pagg@xxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx
In-reply-to: <20051004153414.GA9154@sergelap.austin.ibm.com>
References: <20051003184644.GA19106@sgi.com> <20051003185155.GB19106@sgi.com> <20051003190219.GA20154@sgi.com> <20051004153414.GA9154@sergelap.austin.ibm.com>
Sender: pagg-bounce@xxxxxxxxxxx
User-agent: Mutt/1.5.6i
> Should it be possible to compile job as a module, or should
> this not be "tristate"?

So I added this to the patch.  I tested it as a kernel module.  Sorry this
was missed in the patch I sent out.

Index: linux/kernel/signal.c
===================================================================
--- linux.orig/kernel/signal.c  2005-09-30 16:05:55.407727738 -0500
+++ linux/kernel/signal.c       2005-10-04 10:48:50.626485968 -0500
@@ -1978,6 +1978,7 @@
 EXPORT_SYMBOL(ptrace_notify);
 EXPORT_SYMBOL(send_sig);
 EXPORT_SYMBOL(send_sig_info);
+EXPORT_SYMBOL(send_group_sig_info);
 EXPORT_SYMBOL(sigprocmask);
 EXPORT_SYMBOL(block_all_signals);
 EXPORT_SYMBOL(unblock_all_signals);

<Prev in Thread] Current Thread [Next in Thread>