From: Erik Jacobson <erikj@sgi.com>
To: serue@us.ibm.com
Cc: Erik Jacobson <erikj@sgi.com>,
pagg@oss.sgi.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 3/3] Process Notification / pnotify user: Job
Date: Tue, 4 Oct 2005 11:03:27 -0500 [thread overview]
Message-ID: <20051004160327.GA29864@sgi.com> (raw)
In-Reply-To: <20051004153414.GA9154@sergelap.austin.ibm.com>
> 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);
next prev parent reply other threads:[~2005-10-04 16:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-03 18:46 [PATCH 1/3] Process Notification / pnotify Erik Jacobson
2005-10-03 18:51 ` [PATCH 2/3] Process Notification / pnotify user: keyrings Erik Jacobson
2005-10-03 19:02 ` [PATCH 3/3] Process Notification / pnotify user: Job Erik Jacobson
2005-10-04 15:34 ` serue
2005-10-04 15:42 ` Erik Jacobson
2005-10-04 16:03 ` Erik Jacobson [this message]
2005-10-03 19:49 ` [PATCH 1/3] Process Notification / pnotify Paul Jackson
2005-10-03 23:19 ` Matt Helsley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20051004160327.GA29864@sgi.com \
--to=erikj@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=pagg@oss.sgi.com \
--cc=serue@us.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome