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

From: Erik Jacobson
Date: Tue Oct 04 2005 - 11:04:01 EST


> 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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/