All of lore.kernel.org
 help / color / mirror / Atom feed
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 10:42:07 -0500	[thread overview]
Message-ID: <20051004154206.GA28496@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"?
> 
> It makes use of send_group_sig_info, which is not EXPORTed.

You are right, the patch is supposed to export that variable as well.
I must have forgot to add it to the file list using quilt before sending
it out, and I tested it as built-in so I didn't catch it.

I'll fix this.  Thank you.

We're only using send_group_sig_info because it does a check for signal
'zero' which means status check.  send_sig_info doesn't do that check any
more.  We could probably just handle this inside job some how and use
send_sig_info instead.

--
Erik Jacobson - Linux System Software - Silicon Graphics - Eagan, Minnesota

  reply	other threads:[~2005-10-04 15:42 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 [this message]
2005-10-04 16:03       ` Erik Jacobson
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=20051004154206.GA28496@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.